Data Communications - Data Link Protocol & Lan Devices

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Bievangelista
B
Bievangelista
Community Contributor
Quizzes Created: 8 | Total Attempts: 12,286
| Attempts: 255 | Questions: 20
Please wait...
Question 1 / 20
0 %
0/100
Score 0/100
1. A ______________ is an electronic device that receives a signal and retransmits it at a higher level and/or higher power, or onto the other side of an obstruction, so that the signal can cover longer distances without degradation.

Explanation

A repeater is an electronic device that receives a signal and amplifies it to increase its strength or retransmits it to extend its coverage. It is used to overcome signal degradation and enable the signal to travel longer distances or pass through obstacles.

Submit
Please wait...
About This Quiz
Data Communications - Data Link Protocol & Lan Devices - Quiz

This quiz covers data link protocols and devices in extending LANs.

2. The transmitting station sends one message frame and then waits for an acknowledgment before sending the next message frame.

Explanation

The given statement describes the behavior of the Stop and Wait Protocol. In this protocol, the transmitting station sends one message frame and then waits for an acknowledgment from the receiving station before sending the next message frame. This ensures that each frame is successfully received and acknowledged before proceeding to the next frame. It is a simple and reliable protocol but can be inefficient in terms of bandwidth utilization.

Submit
3. A protocol that accepts frames out of order , but passes packets to the network layer in order, which is associated with timer, and when the timer expires, only those frames associated with the timer are retransmitted.

Explanation

A Sliding Window Protocol Using Selective Repeat is the correct answer because this protocol accepts frames out of order but ensures that the packets are passed to the network layer in order. It also utilizes a timer, and when the timer expires, only the frames associated with that timer are retransmitted. This protocol allows for efficient and reliable data transmission in a network.

Submit
4. A  _____________ is a network node equipped for interfacing with another network that uses different protocols.

Explanation

A gateway is a network node that is capable of connecting and interfacing with another network that operates on different protocols. It acts as a translator or bridge between the two networks, allowing for communication and data transfer. The term "gateway" can be written in different cases (lowercase, uppercase, or capitalized) but it refers to the same concept.

Submit
5. A  __________ contains software that enables them to determine which of several possible paths between addresses is the best for a particular transmission and operates in the physical, data link, and network layers of the OSI model.

Explanation

A router is a device that contains software enabling it to determine the best path for a transmission between addresses. It operates in the physical, data link, and network layers of the OSI model. A router is responsible for directing network traffic and ensuring that data packets are delivered efficiently to their intended destinations. It uses routing protocols to make decisions about the most optimal path for data transmission based on factors such as network congestion, speed, and reliability.

Submit
6. True or False.
 Both switches and bridges have the same architecture.

Explanation

False. Both switches and bridges do not have the same architecture. While they both operate at the data link layer of the OSI model and are used to connect multiple network devices, switches are more advanced than bridges. Switches use MAC addresses to forward data packets to the appropriate destination device, allowing for faster and more efficient network communication. Bridges, on the other hand, use physical addresses to forward data packets, which can result in slower network performance compared to switches.

Submit
7. True or False.
Repeaters are more expensive than gateway.

Explanation

Repeaters are not more expensive than gateways. Repeaters are relatively simple devices that are used to extend the range of a network by amplifying and retransmitting signals. They do not require complex hardware or additional functionalities, which makes them generally less expensive than gateways. Gateways, on the other hand, are more sophisticated devices that act as interfaces between different networks, translating protocols and facilitating communication between them. Due to their additional functionalities and complexity, gateways tend to be more expensive than repeaters. Therefore, the statement that repeaters are more expensive than gateways is false.

Submit
8. _______________ is the amount of delay a network device introduces when data frames pass through it.

Explanation

Latency refers to the amount of delay that occurs when data frames pass through a network device. It is a measure of the time it takes for data to travel from the source to the destination. Latency can be influenced by various factors such as network congestion, distance, and processing time. It is an important metric in network performance as it can impact the overall speed and responsiveness of a network.

Submit
9. A  _________ is a device for connecting multiple twisted pair or fiber optic Ethernet devices together, making them act as a single network segment.

Explanation

A hub is a device that connects multiple twisted pair or fiber optic Ethernet devices together, allowing them to function as a single network segment.

Submit
10. True or False.
Repeaters provide electrical isolation while bridges propagate error. •

Explanation

Bridges do not propagate errors. Repeaters, on the other hand, amplify and regenerate signals, but they do not provide electrical isolation. Therefore, the given statement is false.

Submit
11. This protocol allows unidirectional data flow over an unreliable channel.

Explanation

The given correct answer is "A Simplex Protocol for a Noisy Channel". This protocol is suitable for transmitting data over a noisy channel where there is a possibility of data corruption or loss. The simplex protocol allows data to flow in only one direction, which means it is unidirectional. It is designed to handle unreliable channels by incorporating error detection and correction mechanisms to ensure the integrity of the transmitted data.

Submit
12. ISO Standard referring to Elements of Procedure

Explanation

