Which of the following is an automated mechanism used to assign IP addresses, subnet masks, default gateways, DNS servers, WINS servers, and other IP configuration information to network devices?

A. IPX
B. DHCP
C. AIX
D. X.25


Answer: B

Computer Science & Information Technology

You might also like to view...

Posting information to the Internet using anonymous email accounts or screen names makes it impossible to identify a libeler.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Consider the following pair of functions. You are to assume that the ellipses (. . .) contain correct code sufficient that it with the code you can see will compile apart from the two variables named sam in the two functions.

``` . . . . void func1( ) { int sam; . . . } void func2( ) { int sam; . . . } int main( ) { func1(); func2(); . . . } ``` a) This code will not compile because of the multiply defined variable sam. In the explanation give the compiler message you get on compiling. b) This code will compile just fine. c) This code will compile but will give a runtime error due to the multiply defined variable sam. In the explanation give the error message you get when this is run. d) This code compiles and runs without any error messages. Explain why in the explanations.

Computer Science & Information Technology

If while surfing the Internet, a constant display of popup windows with advertising occurs, it is most likely that ________ software is installed on the computer

Fill in the blank(s) with correct word

Computer Science & Information Technology

In the task pane, what does a diagonal white triangle next to a chart category indicate?

A) There are no options for this category. B) None of the category's options are displayed. C) All the category's options are displayed. D) Every option for this category have already been chosen.

Computer Science & Information Technology