• Post author:
  • Post category:Blog
  • Reading time:3 mins read
  • Post last modified:June 12, 2024

An administrator is configuring single-area OSPF on a router. One of the networks that must be advertised is 10.27.27.0 255.255.255.0. What wildcard mask would the administrator use in the OSPF network statement?

  • 0.0.0.15
  • 0.0.0.31
  • 0.0.0.63
  • 0.0.0.255
Explanation & Hint:

In OSPF (Open Shortest Path First) configuration, a wildcard mask is used in network statements to specify which IP addresses should be included. The wildcard mask is the inverse of a subnet mask.

Given the subnet mask 255.255.255.0, we can determine the corresponding wildcard mask by subtracting each octet from 255.

  • For the first octet of the subnet mask (255), subtract it from 255: 255−255=0
  • For the second octet (255), do the same: 255−255=0
  • For the third octet (255), again: 255−255=0
  • For the fourth octet (0), subtract it from 255: 255−0=255

So, the wildcard mask corresponding to the subnet mask 255.255.255.0 is 0.0.0.255.

For more Questions and Answers:

CCNA 3 v7 – ENSA v7.02 Final Exam Answers Full 100%

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments