Вы находитесь на странице: 1из 14

Subnetting Questions

Question 1

January 1, 2012

Workstation A has been assigned an IP address of 192.0.2.24/28. Workstation B has been assigned an IP address of 192.0.2.100/28. The two workstations are connected with a straight-through cable. Attempts to ping between the hosts are unsuccessful. What two things can be done to allow communications between the hosts? (Choose two) A. Replace the straight-through cable with a crossover cable. B. Change the subnet mask of the hosts to /25. C. Change the subnet mask of the hosts to /26. D. Change the address of Workstation A to 192.0.2.15. E. Change the address of Workstation B to 192.0.2.111. Answer: A B Explanation To specify when we use crossover cable or straight-through cable, we should remember: Group 1: Router, Host, Server Group 2: Hub, Switch One device in group 1 + One device in group 2: use straight-through cable Two devices in the same group: use crossover cable -> To connect two hosts we must use crossover cable -> A is correct. With the subnet mask of /28, 192.0.2.24 & 192.0.2.100 will be in different subnets (192.0.2.24 belongs to subnet 192.0.2.16/28; 192.0.2.100 belongs to subnet 192.0.2.96). To make them in the same subnet we need more space for host. Because 100 < 128 so we the suitable subnet should be /25.

Question 2 Your ISP has given you the address 223.5.14.6/29 to assign to your routers interface. They have also given you the default gateway address of 223.5.14.7. After you have configured the address, the router is unable to ping any remote devices. What is preventing the router from pinging remote devices? A. The default gateway is not an address on this subnet. B. The default gateway is the broadcast address for this subnet. C. The IP address is the broadcast address for this subnet. D. The IP address is an invalid class D multicast address. Answer: B Explanation

frombasics@gmail.com | http://frombasics.blogspot.com

Subnetting Questions
For the network 223.5.14.6/29: Increment: 8 Network address: 223.5.14.0 Broadcast address: 223.5.14.7

January 1, 2012

-> The default gateway IP address is the broadcast address of this subnet -> B is correct.

Question 3 Refer to the exhibit. According to the routing table, where will the router send a packet destined for 10.1.5.65? Network 10.1.1.0/24 10.1.2.0/24 10.1.3.0/25 10.1.4.0/24 10.1.5.0/24 Interface Next-hop e0 e1 s0 s1 e0 directly connected directly connected directly connected directly connected 10.1.1.2 10.1.2.2 10.1.3.3 10.1.4.4

10.1.5.64/28 e1 10.1.5.64/29 s0 10.1.5.64/27 s1 A. 10.1.1.2 B. 10.1.2.2 C. 10.1.3.3 D. 10.1.4.4 Answer: C Explanation

The destination IP address 10.1.5.65 belongs to 10.1.5.64/28, 10.1.5.64/29 & 10.1.5.64/27 subnets but the longest prefix match algorithm will choose the most specific subnet mask -> the prefix /29 will be chosen to route the packet. Therefore the next-hop should be 10.1.3.3 -> C is correct.

Question 4 Refer to the exhibit. The user at Workstation B reports that Server A cannot be reached. What is preventing Workstation B from reaching Server A?

frombasics@gmail.com | http://frombasics.blogspot.com

Subnetting Questions

January 1, 2012

A. The IP address for Server A is a broadcast address. B. The IP address for Workstation B is a subnet address. C. The gateway for Workstation B is not on the same subnet. D. The gateway for Server A is not on the same subnet.

Answer: D Question 5 Given the address 192.168.20.19/28, which of the following are valid host addresses on this subnet? (Choose two) A. 192.168.20.29 B. 192.168.20.16 C. 192.168.20.17 D. 192.168.20.31 E. 192.168.20.0

Answer: A C

A. The IP address for Server A is a broadcast address. B. The IP address for Workstation B is a subnet address. C. The gateway for Workstation B is not on the same subnet. D. The gateway for Server A is not on the same subnet.

Answer: D Question 5

frombasics@gmail.com | http://frombasics.blogspot.com

Subnetting Questions

January 1, 2012

Given the address 192.168.20.19/28, which of the following are valid host addresses on this subnet? (Choose two) A. 192.168.20.29 B. 192.168.20.16 C. 192.168.20.17 D. 192.168.20.31 E. 192.168.20.0 Answer: A C Question 6 Which of the following IP addresses fall into the CIDR block of 115.64.4.0/22? (Choose three) A. 115.64.8.32 B. 115.64.7.64 C. 115.64.6.255 D. 115.64.3.255 E. 115.64.5.128 F. 115.64.12.128 Answer: B C E Question 7 The Ethernet networks connected to router R1 in the graphic have been summarized for router R2 as 192.1.144.0/20. Which of the following packet destination addresses will R2 forward to R1, according to this summary? (Choose two)

