#4 - questions - Easy Subnetting

अब Quizwiz के साथ अपने होमवर्क और परीक्षाओं को एस करें!

1. What is the maximum number of IP addresses that can be assigned to hosts on a local subnet that uses the 255.255.255.224 subnet mask? a. 14 b. 15 c. 16 d. 30 e. 31 f. 62

1. What is the maximum number of IP addresses that can be assigned to hosts on a local subnet that uses the 255.255.255.224 subnet mask? d. 30. ???

2. You have a network that needs 29 subnets while maximizing the number of host addresses available on each subnet. how many bits must you borrow from the host field to provide the correct subnet mask? a. 2 b. 3 c. 4 d. 5 e. 6 f. 7

2. You have a network that needs 29 subnets while maximizing the number of host addresses available on each subnet. how many bits must you borrow from the host field to provide the correct subnet mask? d. 5. A 240 mask is 5 subnet bits and provides 16 subnets, each with 14 hosts. We need more subnets so lets add subnet bits. One more subnet bit would be a 248 mask. This provides 5 subnet bits (32 subnets) with 3 host bits (6 hosts per subnet). This is the best answer.

5. Which two statements describe the IP address 10.16.3.65/23? a. the subnet address is 10.16.3.0 255.255.254.0 b. the lowest host address in the subnet is 10.16.2.1 255.255.254.0 c. the last valid host address in the subnet is 10.16.2.254 255.255.254.0 d. the broadcast address of the subnet is 10.16.3.255 255.255.254.0 e. the network is not subnetted

5. Which two statements describe the IP address 10.16.3.65/23? b. the lowest host address in the subnet is 10.16.2.1 255.255.254.0 d. the broadcast address of the subnet is 10.16.3.255 255.255.254.0 B,D. The mast 255.255.254.0 (/23) used with a class a address means that there are 15 subnet bits and 9 hosts bits. The block size in the third octet is 2 (256-254). So this makes the subnets in the interesting octet 0, 2, 4, 6, etc. all the way to 254. The host 10.16.3.65 is in the 2. subnet. The next subnet is 4.0, so the broadcast address for the 2.0 subnet is 3.255. The valid host addresses are 2.1 through 3.254.

6. If a host on a network has the address 172.16.45.13/30, what is the subnetwork this host belongs to? a. 172.16.45.0 b. 172.16.45.4 c. 172.16.45.8 d. 172.16.45.12 e. 172.16.45.16

6. If a host on a network has the address 172.16.45.13/30, what is the subnetwork this host belongs to? d. 172.16.45.12 D. A/30, regardless of the class of address, has a 252 in the fourth octet. This means we have a block size of 4 and our subnets are 0,4,8,12,16, etc....Address 14 is obviously in the 12 subnet.

7. Which mask should you use on point-to-point links in order to reduce the waste of IP addresses? a. /27 b. /28 c. /29 d. /30 e. /31

7. Which mask should you use on point-to-point links in order to reduce the waste of IP addresses? d. /30 D. A point-to-point link uses only two hosts. A /30, or 255.255.255.252, mask provides two hosts per subnet.

8. What is the subnetwork number of a host with an IP address of 172.16.66.0/21? a. 172.16.36.0 b. 172.16.48.0 c. 172.16.64.0 d. 172.16.0.0

8. What is the subnetwork number of a host with an IP address of 172.16.66.0/21? c. 172.16.64.0 C. A /21 is 255.255.248.0, which means we have a block size of 8 in the third octet, so we just count by 8 until we reach 66. The subnet in this question is 64.0. The next subnet is 72.0, so the broadest address of the 64 subnet is 71.255.

9. You have an interface on a router with the IP address of 192.168.192.10/29. Including the router interface, how many hosts can you have IP addresses on the LAN attached to the router interface? a. 6 b. 8 c. 30 d. 62 e. 126

9. You have an interface on a router with the IP address of 192.168.192.10/29. Including the router interface, how many hosts can you have IP addresses on the LAN attached to the router interface? a. 6 A. A/29 (255.255.255.248), regardless of the class of address, has only 3 hosts bits. Six is the maximum number of hosts on this LAN, including the router interface.

10. You need to configure a server that is on the subnet 192.168.19.24/29. The router has the first available host address. Which of the following should you assign to the server? a. 192.168.19.0 255.255.255.0 b. 192.168.19.33 255.255.255.240 c. 192.168.19.26 255.255.255.248 d. 192.168.19.31 255.255.255.248 e. 192.168.19.34 255.255.255.240

10. You need to configure a server that is on the subnet 192.168.19.24/29. The router has the first available host address. Which of the following should you assign to the server? c. 192.168.19.26 255.255.255.248 C. A /29 is 255.255.255.248, which is a block size of 8 in the fourth octet. The subnets are 0, 8, 16, 24, 32, 40, 192.168.19.24 is the 24 subnet, and since 32 is the next subnet, the broadcast address for the 24 subnet is 31. 192.168.19.26 is the only correct answer.

11. You have an interface on a router with an IP address of 192.168.192.10/29. What is the broadcast address the hosts will use on this LAN? a. 192.168.192.15 b. 192.168.192.31 c. 192.168.192.63 d. 192.168.192.127 e. 192.168.192.255

11. You have an interface on a router with an IP address of 192.168.192.10/29. What is the broadcast address the hosts will use on this LAN? a. 192.168.192.15 A /29 (255.255.255.248) has a block size of 8 in the fourth octet. This means the nets are 0, 8, 16, 24, 10 is in the 8 subnet. The next subnet is 16, so 15 IS the broadcast address.

