Networking - Internetworking

Exercise : Internetworking - Internetworking
  • Internetworking - Internetworking
1.
Which layer 1 devices can be used to enlarge the area covered by a single LAN segment?
  1. Switch
  2. NIC
  3. Hub
  4. Repeater
  5. RJ45 transceiver
1 only
1 and 3
3 and 4
5 only
Answer: Option
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 _____.
3, 3, 1, 7
3, 2, 1, none
3, 2, 1, 7
3, 3, 2, none
Answer: Option
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?
Packet switching
Packet filtering
Internetwork communication
Path selection
All of the above
Answer: Option
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?
  1. It divides the network communication process into smaller and simpler components, thus aiding component development, design, and troubleshooting.
  2. It enables equipment from different vendors to use the same electronic components, thus saving research and development funds.
  3. It supports the evolution of multiple competing standards and thus provides business opportunities for equipment manufacturers.
  4. It encourages industry standardization by defining what functions occur at each layer of the model.
1 only
1 and 4
2 and 3
3 only
Answer: Option
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?
Send a different source port number.
Restart the virtual circuit.
Decrease the sequence number.
Decrease the window size.
Answer: Option
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.