A. 192.1.159.2 B. 192.1.160.11 C. 192.1.138.41 D. 192.1.151.254 E. 192.1.143.145 F. 192.1.1.144 Answer: A D Question 8

frombasics@gmail.com | http://frombasics.blogspot.com

Subnetting Questions

January 1, 2012

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. 192.1.159.2 B. 192.1.160.11 C. 192.1.138.41 D. 192.1.151.254 E. 192.1.143.145 F. 192.1.1.144

Answer: A D 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 172.16.3.48/26 B. Network A 172.16.3.128/25 C. Network A 172.16.3.192/26 D. Link A 172.16.3.0/30 E. Link A 172.16.3.40/30 F. Link A 172.16.3.112/30

Answer: B D Explanation

frombasics@gmail.com | http://frombasics.blogspot.com

Subnetting Questions

January 1, 2012

Network A needs 120 hosts < 128 = 27 -> Need a subnet mask of 7 bit 0s -> /25. Because the ip subnet-zero command is used, network 172.16.3.0/30 can be used. Answer E Link A 172.16.3.40/30 is not correct because this subnet belongs to MARKETING subnet (172.16.3.32/27). Answer F Link A 172.16.3.112/30 is not correct because this subnet belongs to ADMIN subnet (172.16.3.96/27). Question 9 Which two subnetworks would be included in the summarized address of 172.31.80.0/20? (Choose two) A. 172.31.17.4/30 B. 172.31.51.16 /30 C. 172.31.64.0/18 D. 172.31.80.0/22 E. 172.31.92.0/22 F. 172.31.192.0/18

Answer: D E Explanation From the summarized address of 172.31.80.0/20, we find the range of this summarized network: Increment: 16 Network address: 172.31.80.0 Broadcast address: 172.31.95.255 -> Answer D & E belong to this range so they are the correct Answers. Question 10 Which three IP addresses can be assigned to hosts if the subnet mask is /27 and subnet zero is usable? (Choose three) A. 10.15.32.17 B. 17.15.66.128 C. 66.55.128.1 D. 135.1.64.34 E. 129.33.192.192 F. 192.168.5.63 Answer: A C D Explanation

frombasics@gmail.com | http://frombasics.blogspot.com

Subnetting Questions

January 1, 2012

First we need to find out the forms of network addresses and broadcast addresses when the subnet mask of /27 is used: Increment: 32 Network address: In the form of x.x.x.(0,32,64,96,128,160,192,224) Broadcast address: In the form of x.x.x.(31,63,95,127,159,191,223) So we only need to check the fourth octets of the IP addresses above. If they are not in the form of network addresses or broadcast addresses then they can be assigned to hosts. Notice that the IP 66.55.128.1 belongs to the subnet zero and the Question says subnet zero is usable so it is valid. Question 11 Which of the following IP addresses can be assigned to the host devices? (Choose two) A. 205.7.8.32/27 B. 191.168.10.2/23 C. 127.0.0.1 D. 224.0.0.10 E. 203.123.45.47/28 F. 10.10.0.0/13 Answer: B F Explanation This is a time-consuming Question (but not hard ^^) because we have to calculate the range of each sub-network separately (excepting Answer C is the local loopback address & Answer D is a multicast address) so make sure you can do subnet quickly. After solving above Questions I believe you can find out the result so I dont explain this Question in detail. Question 12 How many subnets can be gained by subnetting 172.17.32.0/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 -> 24 = 16 subnets.

frombasics@gmail.com | http://frombasics.blogspot.com

Subnetting Questions
/27 has 5 bit 0s so it gives 25 2 = 30 hosts-per-subnet.

January 1, 2012

Question 13

Answer: Explanation

Question 14 What are the subnet and broadcast IPs for host 10.49.35.116/29? Answer: The subnet IP address is 10.49.35.112. The broadcast IP address is 10.49.35.119.

Question 15

What are the subnet and broadcast IPs for host 10.125.85.145/27?
Answer:

The subnet IP address is 10.125.85.128. The broadcast IP address is 10.125.85.159.

Question 16

What are the subnet and broadcast IPs for host 10.123.180.159/15?
Answer:

The subnet IP address is 10.122.0.0. The broadcast IP address is 10.123.255.255.

frombasics@gmail.com | http://frombasics.blogspot.com

Subnetting Questions
Question 14

January 1, 2012

What are the subnet and broadcast IPs for host 10.231.179.225/15?
Answer:

The subnet IP address is 10.230.0.0. The broadcast IP address is 10.231.255.255.

Question 15

What are the subnet and broadcast IPs for host 10.32.193.83/10?
Answer:

