Two networks in different offices have been using DHCP set up for 192.168.0.0/24. After consolidating the officer's networks, they have run out of IP addresses. Which of the following is the MOST cost-effective solution?

A. Request another class C IP scope from the ISP.
B. Switch to static IP addressing.
C. Change the subnet mask to 255.255.254.0.
D. Add a router to connect both networks


Answer: C. Change the subnet mask to 255.255.254.0.

Computer Science & Information Technology

You might also like to view...

Declaration statements ___________________.

a. are only used for variables and are not needed for constants b. are only allowed in the Declarations section of a form c. give a name to variables or constants and specify the type of data they will hold d. both answers B and C are correct

Computer Science & Information Technology

One of the most popular C2C websites is ________

A) eBay B) Amazon C) Google Checkout D) PayPal

Computer Science & Information Technology

____ access behaves the same as private access, in that it permits access only to member or friend functions, but it allows any derived class to inherit this restriction.

A. Private B. Protected C. Public D. Package

Computer Science & Information Technology

The initialization of a two-dimensional array is done in ____ order.

A. ascending B. descending C. row D. column

Computer Science & Information Technology