Quiz
- 1. Whats the principal difference between a router and a switch?
- A. Data link versus network protocol treatment
- B. Protocol versus network program treatment
- C. Data link versus MAC layer treatment
- D. Protocol versus data network treatment
- 2. True or false? Its a good idea to connect a switch via a wide-area connection.
- 3. True or false? You can usually hook a tape drive to a router in order to back it up.
- 4. A routing table can be built by which of the following?
- A. Static routes
- B. Dynamic routes
- C. Neither A nor B
- D. Both A and B
- 5. A routing protocol is a way for routers to _____________________.
- A. assume different bandwidth considerations via networking
- B. exchange known networks and routes
- C. assume routing information internally
- D. exchange network error information
- 6. Router 88 has a routing table that looks like this:
|
Network
| Net Mask
| Gateway Address
| Cost
|
|
200.1.1.0
| 255.255.255.0
| 200.1.1.1
| 0 (Local)
|
200.1.2.0
| 255.255.255.0
| 200.1.2.1
| 0 (Local)
|
200.1.3.0
| 255.255.255.0
| 200.1.2.2
| 1
|
200.1.4.0
| 255.255.255.0
| 200.1.2.2
| 2
|
|
Based on this routing table, how will Router 88 route a packet thats destined for 200.1.3.10?
- A. It will talk directly to the node at 200.1.3.10.
- B. It will talk directly to the router at 200.1.2.2.
- C. It will talk directly to the router at 200.1.2.1.
- D. It will drop the packet and generate an error.
- 7. How might you make Router 88 send packets that dont correspond to any of its routing entries along to Router 99?
- A. Add Router 99 to Router 88s routing protocol participation
- B. Add Router 99 as a default route for Router 88
- C. Add Router 88 to Router 99s routing protocol participation
- D. Add Router 88 as a default route for Router 99
- 8. True or false? Each network protocol has its own routing protocols.
- 9. True or false? Each workstation must have in its network configuration the MAC address of its default switch.
- 10. Using store and forward switching instead of cut through switching can cut down on which of the following?
- A. The speed required to forward a packet
- B. Errors propagated to other segments
- C. The speed required to format a packet
- D. Errors in the routing information protocol
Answers to Quiz Questions
- 1. A
- 2. False
- 3. False
- 4. D
- 5. B
- 6. B
- 7. B
- 8. True
- 9. False
- 10. B
|