Type of Stations for HDLC Protocol Last Updated : 30 Jul, 2020 Comments Improve Suggest changes Like Article Like Report High-Level Data Link Control (HDLC) is basically bit-oriented protocol for communication that means it uses bit stuffing to achieve data transparency over very point-to-point and multipoint links in Data Link Layer (DLL). Transparency is basically separation of data from control signals. HDLC was being derived from Synchronous Data Link Control (SDLC). HDLC is most important and essential protocol in data link layer. Data is also organized and divided into small units also known as data frames and is transferred across network to destination that verifies and ensures its successful arrival. ITU (International Telecommunication Union) simply modified HDLC for the use in X.25 network interface and called it LAPB (Balanced Link Access Protocol). It is the most essential protocol because of the following reasons : HDLC was highly developed and used by International Organization for Standardization (ISO) for point-to-point communication. HDLC uses similar format and mechanisms as that of other essential data link protocols. It also supports full-duplex communication or transmission as well as half-duplex communication or transmission. Types of Stations : HDLC generally specifies the three types of stations for data link control as given below : Primary Station : Primary Station simply takes care of data link management. The main responsibility of primary station is to control operation of all other stations on links. It usually acts as master and controls operation of secondary stations and also handles error recovery at data link layer. It also manages and controls connection to all secondary sessions by sending commands. A primary issue basically commands and secondary issues basically responses. Commands are actually frames that are issued by this primary station. This station is also responsible for error detection, line control, and control of data flow. To communicate with Secondary stations, it requires use of unbalanced mode. The primary station is responsible for connecting and disconnecting data link in case of communication among primary and secondary stations. Secondary Station : Secondary stations generally give responses to commands that are sent from primary station. This station act as slave and basically operates and works under control of primary station. It only transmits or sends response frame when this response frame is being requested by primary station. Responses are frames that are issued by secondary station. These stations are usually terminals that are attached to mainframes. A secondary station has no ability, or have direct responsibility to control data link. An unbalanced mode is communication among primary and secondary stations. Combined Station : Combined Station as name suggests generally acts as combination of both primary and secondary stations. It establishes and tears down their own connections. The combined station usually issues both command or response. The balanced mode is communication among two combined stations. Each of combined stations is fully in control of itself and does not even rely on any of other stations on data link. Combined stations are generally used and required in point-to-point serial links like V.35 link to CSU/DSU (Channel Service Unit / Data Service Unit) or among various connected routers by T1 or frame relay. Comment More infoAdvertise with us Next Article Type of Stations for HDLC Protocol M madhurihammad Follow Improve Article Tags : Computer Networks Data Link Layer Similar Reads Types of Services provided by LLC Prerequisite - Services provided by Data Link Layer Logical Link Control (LLC) is one of the uppermost layers of the IEEE 802 Protocol Reference Model. LLC basically provides addressing and control of data links. Optionally, it can provide flow control, acknowledgement, or error recovery. LLC sits i 3 min read Types of HDLC Frames High-Level Data Link Control (HDLC) generally provides flexibility to simply support all options that are possible in various data transfer modes and configurations. To provide flexibility, HDLC basically uses and explains three different types of frames. Type of frame is basically determined by con 2 min read Types of Transmission Technology Transmission is actually the process of sending and propagating analog or signals of digital information. Transmission technology generally refers to physical layer protocol duties like modulation, demodulation, line coding, and many more. It might also include higher-level protocol duties such as d 4 min read Classification of MAC protocols The Media Access Control (MAC) is the first protocol layer above the Physical Layer in ad hoc. The primary task of any MAC protocol is to control the access of the nodes to a shared medium. It plays an important role in coordinating access to the shared communication medium. To achieve this phase va 5 min read Logical Link Control (LLC) Protocol Data Unit Logical Link Control (LLC) is a sublayer that generally provides the logic for the data link as it controls the synchronization, multiplexing, flow control, and even error-checking functions of DLL (Data Link Layer). DLL is divided into two sublayers i.e. LLC sublayer and MAC (Medium Access Control) 3 min read Like