you administer a network with windows server 2016, unix servers, and windows 10 professional, windows 8, and macintosh clients. a windows 8 computer user calls you one day and says that he is unable to access resources on the network. you type ipconfig on the user's computer and receive the following output:

Answers

Answer 1

Answer:

Unavailable DHCP Server

Explanation:

If a Windows 8 client computer is configured to use DHCP and can't locate one to receive IP addressing information, it assigns itself an IP address from the APIPA (Automatic Private IP Addressing) range of IP addresses. APIPA addresses include IP addresses from 169.254.0.0 to 169.254.255.254 and are reserved for this purpose. A lit link light on your NIC indicates a connection to the network.


Related Questions



A software license gives the owner the___
to use software.

Human right
Understanding
Password
Legal right

Answers

Answer:

the legal right

Explanation:

hope that helps

Answer:

Human right

Explanation:

Tell me if I'm wrong

Given a list of integers called package_weights, write code that counts the number of values in the list that are greater than 50. Store the result in a variable named heavy_count. Assume that the list has been initialized.

Answers

As the list has been initialized.

heavy_count = 0

for i in package_weights: #counting the package_weights more than 50.

if i > 50:

heavy_count += 1

Learn more about functions here:

https://brainly.com/question/11624077

#SPJ4

What is the unit of measure for energy

Answers

The answer is Joule i don’t know this word but i just looked up your answer and the word Joule came up.

Answer:

unit measure of energy is joule

Explanation:

Write code that creates a variable called count that has the value of 102. The code then prints the value of count.

Answers

I'm not really sure what language you want this in but since the usual language learnt in HS in C++, I'll do it in C++ and C

In C++ :

#include <iostream>

using namespace std;

int main()

{

     int count = 102;

     cout << "The value of count is" << count << endl;

    return 0;

}

In C:

#include <stdio.h>

int main()

{

    int count = 102;

    printf("The value of count is %d", count);

    return 0;

}

cookies that remain on your device indefinitely are called . a. resistant b. insistent c. constant

Answers

Cookies that remain on your device indefinitely are called: D. persistent.

What is a web browser?

A web browser can be defined as a type of software application (program) that is designed and developed to enable an end user view, access and perform certain tasks on a website, especially when connected to the Internet.

What are cookies?

In Computer technology, cookies can be defined as small files, which often include unique identifiers that are sent by web servers to a web browser.

In conclusion, cookies that remain on your device or web browser indefinitely are called persistent.

Read more on cookies here: https://brainly.com/question/26081942

#SPJ1

Complete Question:

Cookies that remain on your device indefinitely are called ______.

A. resistant

B. insistent

C. constant

D. persistent

PLEASE HELP-
Which of the following is the primary benefit of attending an online art academy instead of a traditional university? It is more accepted in the field. O It offers more networking opportunities. It can be done at home. O It is less expensive.​

Answers

Explanation:

The main benefit is that by attending an online art academy instead of attending a traditional university, you will be able to study directly from your home, which offers much more flexibility for the student, generating greater possibility of accessing the contents of the classes at home without need to travel to the university. It can also be a decisive factor for people who live in locations far from the university campus and do not have the financial resources to stay in a new location.

Answer:

d may i have brainlest

Explanation:

What is the purpose of the Lookup Wizard?

to create a yes/no field quickly
to reference data from another table
to combine more than one field in a table
to generate a random number automatically

Answers

Answer:

The answer is B. To reference data from another table

Explanation:

I just got it right in Edg

To inspire unit 1 App

Answers

is there more to this or ?

Which of the following are tasks carried out by the compiler?
Checks code for mistakes
Translate commands into binary machine code
Save information such as data in long term storage
Receive input from the user

Answers

The  tasks carried out by the compiler is Translate commands into binary machine code.

What is the code that runs through the compiler?

A compiler is known to be one that often takes the program code (source code) and change the source code to a kind of  machine language module (known to be called the object file).

Note that  it is seen as a specialized program that is involved in translation, compilation and link-edit.

Therefore, The  tasks carried out by the compiler is Translate commands into binary machine code.

Learn more about compiler from

https://brainly.com/question/27049042

#SPJ1

