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 |
Which command displays the IPX SAP table? A.) show ipx sap B.) show sap C.) show ipx interface D.) show ipx servers E.) show ipx
What do we check while configuring the server?
Which of the following protocols are used to get an IP address from a known MAC address? A.) BootP B.) TCP C.) IP D.) ARP E.) RARP F.) ICMP
How many maximum paths you can give on latest ios in rip?
Explain the difference between collision domain and broadcast domain.
If a frame is received at a switch and only the destination hardware address is read before the frame is forwarded, what type of switching method is this? A.) Store-and-drop B.) Latency C.) Store-and-forward D.) Cut-through
How many Frame-relay encapsulation types are available with Cisco routers? A.) Four B.) Two C.) Five D.) Three
What is the difference between full duplex and half duplex?
Your Ethernet interface currently has the IP address of 1.1.1.1/24. You would like it to have a second IP address of 2.2.2.2/24. Which command will do that? A.) ip address 1.1.1.1 2.2.2.2 255.255.255.0 B.) ip address 2.2.2.2 255.255.255.0 secondary C.) ip address 2.2.2.2 255.255.255.0 D.) This cannot be done, you can only have 1 IP address per physical interface. E.) ip address 2.2.2.2 /24
The maximum distance on a 10BaseT network from the hub to a workstation is which of the following? A.) 500 meters B.) 1000 meters C.) 100 meters D.) 1500 meters
Identify the hardware component used to store buffers, tables, running-configuration etc? A.) NVRAM B.) ROM C.) RAM D.) Flash
Which network mask should you place on a Class C address to accommodate a user requirement for five networks with a maximum of 17 hosts on each networks A. 255.255.255.192 B. 255.255.255.224 C. 255.255.255.240 D. 255.255.255.248