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 / 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 |
What is the default bandwidth of a serial connection? A.) 1200 baud B.) 1.544 Mbps (T1) C.) 10 Mbps D.) 96Kpbs
What is window in networking terms?
Which of the following are examples of the Network Layer? A.) Token Ring B.) LLC C.) SQL D.) IP E.) TCP F.) IPX
What does synchronization mean?
Based upon the 1st octet rule identify the range for a Class A address? A.) 1 - 126 B.) 192 - 223 C.) 128 - 191 D.) 1 - 191
Referring to the commands shown, what command must next be used on the branch router prior to traffic being sent to the router?
Identify the command to display the hardware platform information? A.) show all B.) show platform C.) display hardware D.) show version
Which command, that is used to test address configuration, uses Time-To-Live (TTL) values to generate messages from each router. A) telnet B) ping C) trace D) bootp
Which statement about Ethernet switches is true? A. Symmetric switching allows connection between pods of unlike bandwidth and does not require memory buffering B. Memory Buffering is used to prevent a bottleneck when pods of different bandwidth are connected on a symmetric switch C. The latency can be reduced if the switch utilizes the store and forward method of switching store and forward is better for error detection D. The cut through method of switching is faster because the switch forwards the packet to the destination as soon as it reads the destination address
How many types of nat?
The following commands were entered at the command prompt of a Cisco router. What do they accomplish? access-list 1000 deny 9e.1234.5678.1212 4 access-list 1000 permit -1 interface ethernet 0 ipx network 9e interface ethernet 1 ipx network 4a interface serial 0 ipx network 1 ipx output-sap-filter 1000 A. File server advertisements from server 9e.1234.5678.1212 will not be forwarded on interface S0. B. All other SAP services, other than file server, from any source will be forwarded on S0. C. All other SAP services, other than print server, from any source will be forwarded on S0. D. Print server advertisements from server 9e.1234.5678.1212 will not be forwarded on interface S0.
How does cut-through LAN switching work?