You have an IP host address of 201.222.5.121 and a subnet
mask of 255.255.255.248. What is the broadcast address?
A. 201.222.5.127
B. 201.222.5.120
C. 201.222.5.121
D. 201.222.5.122
Answer / guest
Answer: A
The easiest way to calculate this is to subtract
255.255.255.248 (subnet mask) from 255.255.255.255, this
equals 7. Convert the address 201.222.5.121 to
binary--11001001 11011110 00000101 01111001. Convert the
mask 255.255.255.248 to binary--11111111 11111111 11111111
11111000. AND them together to get: 11001001 11011110
00000101 01111000 or 201.222.5.120. 201.222.5.120 is the
subnet address, add 7 to this address for 201.222.5.127 or
the broadcast address. 201.222.5.121 through 201.222.5.126
are the valid host addresses.
| Is This Answer Correct ? | 15 Yes | 1 No |
What type of Ethernet operation allows only one entity to transmit at a time? For example, if someone else is transmitting, they must wait. A.) Full-Duplex B.) Dual-Duplex C.) Half-Duplex D.) Latex E.) Quarter-Duplex F.) Suplex
How do you disable CDP on the entire Router? A.) Router#no cdp run B.) Rotuer(config-if)# no cdp enable C.) Router(config)# no cdp enable D.) Router(config)# no cdp run
what is internetworking.
What is an advantage of UDP? Low Overhead High Overhead Reliable Not reliable
What is convergence time? A.) The update time B.) The time it takes to reload a router C.) The time it takes for a packet to reach its destination D.) The time is takes for all routers update their tables after a change takes place
Which of the following is a valid extended IP access-list? A.) router(config)# access-list 101 permit tcp host 172.16.30.0 any eq 21 log B.) router# access-list 101 permit tcp host 172.16.30.0 any eq 21 log C.) router(config)# acess-list 101 permit any any 172.16.30.0 D.) router(config)# access-list 101 permit ip host 172.16.30.0 any eq 21 log
What is the default bandwidth size of t1 routers?
HOW MPLS IS DIFFERENT FROM OSPF? WHY NOW A DAYS MPLS IS PREFERED OVER ANY NETWORK PROTOCOL?
Which dynamic type draw back is, if single link down, it removes its routing table?
Identify the command that disables name-to-address translation? A.) Router(config-dns)# no ip domain-lookup B.) Router(config)# no address translation C.) Router(config)# no ip domain-lookup D.) Router(config)# ip domain-lookup
The ICMP (referred to in RFC 1700) is implented by all TCP/IP hosts. A. true B. false
Identify the 2 hardware components used to manage and/or configure a router? A.) Auxiliary port B.) ROM port C.) Management port D.) Console port