Chapter 4 Flashcards

1
Q

3 functions of data link layer?

A
  1. Controls when computers transmit (media access control)
  2. Detects and corrects transmission errors (error control)
  3. Identifies the start and end of a message by using a PDU (message delineation)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Contention

A

Computers wait until the circuit is free (no other computers are transmitting) and then transmit whenever they have data to send

Commonly used in Ethernet

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

Controlled access

A

One device controls the circuit and determines which clients can transmit at what time.

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

Access Request

A

Controlled access technique where the client computers that want to transmit send a request to transmit to the device that is controlling the circuit. The controlling device grants permission for one computer at a time to transmit.

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

Polling

A

The process of sending a signal to a client computer that gives it permission to transmit. Periodically the controlling device (ex a wireless access point) polls the client to see if it has data to send.

Several types: roll-call polling, hub polling (token passing)

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

Roll-call polling

A

The controller works consecutively through a list of clients, first polling client1, then client 2, and so on, until all are polled

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

Hub polling (token passing)

A

One device starts the poll and passes it to the next computer on the multipoint circuit, which sends its message and passes the poll to the next.

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

Error prevention

A

Shielding (protecting wires by covering them with an insulating coating)

Moving cables away from sources of noise

Using repeaters or amplifiers

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

Error detection

A

Parity checking, checksum, cyclic redundancy checking

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

Error correction

A

Retransmission

Forward error correction (satellites)

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

Asynchronous transmission

A

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

Each character is transmitted independently of all other characters. To separate the characters and synchronize transmission, a start bit and stop bit are put on the front and back of each individual character.

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

Synchronous Transmission

A

All the letters or data in one group of data are transmitted at one time as a block of data called a frame. The start and end of each frame sometimes are established by adding synchronization characters (SYN) to the start of the frame.

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