You are working in a data center environment and are assigned the address range [Link]/23.
You are asked to develop an IP addressing plan to allow the maximum number of subnets with as
many as 30 hosts [Link] IP address range meets these requirements?
A. [Link]/27
B. [Link]/26
C. [Link]/29
D. [Link]/28
E. [Link]/25
Answer: A
Explanation
Each subnet has 30 hosts < 32 = 2
5
so we need a subnet mask which has at least 5 bit 0s -> /27.
Also the question requires the maximum number of subnets (which minimum the number of hosts-
per-subnet) so /27 is the best choice -> A is correct.
Question 12
How many subnets can be gained by subnetting [Link]/23 into a /27 mask, and how many
usable host addresses will there be per subnet?
A. 8 subnets, 31 hosts
B. 8 subnets, 32 hosts
C. 16 subnets, 30 hosts
D. 16 subnets, 32 hosts
E. A Class B address cant be subnetted into the fourth octet.
Answer: C
Explanation
Subnetting from /23 to /27 gives us 27 23 = 4 bits -> 2
4
= 16 subnets.
/27 has 5 bit 0s so it gives 2
5
2 = 30 hosts-per-subnet.
Refer to the exhibit.
Which subnet mask will place all hosts on Network B in the same subnet with the least amount of
wasted addresses?
A.
[Link]
B.
[Link]
C.
[Link]
D.
[Link]
Answers: B
[Link]
Explanation:
310 hosts < 512 = 29 -> We need a subnet mask of 9 bits 0 -> 1111 1111.1111 1111.1111
1110.0000 0000 -> [Link]
Question 8
Refer to the exhibit. All of the routers in the network are configured with the ip subnet-zero command.
Which network addresses should be used for Link A and Network A? (Choose two)
A. Network A [Link]/26
B. Network A [Link]/25
C. Network A [Link]/26
D. Link A [Link]/30
E. Link A [Link]/30
F. Link A [Link]/30
Answer: B D
Explanation
Network A needs 120 hosts < 128 = 2
7
-> Need a subnet mask of 7 bit 0s -> /25.
Because the ip subnet-zero command is used, network [Link]/30 can be used.
Answer E Link A [Link]/30 is not correct because this subnet belongs to MARKETING subnet
([Link]/27).
Answer F Link A [Link]/30 is not correct because this subnet belongs to ADMIN subnet
([Link]/27).
Question 3
Refer to the exhibit. What is the most appropriate summarization for these routes?
A. [Link]/21
B. [Link]/22
C. [Link]/23
D. [Link]/24
Answer: B
Explanation
We need to summarize 4 subnets so we have to move left 2 bits (2
2
= 4). In this question we can
guess the initial subnet mask is /24 because [Link], [Link], [Link], [Link] belong to different
networks. So /24 moves left 2 bits -> /22.
Managing IOS
Which command is necessary to permit SSH or Telnet access to a cisco switch that is otherwise
configured for these vty line protocols?
A.
transport type all
B.
transport output all
C.
transport preferred all
D.
transport input all