The subnet IP address is 10.0.0.0. The broadcast IP address is 10.63.255.255.

Question 16

What are the subnet and broadcast IPs for host 10.238.224.117/14?
Answer:

The subnet IP address is 10.236.0.0. The broadcast IP address is 10.239.255.255.

Question 17

What is the first valid host on the subnetwork that the node 192.168.86.70 255.255.255.224 belongs to?

Answer: 192.168.86.65 Question 15

What is the first valid host on the subnetwork that the node 172.21.98.63/23 belongs to?
Answer: 172.21.98.1

frombasics@gmail.com | http://frombasics.blogspot.com

Subnetting Questions
Question 16

January 1, 2012

What is the first valid host on the subnetwork that the node 192.168.166.91/26 belongs to?

Answer: 192.168.166.65 Question 17

Which subnet does host 172.18.46.198 255.255.254.0 belong to?


Answer: 172.18.46.0 Question 18

How many subnets and hosts per subnet can you get from the network 172.19.0.0 255.255.240.0?
Answer: 16 subnets and 4094 hosts Question 16

How many subnets and hosts per subnet can you get from the network 172.21.0.0 255.255.255.128?
Answer:

512 subnets and 126 hosts Explanation 1:


255.255.255.128 means 11111111.11111111.11111111.10000000 accor. To this derive the value Number of subnet: 2^9----512(9= no of ON bits from octet 3rd to 4th) Number of host/subnet: 2^7-2----126(7= no of OFF bits in octet 4th)

Explanation 2:
172.21.0.0 (class B) Subnet mask: 255.255.255.128 (/25) # of bits for subnets: 25-16 = 9 # of subnets: 2^9 = 512 # of host bits: 32-25 = 7 # of hosts: 2^7 - 2 = 126

Question 17

Which subnet does host 10.212.208.167 255.255.240.0 belong to?


Answer:

frombasics@gmail.com | http://frombasics.blogspot.com

10

Subnetting Questions 10.212.208.0


Question 18

January 1, 2012

How many subnets and hosts per subnet can you get from the network 192.168.94.0 255.255.255.248?
Answer:

32 subnets and 6 hosts


Question 19

You are designing a subnet mask for the 172.29.0.0 network. You want 240 subnets with up to 210 hosts on each subnet. What subnet mask should you use?
Answer:

255.255.255.0
Question 20

What is the last valid host on the subnetwork 192.168.47.96 255.255.255.240?


Answer:

192.168.47.110
Question 21

You are designing a subnet mask for the 172.30.0.0 network. You want 40 subnets with up to 600 hosts on each subnet. What subnet mask should you use?
Answer: 255.255.252.0

Question 22

How many subnets and hosts per subnet can you get from the network 172.18.0.0 255.255.252.0?
Answer: 64 subnets and 1022 hosts Question 22

Answer: Question 22

frombasics@gmail.com | http://frombasics.blogspot.com

11

Subnetting Questions
Answer: Question 22 Answer: Question 22 Answer: Question 22 Answer: Question 22 Answer: Question 22 Answer: Question 22 Answer: Question 22 Answer: Question 22 Answer: Question 22 Answer: Question 22 Answer: Question 22 Answer: Question 22 Answer: Question 22

January 1, 2012

frombasics@gmail.com | http://frombasics.blogspot.com

12

Subnetting Questions
Answer: Question 22 Answer: Question 22 Answer: Question 22 Answer: Question 22 Answer: Question 22 Answer: Question 22 Answer: Question 22 Answer: Question 22 Answer: Question 22 Answer: Question 22 Answer: Question 22 Answer:

January 1, 2012

frombasics@gmail.com | http://frombasics.blogspot.com

13

Subnetting Questions
Subnetting Notes

January 1, 2012

Boolean Logic 0 0 1 1 AND AND AND AND OR OR OR OR 0 1 0 1 = = = = 0 0 0 1

0 0 1 1 Useful Graph

0 1 0 1

= = = =

0 1 1 1

This graph helps me reduce the number of errors I make while answering subnetting questions on exams. I typically draw it as I sit down to an exam and then use it as a reference while checking my work before submitting an answer. Find the column with the corresponding prefix bits as the practice question you are working on and then pay attention to how that correlates to the "Magic number" and "Subnet mask" rows. Magic number Prefix bits Prefix bits Prefix bits Prefix bits Subnet mask 128 1 9 17 25 128 64 2 10 18 26 192 32 3 11 19 27 224 16 4 12 20 28 240 8 5 13 21 29 248 4 6 14 22 30 252 2 7 15 23 31 254 1 8 16 24 32 255

frombasics@gmail.com | http://frombasics.blogspot.com

14

Вам также может понравиться