Amazon

Monday, July 2, 2018

Subnetting

  1. You need to subnet a network that has 5 subnets, each with at least 16 hosts. Which classful subnet mask would you use?

  2. 255.255.255.192
    255.255.255.224
    255.255.255.240
    255.255.255.248

  3. 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 host?

  4. 172.16.112.0
    172.16.0.0
    172.16.96.0
    172.16.255.0

  5. Which configuration command must be in effect to allow the use of 8 subnets if the Class C subnet mask is 255.255.255.224?

  6. Router(config)#ip classless
    Router(config)#ip version 6
    Router(config)#ip subnet-zero
    Router(config)#ip all-nets

  7. You have a network with a subnet of 172.16.17.0/22. Which is the valid host address?

  8. 172.16.17.1 255.255.255.252
    172.16.0.1 255.255.240.0
    172.16.20.1 255.255.254.0
    172.16.18.255 255.255.252.0

  9. To test the IP stack on your local host, which IP address would you ping?

  10. 127.0.0.0
    1.0.0.127
    127.0.0.1
    127.0.0.255

[1][2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44]

No comments:

Post a Comment