ISO 4335 is a standard that refers to the elements of procedure. It provides guidelines and specifications for the elements that should be included in procedures for various processes. The number "4335" is the specific identification number of this ISO standard. This standard ensures consistency and quality in procedures followed by organizations, promoting efficiency and effectiveness in their operations.

Submit
13. A source station can transmit several frames in succession before receiving an acknowledgment.

Explanation

The Sliding Window Protocol allows the source station to transmit multiple frames without waiting for an acknowledgment. It uses a sliding window mechanism to keep track of the frames sent and received. The sender can continuously send frames until the window is full, and the receiver can acknowledge the frames in the window. This protocol improves efficiency by allowing for pipelining of frames, reducing the amount of time wasted on waiting for acknowledgments.

Submit
14. A  _____________ interconnects two or more individual LANs or LAN segments and connects networks that have different type of architectures.

Explanation

A bridge is a device that connects two or more individual LANs or LAN segments and allows for communication between networks that have different types of architectures. It acts as a link between these networks, enabling data transmission and facilitating connectivity. The use of different capitalization for the word "bridge" does not change its meaning or functionality in this context.

Submit
15.  It can be a sender or receiver which is always in a specific state at every instant of time and consists of all values of its variables, including program counter. l

Explanation

A protocol machine is a sender or receiver that is always in a specific state at every instant of time. This machine consists of all values of its variables, including the program counter. In the context of communication protocols, a protocol machine follows a set of rules and procedures to ensure reliable and orderly communication between two or more entities. It is responsible for handling tasks such as message transmission, error detection using checksums, and transitioning between different states based on the protocol's specifications.

Submit
16. Which of the following is a disadvantage of a network bridge?

Explanation

A network bridge is a device that connects multiple network segments together, allowing them to communicate with each other. One of the disadvantages of a network bridge is that it introduces store and forward delays. When data is transmitted across the bridge, it is first stored in a buffer before being forwarded to the destination. This buffering process can introduce delays in the transmission of data.

Submit
17. ISO Standard referring to Frame Structure.

Explanation

ISO 3309 is the correct answer because it is the ISO standard that specifically refers to frame structure. The number "3309" is the specific identification number of this ISO standard. ISO standards are internationally recognized and provide guidelines and specifications for various industries and processes. In this case, ISO 3309 provides the standard for frame structure, which is likely relevant to a specific industry or field that deals with frames.

Submit
18. This protocol allows multiple outstanding frames without waiting for an ack.

Explanation

The Sliding Window Protocol Using Go Back N allows multiple outstanding frames without waiting for an acknowledgment. In this protocol, the sender can transmit multiple frames before receiving an acknowledgment, which increases the efficiency of data transmission. If an acknowledgment is not received within a certain time period, the sender retransmits all the frames starting from the frame that was not acknowledged, hence the name "Go Back N". This protocol is commonly used in network communication to ensure reliable and efficient data transfer.

Submit
19. Transmission is one-directional and is assumed to be error free but the receiver has only a finite buffer capacity and a finite processing speed.

Explanation

The Simplex Stop and Wait Protocol is the most suitable choice for a situation where the transmission is one-directional and assumed to be error-free, but the receiver has a finite buffer capacity and processing speed. This protocol allows for the transmission of data in only one direction, from sender to receiver, and ensures that the receiver acknowledges each received packet before the sender can send the next one. This helps in managing the limited buffer capacity and processing speed of the receiver, as it allows for a controlled flow of data.

Submit
20. Provides for data transmission in one direction , and it is assumed to be error free and the receiver is assumed to be able to process all the input infinitely quickly.

Explanation

The given explanation suggests that the correct answer is "Unrestricted Simplex Protocol" because it provides for data transmission in one direction only, without any error checking or acknowledgement from the receiver. It assumes that the receiver can process all the input infinitely quickly, indicating that there is no need for any feedback or flow control mechanisms.

Submit
View My Results

Quiz Review Timeline (Updated): Feb 3, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Feb 03, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Mar 10, 2009
    Quiz Created by
    Bievangelista
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
A ______________ is an electronic device that receives a signal...
The transmitting station sends one message frame and then waits for an...
A protocol that accepts frames out of order , but passes packets to...
A  _____________ is a network node equipped for interfacing with...
A  __________ contains software that enables them to determine...
True or False. Both switches and bridges have the same...
True or False.Repeaters are more expensive than gateway.
_______________ is the amount of delay a network device introduces...
A  _________ is a device for connecting multiple twisted pair or...
True or False.Repeaters provide...
This protocol allows unidirectional data flow over an unreliable...
ISO Standard referring to Elements of Procedure
A source station can transmit several frames in succession before...
A  _____________ interconnects two or more individual LANs or LAN...
 It can be a sender or receiver which is always in a specific...
Which of the following is a disadvantage of a network bridge?
ISO Standard referring to Frame Structure.
This protocol allows multiple outstanding frames without waiting for...
Transmission is one-directional and is assumed to be error free but...
Provides for data transmission in one direction , and it is assumed to...
Alert!

Advertisement