A network administrator is assigning an IP address to a router interface using a CIDR prefix length of . Which dotted-decimal subnet mask corresponds to this prefix?
- A255.255.255.128
- 255.255.255.192Answer
- C255.255.255.224
- D255.255.255.240
Answer
255.255.255.192
A CIDR prefix of /26 indicates that 26 bits are set to 1 in the subnet mask. The first 24 bits populate the first three octets fully as 255.255.255. The remaining 2 network bits in the fourth octet correspond to binary 11000000, which equals , producing the dotted-decimal subnet mask 255.255.255.192.
Step-by-Step Solution
Key Concept
Converting CIDR notation to dotted-decimal subnet masks
Estimated Time:45s