An engineer is performing the IP subnet design for an organization and needs to find the best mask that should be used. The organization has been assigned the 172.16.44.0/22 network. The addresses must be split up so that they can be equally organized into 16 subnets of at least 50 addresses. Which mask would best fit this requirement?

A) 255.255.255.128
B) 255.255.255.192
C) 255.255.255.240
D) None


B
Explanation: C) The 172.16.44.0/22 network provides up to 1022 total host addresses. To split this equally into 16 different subnets of at least 50 addresses, the engineer can use the 255.255.255.192 (/26).
172.16.44.0/26
172.16.44.64/26
172.16.44.128/26
172.16.44.192/26
172.16.45.0/26
172.16.45.64/26
172.16.45.128/26
172.16.45.192/26
172.16.46.0/26
172.16.46.64/26
172.16.46.128/26
172.16.46.192/26
172.16.47.0/26
172.16.47.64/26
172.16.47.128/26
172.16.47.192/26

Computer Science & Information Technology

You might also like to view...

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

1. Overriding is when a derived class redefines a method from the base class. 2. A constructor for a derived class begins with an invocation of a constructor for the base class. 3. The call to the base class constructor (super) must always be the last action taken in a constructor definition. 4. You may substitute the keyword this for super() to call a constructor of the derived class. 5. An instance variable (or method) that is private in a base class is accessible by name in the definition of a method in any other class.

Computer Science & Information Technology

What does the following function do?

What will be an ideal response?

Computer Science & Information Technology

Mac OS X is built upon what other operating system, allowing you to use commands such as du and finger from a terminal window?

A. UNIX B. Linux C. Windows ME D. DOS

Computer Science & Information Technology

Use bookmarks to locate a specific part of document quickly

Indicate whether the statement is true or false

Computer Science & Information Technology