What social media profession entails determining how and in what way an organization will create and maintain a social media presence?
social media strategist
social media marketer
social media manager
social media specialist

Answers

Answer:

i believe the answer is b.

Explanation:

Answer:

(a) strategist

Explanation:

its the proven answer on my test

bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong bing bong

Answers

Answer:

Is this free points? bingbongbingbongbingbongbingbongbingbongbingbong hehe have a nice day :)

Explanation:

Answer:

Thanks for the free points

Explanation:

Giving out free points lol ☺️☺️☺️☺️

When this function is called, the smaller of two numbers is displayed. What
Boolean expression would not work in line 12 in order to accomplish this
goal?

Answers

Answer:

boolean was expression would work 12

Explanation:

fucton was calked smakler

How does visualizing help you better understand a poem?​

Answers

By putting images in your head you will start to experience the poem, u will start to live the poem, easier to know any thing about it as you are feeling everything in the poem

Your friend told you that your favorite celebrity couple split. What is the best media form to use?
a
Wiki
b
Social Network
c
Infotainment site
d
Forum

Answers

Answer:

b

Explanation:

I think social network is the first source of every update of reality even wiki gets info from social network

Answer:a)wiki

kalo salah maaf ya

What is the missing line of code?
class shoe:


self.style = style
self.color = color

def __str__(self):
return self.style + ' ' + self.color

Answers

Answer:

def_init_(self, style, color):

explanation:

i just took the test on edg 2020

The missing line of code is def_init_(self, style, color).

What is code?

Code is defined as the instructions written in a programming language that a compiler transforms into computer code. Although a code technically lacks a defined meaning, doctors frequently use it to refer to a cardiopulmonary arrest that occurs to a patient in a hospital or clinic and necessitates the prompt arrival of a team of medical professionals and the start of resuscitative measures.

The code is complete and in perfect working order. The Person class is properly extended from the Employee class. As a result, Person is the parent class of Employee and Employee is a subclass of Person. The only issue with this code is its flawed structure, which includes missing whitespace and indexing, two essential Python features.

Thus, the missing line of code is def_init_(self, style, color).

To learn more about code, refer to the link below:

https://brainly.com/question/497311

#SPJ5

Brenda has a laptop that is more than six years old. Since she upgraded the windows operating system to the latest version, her machine crashes when she starts it up. To solve the issue, brenda should try

Answers

The laptop Brenda uses keeps crashing when she starts it up ever since she updated Windows to the most recent version. It is older than six years. She ought to attempt System Restore to fix the problem.

Microsoft Windows has a tool called System Restore that lets users change the system files, installed programs, the Windows registry, and system settings of a machine back to a prior state. This approach can be used to fix issues like system crashes and other issues. System Restore can reverse system modifications to fix windows 10 issues.

Follow the link to learn more on resolving windows problems

https://brainly.com/question/28318083

#SPJ4

In hypertext poetry, a poem is:
A. always conveyed with words ony.
B. rarely read the same way twice.
C. always in iambic pentameter.
D. never read on the lnternet.

Answers

Answer:

im going to go with c because you can read those on the internet

Answer:

the answer is a

Explanation:

in hypertext poetry, a poem is: a.)rarely read the same was twice b.) always in iambic pentameter c.) always conveyed with words only d.) never read on the internet​

 you always want to convey sentences and words on ure own way because it could be copyright for taking someone else words or stories or etc.

Convert pounds to ounces.
(1 pound = 16 ounces)


14 pounds = _________ × (1 pound)


= _________ × ( _________ ounces)


= _________ ounces +BrainList

Answers

Answer: yt can work

Explanation:

that  will help

Answer:

All your questions got removed

Explanation:

dont give  points next time

jenny is preparing to install windows 10 on a system that has a version of windows 8.1 installed. this version of windows 8.1 runs slowly and crashes occasionally. the optical drive also does not work, so jenny decides to use a flash drive to install windows 10. jenny wants to remove all the programs and data from the computer and start over with windows 10. what type of installation should jenny perform? a. repair installation b. in-place upgrade c. recovery installation d. custom installation

Answers

The type of installation that Jenny need to perform based on the above is known to be called  D) Custom installation.

What is Custom installation of windows 10?

