Informační rámeček

Definice

Information frame, usually referred to as I frame, is used to transmit valid information or data. The first or first and second bits of the control field in the HDLC frame format indicate the type of transmission frame: the first bit is "0" for information frames, the first and second bits are "10" for monitoring frames, and "11" is for none Sequence number frame. In the information frame, the N(S) of the control field, that is, the second, third, and fourth bits are used to store the sequence number of the sent frame, so that the sender does not need to wait for confirmation and send multiple frames continuously. The fifth bit is the Poll/Final bit. When it is 1, the polled station is required to give a response. The N(R) of the control field, that is, the 6th, 7th, and 8th bits are used to store the sequence number of the receiver's next expected frame. For example, N(R)=5, which means that the receiver will receive the 5th frame in the next frame. , In other words, the frames before the 5th frame have been received. N(S) and N(R) are both 3-bit binary codes, which can take values ​​from 0 to 7.

Klasifikace

Procedura řízení vysokoúrovňového datového spoje (HDLC) definovaná Mezinárodní organizací pro standardizaci ISO je sada protokolů používaných k přenosu dat mezi uzly sítě. Protokol široce používaný v DLL. V protokolu HDLC jsou data organizována do jednotek nazývaných rámce, které jsou přenášeny po síti a přijímány přijímačem. Protokol HDLC zároveň spravuje i datový tok a interval mezi přenosy dat. Data přenášená v každém rámci v protokolu HDLC mohou obsahovat libovolný počet bitů a začátek a konec rámce je vymezen dohodnutým bitovým vzorem (značkou), což je „bitově orientovaný“ protokol. HDLC rozděluje typy snímků do tří kategorií, a to: I snímek (informační rámec): přenáší informace horní vrstvy a některé řídicí informace. Funkce informačního rámce zahrnují sekvenování, řízení toku, detekci chyb a obnovu. Rámec I nese pořadové číslo pro odesílání a přijímání.

S rám (monitorovací rám): Přenášení řídicích informací. Funkce monitorovacího rámce zahrnují požadavek nebo zpoždění vysílání, hlášení o stavu a odezvu příjmu I rámce. Rám S nese pouze přijímací pořadové číslo.

U snímek (snímek bez pořadového čísla): nese řídící informaci. Funkce zahrnují vytvoření a odpojení spojení a hlášení chyb. U rámce nenesou žádná pořadová čísla.

Související články
HORNÍ