While reviewing a firewall policy, a network administrator notices a large block of addresses are denied without comment. Given that the blocked address range is from 224.0.0.0 to 239.255.255.255, which of the following group of addresses does this specify?
A. Multicast addresses
B. Unused private addresses
C. RFC1918 private addresses
D. Asiapacific addresses
Answer: A. Multicast addresses
Computer Science & Information Technology
You might also like to view...
You can enter one or more instructions between the Set and End Set clauses.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
A scenario ________ is used to compare multiple scenarios
A) relationship report B) comparison table C) summary report D) analysis table
Computer Science & Information Technology
The
- (unordered list) tag displays a collection of items in a list format with each list item identified? by default with a bullet.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Assuming grade is an array of ten integers, the statement ____ is invalid.
A. grade = &grade[2]; B. *grade = *(grade + 2); C. *grade = *grade + 2; D. *grade = *(&grade[2]) + 2;
Computer Science & Information Technology