Which standard ACE permits traffic from odd-numbered hosts in 10.0.0.0/24?
Choose an answer
Tap an option to check your answer.
Correct answer: permit 10.0.0.1 0.0.0.254.
Why this is the answer
The correct answer, permit 10.0.0.1 0.0.0.254, uses a wildcard mask to match odd-numbered hosts. The IP address 10.0.0.1 specifies the starting point. The wildcard mask 0.0.0.254 means that the first three octets must exactly match (0.0.0), while the last octet's first seven bits must match (.254 in binary is 11111110). This forces the last bit of the last octet to be 1, which corresponds to odd numbers. permit 10.0.0.0 0.0.0.1 would only permit 10.0.0.0 and 10.0.0.1. permit 10.0.0.1 0.0.0.0 is equivalent to host 10.0.0.1, permitting only that single host. permit 10.0.0.0 255.255.255.254 would permit all hosts in the 10.0.0.0/24 network except for those ending in an even number, which is not the same as permitting only odd-numbered hosts.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed