As the network engineer, you are asked to design an IP subnet plan that calls for 12 subnets. The largest subnet needs a minimum of 12 hosts. Management requires that a single mask must be used throughout the Class C network. Which of the following is a public IP network and mask that would meet the requirements?

A) 216.122.44.0 /25
B) 216.122.44.0 /26
C) 216.122.44.0 /27
D) 216.122.44.0 /28


D
Explanation: D) The correct answer is 216.122.44.0 /28 because the only mask that would fit the requirements of 12 subnets and 16 hosts is /28, or 255.255.255.240, which would give you 16 subnets and 14 hosts per subnet.

Computer Science & Information Technology

You might also like to view...

You are doing a binary search of the dictionary for page where a word should be, using the recursive binary search. What is done to guarantee that the successive dictionaries to be searched are smaller?

a. Search a dictionary with one less page. b. Search a dictionary with one less word. c. Search a dictionary with half the words. d. Recursively search the half the dictionary where the word should be.

Computer Science & Information Technology

____ software is used by architects and engineers.

A. CAD B. 3D graphics C. Paint D. Drawing

Computer Science & Information Technology

When you alter code to accommodate a style effect, leave an explanation in a(n) ____________________ so it's clear to you why the change was made when you look at the code later.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

If you are designing a database, you want to make sure people enter valid data that makes sense in the database.

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

Computer Science & Information Technology