Bit Oriented Protocol Flashcards

(21 cards)

1
Q

Uses bit sequences to control information

A

Bit Oriented Protocols

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The data sequence of the frame is a sequence of bits to be
interpreted by the upper layer as text, graphic, audio, video,
and so on

A

Bit Oriented Protocols

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A group of communication protocols of the data link layer for
transmitting data between network points or nodes.

A

High Level Data Link Control (HDLC)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Two types of stations are present, the primary station
sends commands and the secondary station can respond
to received commands

A

Normal Response Mode (NRM)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Used for both point-to-point and multipoint
communications

A

Normal Response Mode (NRM)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

balanced, which means each station can
both send command and respond to commands

A

Asynchronous Balanced Mode (ABM)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

This type of transfer mode is only for point-to-point
communications

A

Asynchronous Balanced Mode (ABM)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A bit - oriented protocol where each frame contains up to six fields. The
structure varies according to the type of frame.

A

HDLC Frame

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

It is an 8-bit sequence that marks the beginning and the end of the frame. The bit pattern of the flag is 01111110

A

Flag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

It contains the address of the receiver. If the frame is sent by the primary station, it contains the address(es) of the secondary station(s). If it is sent by the secondary station, it contains the address of the primary station. The address field may be from 1 byte to several
bytes

A

Address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

(sometimes referred to as the frame header) It is 1 or 2 bytes containing flow and error control information

A

Control

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

carries the data from the network layer. Its length may vary from one network to another.

A

Payload

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

It is a 2 byte or 4 bytes frame check sequence for error detection. The standard code used is CRC
(cyclic redundancy code)

A

FCS (Frame Check Sequence)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Types of HDLC Frames

A

I Frame
S Frame
U Frame

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

carry user data from the network layer. They also include flow
and error control information that is piggybacked on user data. The first bit of control field
of I-frame is 0.

A

I Frame −Information frames

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

do not contain information field. They are used for flow and
error control when piggybacking is not required. The first two bits of control field of S-frame
is 10.

A

S-frame −Supervisory frames

17
Q

used for myriad miscellaneous functions, like link
management. It may contain an information field, if required. The first two bits of control
field of U-frame is 11.

A

U-frame −Un-numbered frames

18
Q

In bit stuffing, if A ZERO (0) and FIVE CONSECUTIVE (1) BITS are
encountered, no matter the value of the next bit, an extra 0 will be added.
This is to ensure that the receiver will not misinterpret the values
resembling the flag within the data as real flags.

19
Q

Asynchronous or synchronous link (dials in to
ISP, links between routers)

A

PPP - Point to Point Control

20
Q

Encapsulated signaling messages on ISDN D channel

A

LAPD - Link Access Procedure - D Channel