Custom installation is known to be a kind of an Administration Server installation that is known to often take place if a person or a computer user is known to have been prompted to click on some parts so that they can be able to install and tell the folder where the application need to  be installed.

Therefore, based on the above, The type of installation that Jenny need to perform based on the above is known to be called  D) Custom installation

Learn more about installation from

https://brainly.com/question/13033768

#SPJ1

Omar is ready to print the outlines. Which tab should he use to access the Print pane?

File
Quick Print
Review
View

Answers

Answer:

A. File

Explanation:

Edg2020

Answer:

A File

Explanation:

Correct on Edg

list =[10, 5, 15] for( var i=0; ; i++){ console.log(list[i]} Which of the following will NOT result in an error if placed where program reads and the program is run?

Answers

Answer:

B

Explanation:

It would be lost.length

Technician A says that a camshaft must open and close each valve at exactly the right time relative to piston position. Technician B says overhead cam engines can be belt-driven. Who is correct?

Answers

On single and double overhead cam engines, the cams are driven by the crankshaft, via either a belt or chain called the timing belt or timing chain. These belts and chains need to be replaced or adjusted at regular intervals.

There are lot of engineers that focuses on machines.  Both Technician A and B are correct.

Can overhead cam engines be belt driven?

A single overhead camshaft engine is known to often use one camshaft that is found above each bank of cylinders. The camshaft  is said to be driven by a chain or a toothed timing belt.

The timing of the opening and also the closing of valves is given by the extent or degree relative to the position of engine's pistons.

Conclusively, the Overhead camshaft are known to be set up to often open and close at a specific time, to give room for the engine to run efficiently in terms of speeds.

learn more about Machines  from

https://brainly.com/question/4435994

How is a value list created?

by the user typing in values for the list
by the list pulling values from another table
by the list pulling values from the same table
by the user linking the list to another database

Answers

B I hope this helps!!!!

Answer:

A

Explanation:

edge

Describe in simple words how we decide how many cards the dealer draws.
Game: blackjack in java

Answers

Answer: eh maybe

Explanation: srr

Write an expression that will cause the following code to print "greater than 20" if the value of userAge is greater than 20.

Answers

The code of the given query is presented below.

Program explanation:

Declaration of header file.Declaration of main method.Declaration of integer type variable.Enter a value.Use of if statement.

Program code:

#include <iostream>    //header file

using namespace std;

int main()   //main method

{

int userAge;

cin>>userAge;

if(userAge > 20)

{

cout<<"greater than 20" << endl;

}

else

{

cout<< "20 or less" <<endl;

}

return 0;

}

Output:

Find the attachment below.

Learn more about program code here:

https://brainly.com/question/17782638

Portrait and Landscape are

Page layout


Page size


Page orientation


All of the above

Answers

Answer:

a page layout

Explanation:

How many bit make a byte .​

Answers

Answer:

It is easy .8 bits.You have to note this

Answer: 8

1 byte = 8 bit

what is hardware ? Name the four functional hardware of a computer system Define each of them with the help of a diagram​

Answers

Answer:

There are four main computer hardware components that this blog post will cover: input devices, processing devices, output devices and memory (storage) devices. Collectively, these hardware components make up the computer system.

Kathy would like to export a report that she created into an easy-to-use file format that is supported on multiple
platforms and will retain the image quality of the report. Which option should she choose?
A)PDF
B)XML
C)Excel
D)Word

Answers

Answer:

A) PDF

Explanation:

PDF is an acronym for Portable Document Format. It is utilized in showing documents in an electronic format.

PDF satisfies various functions when documents are saved in its format. These include:

1. It retains the graphic quality that was being saved.

2. It enables users to save several forms of contents such as text, pictures, audio, 3D, hyperlinks, etc

3. It is easier to develop, navigate, and export

4. It supports numerous security options such as passwords, watermarks, etc.

5. It can be compressed to relatively smaller sizes despite the document containing larger files.

6. It can be viewed or access on multiple platforms.

Hence, in this case, the right answer is PDF.

In addition to benchmark testing, performance measurements, called _____, can monitor the number of transactions processed in a given time period, the number of records accessed, and the volume of online data.

Answers

Answer:

metrics

Explanation:

