200-301 · Question #292
An office has 8 floors with approximately 30-40 users per floor. What command must be configured on the router Switched Virtual Interface to use address space efficiently?
The correct answer is B. ip address 192.168.0.0 255.255.254.0. 8 bits = (2^8 – 2) =254 IP addresses, and it’s not enough. 9 bits = (2^9 – 2) = 510 IP addresses, and this is enough. You have a class C subnet (192.168.0.0). This means a subnet mask like this: But you need 9 bits for the hosts, so you’ve got left with a subnet mask like this: 2
Question
Options
- Aip address 192.168.0.0 255.255.0.0
- Bip address 192.168.0.0 255.255.254.0
- Cip address 192.168.0.0 255.255.255.128
- Dip address 192.168.0.0 255.255.255.224
How the community answered
(25 responses)- A4% (1)
- B72% (18)
- C8% (2)
- D16% (4)
Explanation
8 bits = (2^8 – 2) =254 IP addresses, and it’s not enough. 9 bits = (2^9 – 2) = 510 IP addresses, and this is enough. You have a class C subnet (192.168.0.0). This means a subnet mask like this: But you need 9 bits for the hosts, so you’ve got left with a subnet mask like this: 255.255.1111111x.xxxxxxxx =255.255.254.0 This means you will use VLSM subnetting.
Topics
Community Discussion
No community discussion yet for this question.