30
Spring 2005 Data Communications, Kwangwoon Unive rsity 11-1 Chapter 11 Data Link Control and Protocols 1. Flow and error control 2. Stop-and-wait ARQ 3. Go-back-N ARQ 4. Selective repeat ARQ

Chapter 11 Data Link Control and Protocols

  • Upload
    alaina

  • View
    80

  • Download
    0

Embed Size (px)

DESCRIPTION

Chapter 11 Data Link Control and Protocols. Flow and error control Stop-and-wait ARQ Go-back-N ARQ Selective repeat ARQ. Flow and Error Control. Flow control refers to a set of procedures used to restrict the amount of data that the sender can send before waiting for acknowledgement - PowerPoint PPT Presentation

Citation preview

Page 1: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-1

Chapter 11 Data Link Control and Protocols

1. Flow and error control

2. Stop-and-wait ARQ

3. Go-back-N ARQ

4. Selective repeat ARQ

Page 2: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-2

Flow and Error Control

• Flow control refers to a set of procedures used to restrict the amount of data that the sender can send before waiting for acknowledgement

• Error control in the data link layer is based on automatic repeat request (ARQ), which is the retransmission of data

• Common flow and error control mechanisms

– Stop-and-wait ARQ

– Go-back-N ARQ

– Selective repeat ARQ

Page 3: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-3

Stop-and-Wait ARQ: Normal Operation

Page 4: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-4

Stop-and-Wait ARQ: Lost Frame

Page 5: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-5

Stop-and-Wait ARQ: Lost ACK

Page 6: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-6

Stop-and-Wait ARQ: Delayed ACK

Page 7: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-7

Stop-and-Wait ARQ: Piggybacking

Page 8: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-8

Sliding Window ARQ

Flow/Error Control

Stop-and-Wait ARQ Sliding Window ARQ

Go-back-N ARQ Selective Repeat ARQ

Page 9: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-9

Sliding Window: Sender

Page 10: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-10

Sliding Window: Receiver

Page 11: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-11

Sliding Window: Control Variables

Page 12: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-12

Go-Back-N ARQ: Normal Operation

Page 13: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-13

Go-Back-N ARQ: Lost Frame

Page 14: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-14

Go-Back-N ARQ: Sender Window Size

Page 15: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-15

Selective Repeat ARQ: Windows

Page 16: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-16

Selective Repeat ARQ: Lost Frame

Page 17: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-17

Selective Repeat ARQ: Sender Window Size

Page 18: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-18

Aspects of the Mechanisms

• Stop-and-wait ARQ– Numbering frames prevents the retaining of duplicate

frames– Numbered acknowledgements are needed if an

acknowledgement is delayed and the next frame is lost• Go-back-N ARQ

– The size of the sender window must be less then 2m; the size of the receiver window is always 1

• Selective repeat ARQ– The size of the sender and receiver window must be at

most one-half of 2m

Page 19: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-19

Examples

• In a Stop-and-Wait ARQ system, the bandwidth of the line is 1 Mbps, and 1 bit takes 20 ms to make a round trip. What is the bandwidth-delay product? If the system data frames are 1000 bits in length, what is the utilization percentage of the link?The bandwidth-delay product is 1 106 20 10-3 = 20,000 bitsThe system can send 20,000 bits during the time it takes for the data to go from the sender to the receiver and then back again. However, the system sends only 1000 bits. We can say that the link utilization is only 1000/20,000, or 5%. For this reason, for a link with high bandwidth or long delay, use of Stop-and-Wait ARQ wastes the capacity of the link

• What is the utilization percentage of the link in Example 1 if the link uses Go-Back-N ARQ with a 15-frame sequence?

The bandwidth-delay product is still 20,000. The system can send up to 15 frames or 15,000 bits during a round trip. This means the utilization is 15,000/20,000, or 75 percent. Of course, if there are damaged frames, the utilization percentage is much less because frames have to be resent

Page 20: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-20

HDLC: NRM

Page 21: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-21

HDLC: ABM

Page 22: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-22

HDLC: Frame

Page 23: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-23

HDLC Frame Types

Page 24: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-24

I-Frame

Page 25: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-25

S-Frame Control Field

Page 26: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-26

U-Frame Control Field

Page 27: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-27

Example

Page 28: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-28

Example

Page 29: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-29

Bit Stuffing and Removal

Page 30: Chapter 11  Data Link Control and Protocols

Spring 2005 Data Communications, Kwangwoon University

11-30

Bit Stuffingin HDLC