Given that Metrics is Metrics is an accepted technique of measuring quantities of elements or commodities.

It is used in all facets of human activities particularly in value measurement such as production operation, financial assessment, comparison purposes, etc.

Hence, In addition to benchmark testing, performance measurements, called METRICS, can monitor the number of transactions processed in a given period, the number of records accessed, and the volume of online data.

Other Questions
what is biology the study of The image shows the Nineteenth Amendment to the US Constitution, ratified in 1919.Which new idea could a reader form based on this image and "Woman's Rights to the Suffrage"?Anthony's activism alone drove the government to eventually give women the right to vote.Anthony never had the chance to vote, despite the fact that women got the right to vote.Anthony's dream that women would get the right to vote never became a reality.Anthony's vision that women would get the right to vote eventually became reality. (BRAINLIEST) How did the western roman empire fell?? What is causing Anna to behave strangely and violently?O She secretly hates Mac, Dennis, and JeremiahO Her wound has been infected and she is tuming into a zombieO She is trying to escape from the three boysHer wound has been healed and she is becoming a human again A small, secret group known as the _____ was dedicated to Greek independence. Plz l need the answer, If zero lies between a and d, give one set of possible answers for a, b, c, and d. I am in need for help :(Plz dont report!What should I do If Im being cheated on 3 but i thought i was perfectly fine and in love! Select the statement that best describes how water produces electricity.(A)Water is stored during periods when electricity is not needed.(B)A coal-fired power plant turns steam into electricity. (D) Moving water turns a turbine within a generator.(C)A penstock is needed to create electricity from water. GIVING BRAINLIST1. A car is 180 inches long. A truck is 75% longer than the car. How long is the truck?A. 135 inchesB. 240 inchesC. 255 inchesD. 315 inches2. 6. It takes Diego 124 of an hour to complete a lap on a circular bike track. The track is 13 mile long. What is Diegos bike speed? A. 18 mile per hourB. 18 hours per mileC. 8 miles per hourD. 8 hours per mile3. The number of fish in a lake decreased by 25% between last year and this year. Last year there were 60 fish in the lake. What is the fish population this year? Show your work. [3 points]A. 15 B. 45C. 75D. 35 select three software applications that you would use to manage all aspects of a company's finances such as keeping records of business transactions and generating invoices and forms, then click done. help pleaseDan works a paper route. He started out with 180 papers. He has 65 left to deliver. Writeand solve an equation to find the number of papers Dan has delivered. Chris has a job selling newspapers every morning. He receives a base pay of $10 per day and also gets 15 cents for every paper he sells. One morning he made $16.45. How many papers did he sell?A~39 C~52B~43 D~64 PLEASE HELP!!Which statement best expresses the narrators relationship with his uncle?A. The narrator dislikes sharing a residence with his uncle.B. The narrators uncle is too busy to spend time with him.C. The narrators uncle enjoys dining with him.D. The narrator appeases his uncles whims. ~Highlight the simile in the passage"I studied the plants. Leaves shaped like spades in a deck of cards. Definitely beans."What does the simile help you understand about the narrator?A. He likes to play cardsB. He knows what bean plants look like.C. He wants to grow the beans.D. He is not interested in growing beans. Please help this is due in 2 periods. Future generations shall enjoy the same liberties as we do.A. establish justiceB. provide for the common defenseC. promote the general welfareD. secure the blessing of liberty to ourselves and our posterity Who conquered Central Asia from Mongolia to the Caspian Sea? A. Marco Polo B. Kublai Khan C. General Zhang Qian D. Genghis Khan Please select the best answer from the choices provided HELP ASAP Which graph shows someone walkingat a faster speed (if the scales are the same)? Customer complaints can be viewed positively as an opportunity toA. give gifts awayB. identify unwanted customersC. fix a problemD. fire an unwanted employee who has made a mistake Please help me out!Lawyers for each side of a case are questioning people who received a jury summons. What part of the trial process does this describe, and what will happen next? a. The case is in the deliberation phase, and the jury selection will follow.b. The case is in the judge's charge to the jury phase, and the verdict will follow.c. The case is in the jury selection phase, and the trial will follow.d. The case is in the trial phase, and the judge's charge to the jury will follow.