Part 3 Flashcards
These are set of rules and regulations governing the orderly exchange of data within the network or a portion of the network.
Data Communications Protocol
It is data communications protocol in which a logical connection is established between the endpoints prior to the transmission of. the data, and it was designed to provide a high degree of reliability for data moving through the network.
Connection Oriented Protocol
A protocol where a connection process known as a handshake occurs between two stations before data are actually transmitted
Connection Oriented Protocol
These protocols require some means of acknowledging the data as they are being transmitted (protocols that use acknowledgement procedures provide a high level of network reliability).
Connection Oriented Protocol
It is a data communications protocol in which the data exchanged in an unplanned manner without prior coordination between endpoints, thus it offers a significant advantage in transmission speed.
Connectionless Protocol
They send data with a source and destination address without a handshake to ensure that the destination is ready to receive the data.
Connectionless Protocol
They are used because they are often more efficient, as the data being transmitted usually do not justify the extra overhead required connection oriented protocols.
Connectionless Protocol
Refers to the structure or format of the data within the message, which includes the sequence in which the data are sent.
Syntax
Refers to the meaning of each section of data.
Semantics
Is a character or group of characters generated at the receiving device to indicate to the sending device that information has been received either correctly or incorrectly.
Acknowledgement
These are set of rules implementing and governing an orderly exchange of data between two layer devices; it includes line discipline, flow control, and error control
Data Link Protocol
It coordinates hop-to-hop data delivery where a hop may be a computer, a network controller, or some type of network- connecting device.
It also determines which device is transmitting and which is receiving at any point in time.
Line Discipline
It is a frame, block, or packet of data, which identifies the receiving station.
Enquiry (ENQ)
It is the response of the destination station when it is ready to receive.
Positive Acknowledgement (ACK)
It is the response of the destination station when it is not ready to receive.
Negative Acknowledgement (NAK)
It is a solicitation sent from the primary station to a secondary station to determine if the secondary station has data to transmit.
Poll
It is the regulation of the rate of transmission of data frames. It coordinates the rate which data are transported over a link and
generally provides an acknowledgement mechanism.
Flow Control
It is a set of procedures that tells the transmitting station how much data it can send before it must stop transmitting and wait for an acknowledgment from the destination station.
Flow Control
The transmitting station sends one message frame and then waits for an acknowledgement before sending the next message frame; after it receives an acknowledgement, it transmits the next frame.
Stop-and Wait Flow Control
The source station can transmit several frames in succession before receiving an acknowledgement; there is only one acknowledgement for several transmitted frames, reduced acknowledgement.
Sliding Window Flow Control
The process of monitoring the received data and determining when a transmission error has occurred (i.e., it specifies means of detecting and correcting transmission errors).
Error Detection
A form of error detection by duplicating each data unit for the purpose of detecting errors. If the same character is not received twice, in succession, then a transmission has occurred.
Redundancy Checking