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.52.239.0/24 network. The addresses must be split up so that they can be equally organized into 10 subnets of at least 32 addresses. Which mask would best fit this requirement?
A) 255.255.255.240
B) 255.255.255.224
C) 255.255.255.248
D) None
D
Explanation: A) The 172.52.239.0/24 network offers up to 254 total possible host addresses; the requirements call for 320. Because of this, no mask would be able to meet these requirements.
You might also like to view...
You can use queries as the source of the underlying data for another query. _________________________
Answer the following statement true (T) or false (F)
Which of the following does not describe an event where the user interacts with the GUI?
a) booting up a machine b) scrolling through a document c) closing a window d) clicking on a file
Modify the definition of the class Species in Listing 5.19 of Chapter 5 by removing the method setSpecies and adding the following methods:
• Five constructors: one for each instance variable, one with three parameters for the three instance variables, and a default constructor. Be sure that each constructor sets all of the instance variables. • Four methods named set that can reset values: one is the same as the method setSpecies in Listing 5.16, and the other three each reset one of the instance variables. Then write a test program to test all the methods you have added. Finally, repeat Practice Program 1 in Chapter 5, but be sure to use some constructor other than the default constructor when you define new objects of the class Species. This project requires the development of test cases that exercise each of the new constructors and methods at least once.
In Illustrator, you can define an area of the artboard and save it as a named view, which you can then select from the File menu.
Answer the following statement true (T) or false (F)