Quant Exam  >  Quant Tests  >  Internetworking, Networking Quiz - Quant MCQ

Internetworking, Networking Quiz - Quant MCQ


Test Description

20 Questions MCQ Test - Internetworking, Networking Quiz

Internetworking, Networking Quiz for Quant 2024 is part of Quant preparation. The Internetworking, Networking Quiz questions and answers have been prepared according to the Quant exam syllabus.The Internetworking, Networking Quiz MCQs are made for Quant 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Internetworking, Networking Quiz below.
Solutions of Internetworking, Networking Quiz questions in English are available as part of our course for Quant & Internetworking, Networking Quiz solutions in Hindi for Quant course. Download more important topics, notes, lectures and mock test series for Quant Exam by signing up for free. Attempt Internetworking, Networking Quiz | 20 questions in 40 minutes | Mock test for Quant preparation | Free important questions MCQ to study for Quant Exam | Download free PDF with solutions
Internetworking, Networking Quiz - Question 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

Detailed Solution for Internetworking, Networking Quiz - Question 1
Not that you really want to enlarge a single collision domain, but a hub (multiport repeater) will provide this for you.
Internetworking, Networking Quiz - Question 2

Routers operate at layer _____. LAN switches operate at layer _____. Ethernet hubs operate at layer _____. Word processing operates at layer _____.

Detailed Solution for Internetworking, Networking Quiz - Question 2
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.
1 Crore+ students have signed up on EduRev. Have you? Download the App
Internetworking, Networking Quiz - Question 3

Which of the following describe router functions?

Detailed Solution for Internetworking, Networking Quiz - Question 3
Routers provide packet switching, packet filtering, internetwork communication, and path selection.
Internetworking, Networking Quiz - Question 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.
Detailed Solution for Internetworking, Networking Quiz - Question 4

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.
Internetworking, Networking Quiz - Question 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?

Detailed Solution for Internetworking, Networking Quiz - Question 5
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.
Internetworking, Networking Quiz - Question 6

What are the decimal and hexadecimal equivalents for the binary number 10110111?

Detailed Solution for Internetworking, Networking Quiz - Question 6
You must be able to take a binary number and convert it into both decimal and hexadecimal. To convert to decimal, just add up the 1s using their values. The values that are turned on with the binary number of 10110111 are 128 + 32 + 16 + 4 + 2 + 1 = 183. To get the hexadecimal equivalent, you need to break the eight binary digits into nibbles (4 bits), 1011 and 0111. By add- ing up these values, you get 11 and 7. In hexadecimal, 11 is B, so the answer is 0xB7.
Internetworking, Networking Quiz - Question 7

What is the purpose of flow control?

Detailed Solution for Internetworking, Networking Quiz - Question 7
Flow control allows the receiving device to control the transmitter so the receiving device's buffer does not overflow.
Internetworking, Networking Quiz - Question 8

Which of the following are types of flow control?

  1. Buffering
  2. Cut-through
  3. Windowing
  4. Congestion avoidance
Detailed Solution for Internetworking, Networking Quiz - Question 8
The common types of flow control are buffering, windowing, and congestion avoidance.
Internetworking, Networking Quiz - Question 9

Which three statements are true about the operation of a full-duplex Ethernet network?

  1. There are no collisions in full-duplex mode.
  2. A dedicated switch port is required for each full-duplex node.
  3. Ethernet hub ports are preconfigured for full-duplex mode.
  4. In a full-duplex environment, the host network card must check for the availability of the network media before transmitting.
  5. The host network card and the switch port must be capable of operating in full-duplex mode.
Detailed Solution for Internetworking, Networking Quiz - Question 9
Full-duplex means you are using both wire pairs simultaneously to send and receive data. You must have a dedicated switch port for each node, which means you will not have collisions. Both the host network card and the switch port must be capable and set to work in full-duplex mode.
Internetworking, Networking Quiz - Question 10

What are two purposes for segmentation with a bridge?

  1. To add more broadcast domains.
  2. To create more collision domains.
  3. To add more bandwidth for users.
  4. To allow more broadcasts for users.
Detailed Solution for Internetworking, Networking Quiz - Question 10
Bridges break up collision domains, which allow more bandwidth for users.
Internetworking, Networking Quiz - Question 11

