4.3 - Data Link Protocols Flashcards

1
Q

Data link layer protocol focuses on __________________ – which indicates where a message starts and stops, and the other parts of fields within the message

A

message delineation

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

Two Types of Data Link Layer Protocols

A
  1. Asynchronous transmission
  2. Synchronous transmission
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Often referred to as start-stop transmission because the transmitting computer can transmit a character (or byte) whenever it is convenient, and the receiving computer will accept that character

A

Asynchronous transmission

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

Typically used on point-to-point, full-duplex circuits so that media access is not a concern

A

Asynchronous transmission

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

Each character are transmitted independently of all other characters

A

Asynchronous transmission

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

To separate the characters and synchronize transmission, a _____________ and a _____________ are put on the front and back of each individual character

A

start bit… stop bit

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

For example, in asynchronous transmission if we are using a 7-bit ASCII with even parity, the total transmission is _____ bits for each character: 1 start bit, 7 bits for the letter, 1 parity bit, 1 stop bit

A

10

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

The start bit and stop bit(s) are the __________ of each other — typically the start bit is a __ and the stop bit is a __

A

opposite…0…1

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

There is no ______________ between characters because the terminal transmits the characters as soon as it is typed

A

fixed distance

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

The recognition of the start and stop of each message (called _______________) takes place for each individual character

A

synchronization

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

The process in which the receiver looks at the digital signal at the appropriate times to detect the proper transition from one energy level to another

A

Synchronization

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

This type of transmission is often used in situations when characters may be generated at random intervals, such as when a used types at a terminal

A

Asynchronous

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

The _________ bit resets the receiver’s clock so that it matches the transmitters

A

start

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

The ______________ are just the start and stop bits; the parity bit is also a control bit, but for ______________

A

control bits…error control

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

A state at logic 1

A

Idle state

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

The main problem with asynchronous transmission is its ______________, primarily due to the additional start and stop bits for every byte

A

high overhead

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

A simple formula in computing for the ratio of control bits to data bits transmitted is:

A

%Overhead = (Control Bits/Total Bits) * 100

18
Q

%Data = 100 - %Overhead

A

Percent Data

19
Q

ED = %Data * Data Transfer Rate (in bps)

A

Effective Data (ED)

20
Q

All letters of data in one group of data are transmitted at one time as a block of data.

A

Synchronous transmission

21
Q

The block of data in a synchronous transmission is called a ___________

22
Q

Often used in both point-to-point and multipoint circuits

A

Synchronous transmission

23
Q

Start and end of each frame (synchronization) are established by adding synchronization characters (_____) to the start of the frame

24
Q

In ___________________, the transmitter and the receiver exchange initial synchronizing information, and then continuously exchange a digital stream that keep them in lock step

A

synchronous transmission

25
Q

Depending on the protocol, there may be anywhere from _____ to ______ SYN characters

A

one…eight

26
Q

____________________________ is a mainframe protocol developed by IBM in 1972 that is still in use today — uses a controlled-access media protocol

A

Synchronous Data Link Control (SDLC)

27
Q

Flag – Address – Control – Message – Frame check sequence – Flag

A

Synchronous Data Link Control (SDLC)

28
Q

Each SDLC frame begins and ends with a special bit pattern (01111110), known as the ________

29
Q

The ______________ identifies the destination – length is usually 8 bits but can be set to 16 bits (computers on the same network must use the same length)

A

address field

30
Q

The ______________ identifies the kind of frame that is being transmitter (information or supervisory)

A

control field

31
Q

____________________ is used for the transfer and reception of messages, frame numbering and contiguous frames, and the like

A

Information frame

32
Q

____________________ is used to transmit acknowledgements (ACKs and NAKs)

A

Supervisory frame

33
Q

The ______________ is of variable length and is the user’s message

A

message field

34
Q

The __________________________ is a 32-bit CRC code (some older versions use a 16-bit CRC)

A

frame check sequence field

35
Q

___________________________ is a formal standard developed by the ISO often used in WANs

A

High-level data link control (HDLC)

36
Q

Essentially the same as SDLC, except that the address and control fields can be longer

A

High-level data link control (HDLC)

37
Q

Has several additional benefits that include:
1. Larger sliding window for continuous ARQ (acknowledgement request)
2. Uses a controlled-access media access protocol

A

High-level data link control (HDLC)

38
Q

_____________ is a very popular LAN protocol, conceived by Bob Metcalfe in 1973 and developed jointly by Digital, Intel, and Xerox in the 1970s

39
Q

Since then, ____________ has been further refined and developed into a formal standard called IEEE802.3ac

40
Q

______________ uses contention media access protocol

41
Q

_____________________ protocol was developed in the early 1990s and is often used in WANs — designed to transfer data over a point-to-point circuit but provides an address so that it can be used on multipoint circuits

A

Point-to-point Protocol (PPP)