A network technician is responsible for setting up four branch offices for a company. Each office will have 12 hosts, but needs the ability to expand to 16 hosts. Which of the following subnet masks should be chosen?
A. 255.255.255.224
B. 255.255.255.248
C. 255.255.255.16
D. 255.255.255.240
Answer: A. 255.255.255.224
Computer Science & Information Technology
You might also like to view...
What kind of logs can Splunk Index?
A. Only A, B B. Router and Switch Logs C. Firewall and Web Server Logs D. Only C E. Database logs F. All firewall, web server, database, router and switch logs
Computer Science & Information Technology
What is the correct way to call the following function? Assume that you have two variables
variables named intArgument (int) and floatArgument(float). void doThings(float x, int y);
Computer Science & Information Technology