How does a host on an Ethernet LAN know when to transmit after a collision has occurred?

  1. In a CSMA/CD collision domain, multiple stations can successfully transmit data simultaneously.
  2. In a CSMA/CD collision domain, stations must wait until the media is not in use before transmitting.
  3. You can improve the CSMA/CD network by adding more hubs.
  4. After a collision, the station that detected the collision has first priority to resend the lost data.
  5. After a collision, all stations run a random backoff algorithm. When the backoff delay period has expired, all stations have equal priority to transmit data.
Detailed Solution for Internetworking, Networking Quiz - Question 11
Once transmitting stations on an Ethernet segment hear a collision, they send an extended jam signal to ensure that all stations recognize the collision. After the jamming is complete, each sender waits a predetermined amount of time, plus a random time. After both timers expire, they are free to transmit, but they must make sure the media is clear before transmitting and that they all have equal priority.
Internetworking, Networking Quiz - Question 12

Acknowledgments, sequencing, and flow control are characteristics of which OSI layer?

Detailed Solution for Internetworking, Networking Quiz - Question 12
A reliable Transport layer connection uses acknowledgments to make sure all data is transmitted and received reliably. A reliable connection is defined by a virtual circuit that uses acknowledgments, sequencing, and flow control, which are characteristics of the Transport layer (layer 4).
Internetworking, Networking Quiz - Question 13

Which of the following types of connections can use full duplex?

  1. Hub to hub
  2. Switch to switch
  3. Host to host
  4. Switch to hub
  5. Switch to host
Detailed Solution for Internetworking, Networking Quiz - Question 13
Hubs cannot run full-duplex Ethernet. Full duplex must be used on a point-to-point connection between two devices capable of running full duplex. Switches and hosts can run full duplex between each other, but a hub can never run full duplex.
Internetworking, Networking Quiz - Question 14

Which fields are contained within an IEEE Ethernet frame header?

  1. Source and destination MAC address
  2. Source and destination network address
  3. Source and destination MAC address and source and destination network address
  4. FCS field
Detailed Solution for Internetworking, Networking Quiz - Question 14
An Ethernet frame has source and destination MAC addresses, an Ether-Type field to identify the Network layer protocol, the data, and the FCS field that holds the answer to the CRC.
Internetworking, Networking Quiz - Question 15

What type of RJ45 UTP cable do you use to connect a PC's COM port to a router or switch console port?

Detailed Solution for Internetworking, Networking Quiz - Question 15
To connect to a router or switch console port, you would use an RJ45 UTP rolled cable.
Internetworking, Networking Quiz - Question 16

How to implement a network medium that is not susceptible to EMI. Which type of cabling should you use?

Detailed Solution for Internetworking, Networking Quiz - Question 16
Fiber-optic cable provides a more secure, long-distance cable that is not susceptible to EMI interference at high speeds.
Internetworking, Networking Quiz - Question 17

Segmentation of a data stream happens at which layer of the OSI model?

Detailed Solution for Internetworking, Networking Quiz - Question 17
The Transport layer receives large data streams from the upper layers and breaks these up into smaller pieces called segments.
Internetworking, Networking Quiz - Question 18

When data is encapsulated, which is the correct order?

Detailed Solution for Internetworking, Networking Quiz - Question 18
The encapsulation method is data, segment, packet, frame, bit.
Internetworking, Networking Quiz - Question 19

Which of the following are unique characteristics of half-duplex Ethernet when compared to full-duplex Ethernet?

  1. Half-duplex Ethernet operates in a shared collision domain.
  2. Half-duplex Ethernet operates in a private collision domain.
  3. Half-duplex Ethernet has higher effective throughput.
  4. Half-duplex Ethernet has lower effective throughput.
Detailed Solution for Internetworking, Networking Quiz - Question 19
Unlike full duplex, half-duplex Ethernet operates in a shared collision domain, and it has a lower effective throughput than full duplex.
Internetworking, Networking Quiz - Question 20

What type of RJ45 UTP cable is used between switches?

Detailed Solution for Internetworking, Networking Quiz - Question 20
To connect two switches together, you would use a RJ45 UTP crossover cable.
Information about Internetworking, Networking Quiz Page
In this test you can find the Exam questions for Internetworking, Networking Quiz solved & explained in the simplest way possible. Besides giving Questions and answers for Internetworking, Networking Quiz, EduRev gives you an ample number of Online tests for practice
Download as PDF