12. You need to subnet a network that has 5 subnets, each with at least 16 hosts. Which classful subnet mask would you use? a. 255.255.255.192 b. 255.255.255.224 c. 255.255.255.240 d. 255.255.255.248

12. You need to subnet a network that has 5 subnets, each with at least 16 hosts. Which classful subnet mask would you use? b. 255.255.255.224 B. You need 5 subnets, each with at least 16 hosts. The mask 255.255.255.240 provides 16 subnets with 14 hosts-this will not work. The mask 255.255.255.224 provides 8 nets, each with 30 hosts. This is the best answer.

13. You configure a router interface with the IP address 192.168.10.62 255.255.255.192 and receive the following error: bad mask /26 for address 192.168.10.62 Why did you receive this error? a. you typed this mask on a WAN link and that is not allowed b. this is not a valid host and subnet mask combination c. ip subnet-zero is not enabled on the router d. the router does not support IP

13. You configure a router interface with the IP address 192.168.10.62 255.255.255.192 and receive the following error: bad mask /26 for address 192.168.10.62 Why did you receive this error? c. ip subnet-zero is not enabled on the router C. First, you cannot answer this question if you can't subnet. The 192.168.10.62 with a mask of 255.255.255.192 is a block size of 64 in the fourth octet. The host 192.168.10.62 zero subnet, and the error occurred because ip subnet-zero is not enabled on the router.

14. If an ethernet port on a router were assigned an IP address of 172.16.112.1/25, what would be the valid subnet address of this interface? a. 172.16.112.0 b. 172.16.0.0 c. 172.16.96.0 d. 172.16.255.0 e. 172.16.128.0

14. If an ethernet port on a router were assigned an IP address of 172.16.112.1/25, what would be the valid subnet address of this interface? a. 172.16.112.0 A. A /25 mask is 255.255.255.128. Used with a Class B network, the third and fourth octets are used for subnetting with a total of 9 subnet bits, 8 bits in the third octet and 1 bit in the fourth octet. Since there is only 1 bit in the fourth octet, the bit is either off or on-which is a value of 0 or 128. The host in the question is in the 0 subnet, which has a broadcast address of 127 since 112.128 is the next subnet.

17. You have a network in your data center that needs 310 hosts. Which mask should you use so you waste the least amount of addresses? a. 255.255.255.0 b. 255.255.254.0 c. 255.255.252.0 d. 255.255.248.0

17. You have a network in your data center that needs 310 hosts. Which mask should you use so you waste the least amount of addresses? b. 255.255.254.0 B. We need 9 host bits to answer this question, which is a I23.

18. You have a network with a host address of 172.16.17.0/22. From the following options, which is another valid host address in the same subnet? a. 172.16.17.1 255.255.255.252 b. 172.16.0.1. 255.255.240.0 c. 172.16.20.1 255.255.254.0 d. 172.16.16.1 255.255.255.240 e. 172.16.18.255 255.255.252.0 f. 172.16.0.1 255.255.255.0

18. You have a network with a host address of 172.16.17.0/22. From the following options, which is another valid host address in the same subnet? e. 172.16.18.255 255.255.252.0 E. A Class B network ID with a /22 mask is 255.255.252.0, with a block size of 4 in the third octet. The network address in the question is in subnet 172.16.16.0 with a broad- cast address of 172.16.19.255. Only option E has the correct subnet mask listed, and 172.16.18.255 is a valid host.

19. Your router has the following IP address on Ethernet0: 172.16.2.1/23. Which of the following can be valid host IDs one the LAN interface attached to the router? (Choose two). a. 172.16.0.5 b. 172.16.1.100 c. 172.16.1.198 d. 172.16.2.255 e. 172.16.3.0 f. 172.16.3.255

19. Your router has the following IP address on Ethernet0: 172.16.2.1/23. Which of the following can be valid host IDs one the LAN interface attached to the router? (Choose two). d. 172.16.2.255 e. 172.16.3.0 D, E. The router's IP address on the E0 interface is 172.16.2.1/23, which is 255.255.254.0. This makes the third octet a block size of 2. The router's interface is in the 2.0 subnet, and the broadcast address is 3.255 because the next subnet is 4.0. The valid host range is 2.1 through 3.254. The router is using the first valid host address in the range.

3. What is the subnet address for a host address for a host with the IP address 200.10.5.68/28? a. 200.10.5.26 b. 200.10.5.32 c. 200.10.5.64 d. 200.10.5.0

3. What is the subnet address for a host address for a host with the IP address 200.10.5.68/28? c. 200.10.5.64. This is a pretty simple question. A /28 is 255.255.255.240, which means that our block size is 16 in the fourth octet. 0, 16, 32, 48, 64, 80, etc. The host is in the 64 subnet.

4. The network address of 172.16.0.0/19 provide how many subnets and hosts? a. 7 subnets, 30 hosts each b. 7 subnets, 2,046 hosts each c. 7 subnets, 8,190 hosts each d. 8 subnets, 30 hosts each e. 8 subnets, 2,046 hosts each f. 8 subnets, 8,190 hosts each

4. The network address of 172.16.0.0/19 provide how many subnets and hosts? c. 7 subnets, 8,190 hosts each..... A CIDR address of /19 is 255.255.224/0. This is a Class B address, so that is only 3 subnet bits, but it provides 13 host bits, or 8 subnets, each with 8,190 hosts.


संबंधित स्टडी सेट्स

FINAL EXAM: Chapter 10: Listening

View Set

Sociology - Chapter 7 Deviance, Crime, and Social Control

View Set

5.3 Major Types of Playground Equipment

View Set

Industry/Imperialism-The Effects of Imperialism on Asia

View Set

Types of movements that occur at synovial joints

View Set