1.
The transmitting station sends one message frame and then waits for an acknowledgment before sending the next message frame.
Correct Answer
A. Stop and Wait Protocol
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.
2.
A source station can transmit several frames in succession before receiving an acknowledgment.
Correct Answer
C. Sliding Window Protocol
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.
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.
Correct Answer
A. A Sliding Window Protocol Using Selective Repeat
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.
4.
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
Correct Answer
B. Protocol machine
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.
5.
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.
Correct Answer
repeater
Repeater
REPEATER
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.
6.
A _________ is a device for connecting multiple twisted pair or fiber optic Ethernet devices together, making them act as a single network segment.
Correct Answer
hub
HUB
Hub
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.
7.
A _____________ interconnects two or more individual LANs or LAN segments and connects networks that have different type of architectures.
Correct Answer
bridge
BRIDGE
Bridge
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.
8.
A _____________ is a network node equipped for interfacing with another network that uses different protocols.
Correct Answer
gateway
GATEWAY
Gateway
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.
9.
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.
Correct Answer
router
Router
ROUTER
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.
10.
ISO Standard referring to Frame Structure.
Correct Answer
ISO 3309
3309
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.
11.
ISO Standard referring to Elements of Procedure
Correct Answer
ISO 4335
4335
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.
12.
This protocol allows multiple outstanding frames without waiting for an ack.
Correct Answer
A. Sliding Window Protocol Using Go Back N
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.
13.
This protocol allows unidirectional data flow over an unreliable channel.
Correct Answer
B. A Simplex Protocol for a Noisy 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.
14.
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.
Correct Answer
B. Simplex Stop and Wait Protocol
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.
15.
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.
Correct Answer
A. Unrestricted Simplex Protocol
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.
16.
Which of the following is a disadvantage of a network bridge?
Correct Answer
C. Buffering introduces store and forward delays.
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.
17.
_______________ is the amount of delay a network device introduces when data frames pass through it.
Correct Answer
Latency
latency
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.
18.
True or False.Repeaters provide electrical isolation while bridges propagate error.
•
Correct Answer
B. FALSE
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.
19.
True or False. Both switches and bridges have the same architecture.
Correct Answer
B. FALSE
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.
20.
True or False.Repeaters are more expensive than gateway.
Correct Answer
B. FALSE
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.