Exercise :: Internetworking - Internetworking
- Internetworking - Internetworking
1. | Which layer 1 devices can be used to enlarge the area covered by a single LAN segment?
|
|||||||
Answer: Option C Explanation: Not that you really want to enlarge a single collision domain, but a hub (multiport repeater) will provide this for you.
|
2. | Routers operate at layer _____. LAN switches operate at layer _____. Ethernet hubs operate at layer _____. Word processing operates at layer _____. |
|||||||
Answer: Option B Explanation: Routers operate at layer 3. LAN switches operate at layer 2. Ethernet hubs operate at layer 1. Word processing applications communicate to the Application layer interface, but do not operate at layer 7, so the answer would be none.
|
3. | Which of the following describe router functions? |
|||||||||
Answer: Option E Explanation: Routers provide packet switching, packet filtering, internetwork communication, and path selection.
|
4. | Why does the data communication industry use the layered OSI reference model?
|
|||||||
Answer: Option B Explanation: The main advantage of a layered model is that it can allow application developers to change aspects of a program in just one layer of the layer model's specifications. Advantages of using the OSI layered model include, but are not limited to, the following: It divides the network communication process into smaller and simpler components, thus aiding compo- nent development, design, and troubleshooting; it allows multiple-vendor development through standardization of network components; it encourages industry standardization by defining what functions occur at each layer of the model; it allows various types of network hardware and software to communicate; and it prevents changes in one layer from affecting other layers, so it does not hamper development. |
5. | A receiving host has failed to receive all of the segments that it should acknowledge. What can the host do to improve the reliability of this communication session? |
|||||||
Answer: Option D Explanation: A receiving host can control the transmitter by using flow control (TCP uses Windowing by default). By decreasing the window size, the receiving host can slow down the transmitting host so the receiving host does not overflow its buffers.
|