A device is configured with IP address 192.168.1.130 and subnet mask 255.255.255.192. What is the network address of this device?
Trap 1: 192.168.1.0
This would be the network address if the subnet were /24, but with /26 it is not correct.
Trap 2: 192.168.1.192
This network address covers 192-255, which does not include 130.
Trap 3: 192.168.1.64
This network address covers 64-127, which does not include 130.
- A
192.168.1.0
Why wrong: This would be the network address if the subnet were /24, but with /26 it is not correct.
- B
192.168.1.128
Correct: 130 is in the range 128-191, so the network address is 192.168.1.128.
- C
192.168.1.192
Why wrong: This network address covers 192-255, which does not include 130.
- D
192.168.1.64
Why wrong: This network address covers 64-127, which does not include 130.