You are a system administrator and you want to deny access to a
group of computers with addresses 172.30.16.0 to
172.30.31.0. Which
wildcard mask would you use?
A. 0.0.15.255
B. 0.0.255.255
C. 0.0.31.255
D. 0.0.127.255
E. 0.0.255.255
Answer Posted / guest
Answer:: A
0.0.15.255 will check the last 13 bits of an address so that
computers
172.30.16.0 to 172.30.31.0 will be denied access. 0.0.31.255
would check
the last 6 binary digits and deny access to addresses
172.30.32.0 to
172.30.63.0. 0.0.127.255 would check the last 7 binary
digits and deny
access to addresses 172.30.64.0 to 172.30.127.0. 0.0.255.255
would deny
172.30.0.0 to 172.30.254.0. If you write decimal 15 in
binary, you have
0001111, the 1's tell the router to ignore address with
these bits set;
0's tell the router to check the bits. The third octet for
172.30.16.0
is 00010000. The third octet for 172.30.31.0 would be
00011111. So,
traffic from these addresses would be denied.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the minimum and maximum request timer?
Explain dhcp scope?
How do you go to privileged mode? How do you switch back to user mode?
Define the different kinds of casting
Which mathematically form used inipv6?
Can you give an overview of various components in IPSec?
Explain isakmp ?
2500 Value in which type of access list?
How do we do encryption and authentication in L2TP?
Explain how an spf algorithm works?
What is the key advantage of using a switches?
How does L2TP process?
In IPSec what is SAD, SPD and SA's?
How many types of ips?
Name the vtp modes?