Networking - Internetworking

Why should I learn to solve Networking questions and answers section on "Internetworking"?

Learn and practise solving Networking questions and answers section on "Internetworking" to enhance your skills so that you can clear interviews, competitive examinations, and various entrance tests (CAT, GATE, GRE, MAT, bank exams, railway exams, etc.) with full confidence.

Where can I get the Networking questions and answers section on "Internetworking"?

IndiaBIX provides you with numerous Networking questions and answers based on "Internetworking" along with fully solved examples and detailed explanations that will be easy to understand.

Where can I get the Networking section on "Internetworking" MCQ-type interview questions and answers (objective type, multiple choice)?

Here you can find multiple-choice Networking questions and answers based on "Internetworking" for your placement interviews and competitive exams. Objective-type and true-or-false-type questions are given too.

How do I download the Networking questions and answers section on "Internetworking" in PDF format?

You can download the Networking quiz questions and answers section on "Internetworking" as PDF files or eBooks.

How do I solve Networking quiz problems based on "Internetworking"?

You can easily solve Networking quiz problems based on "Internetworking" by practising the given exercises, including shortcuts and tricks.

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.