Presentation is loading. Please wait.

Presentation is loading. Please wait.

The Data Link Layer. Functions of the Data Link Layer Provide service interface to the network layer Dealing with transmission errors Error detection.

Similar presentations


Presentation on theme: "The Data Link Layer. Functions of the Data Link Layer Provide service interface to the network layer Dealing with transmission errors Error detection."— Presentation transcript:

1 The Data Link Layer

2 Functions of the Data Link Layer Provide service interface to the network layer Dealing with transmission errors Error detection and correction codes Positive and negative acknowledgements Timers Regulating data flow Slow receivers not swamped by fast senders

3 Functions of the Data Link Layer Relationship between packets and frames.

4 Services Provided to Network Layer (a) Virtual communication. (b) Actual communication.

5 Services Provided to Network Layer Placement of the data link protocol.

6 Data Link Layer Services Unacknowledged connectionless service Acknowledged connectionless service Acknowledged connection-oriented service

7 Frame Delimiting Character count Flag bytes with byte stuffing Starting and ending flags, with bit stuffing Physical layer coding violations.

8 Framing A character stream. (a) Without errors. (b) With one error.

9 Framing (a) A frame delimited by flag bytes. (b) Four examples of byte sequences before and after stuffing.

10 Framing Bit stuffing (a) The original data. (b) The data as they appear on the line. (c) The data as they are stored in receiver’s memory after destuffing.

11 Error Detection and Correction Error-Correcting Codes Error-Detecting Codes

12 Error Probability

13 Hamming Distance Hamming distance between codewords X and Y, is the number of ones in The number of detected error is d if d+1 is the minimum Hamming distance between two codes. The number of detected error is d if 2d+1 is the minimum Hamming distance between two codes.

14 Error Correction Codeword Y is calculated from generation matrix G, and block of data X: Y=XG=[x 1,x 2,…,x m ]·G At the receiver side the syndrom is found that detects and correct an error using check parity matrix H: S=YH T

15 Error correction For generation and parity check matrices it should hold GH T =0 If G=[I n-k |P] Then H=[-P T |I k ] Here I is unity matrix, n is the codeword length, and n-k is the data block length

16 Error correction: Hamming Code In Hamming code the codeword length is 2 m-1, the number of added bits is 2 m-1 -m-1 Parity check matrix comprises all possible column vectors. For example for m=3

17 Hamming Code Use of a Hamming code to correct burst errors.

18 Hamming Code: Exercise Decode the bit-stream coded by Hamming code: 111100011001110010110

19 Hamming Code: Solution Correct the bit-stream coded by Hamming code: 111100011001110010110 Correct stream is 111000011001100010110

20 Hamming Code: Exercise Find the generation matrix for Hamming code (7,4), and encode bit stream 001011100.

21 Hamming Code: Solution Find the generation matrix for Hamming code (7,4), and encode bit stream 001011100.

22 Error Detection Code: CRC Data block and codeword represented by polynomials. If data block is X(x)=b 0 +b 1 x+…+b m-1 x m-1, codeword is Y(x)=X(x)x k -mod(X(x), G(x)), where G(x) is a generator polynomial. At the receiver side, codeword polynomial is divided by G(x). If the reminder is non-zero, an error is detected.

23 Error-Detecting Codes Calculation of the polynomial code checksum.

24 Elementary Data Link Protocols An Unrestricted Simplex Protocol A Simplex Stop-and-Wait Protocol A Simplex Protocol for a Noisy Channel

25 Protocol Definitions Continued  Some definitions needed in the protocols to follow. These are located in the file protocol.h.

26 Protocol Definitions (ctd.) Some definitions needed in the protocols to follow. These are located in the file protocol.h.

27 Unrestricted Simplex Protocol

28 Simplex Stop-and- Wait Protocol

29 A Simplex Protocol for a Noisy Channel A positive acknowledgement with retransmission protocol. Continued 

30 A Simplex Protocol for a Noisy Channel (ctd.) A positive acknowledgement with retransmission protocol.

31 Sliding Window Protocols A One-Bit Sliding Window Protocol A Protocol Using Go Back N A Protocol Using Selective Repeat

32 Sliding Window Protocols (2) A sliding window of size 1, with a 3-bit sequence number. (a) Initially. (b) After the first frame has been sent. (c) After the first frame has been received. (d) After the first acknowledgement has been received.

33 A One-Bit Sliding Window Protocol Continued 

34 A One-Bit Sliding Window Protocol (ctd.)

35 A One-Bit Sliding Window Protocol (2) Two scenarios for protocol 4. (a) Normal case. (b) Abnormal case. The notation is (seq, ack, packet number). An asterisk indicates where a network layer accepts a packet.

36 A Protocol Using Go Back N Pipelining and error recovery. Effect on an error when (a) Receiver’s window size is 1. (b) Receiver’s window size is large.

37 Sliding Window Protocol Using Go Back N Continued 

38 Sliding Window Protocol Using Go Back N Continued 

39 Sliding Window Protocol Using Go Back N Continued 

40 Sliding Window Protocol Using Go Back N

41 Sliding Window Protocol Using Go Back N (2) Simulation of multiple timers in software.

42 A Sliding Window Protocol Using Selective Repeat Continued 

43 A Sliding Window Protocol Using Selective Repeat (2)

44 A Sliding Window Protocol Using Selective Repeat (3) Continued 

45 A Sliding Window Protocol Using Selective Repeat (4)

46 A Sliding Window Protocol Using Selective Repeat (5) (a) Initial situation with a window size seven. (b) After seven frames sent and received, but not acknowledged. (c) Initial situation with a window size of four. (d) After four frames sent and received, but not acknowledged.

47 Protocol Verification Finite State Machined Models Petri Net Models

48 Finite State Machined Models (a) State diagram for protocol 3. (b) Transmissions.

49 Petri Net Models A Petri net with two places and two transitions.

50 Petri Net Models (2) A Petri net model for protocol 3.

51 Example Data Link Protocols HDLC – High-Level Data Link Control The Data Link Layer in the Internet

52 High-Level Data Link Control Frame format for bit-oriented protocols.

53 High-Level Data Link Control (2) Control field of (a) An information frame. (b) A supervisory frame. (c) An unnumbered frame.

54 The Data Link Layer in the Internet A home personal computer acting as an internet host.

55 PPP – Point to Point Protocol The PPP full frame format for unnumbered mode operation.

56 PPP – Point to Point Protocol (2) A simplified phase diagram for bring a line up and down.

57 PPP – Point to Point Protocol (3) The LCP frame types.


Download ppt "The Data Link Layer. Functions of the Data Link Layer Provide service interface to the network layer Dealing with transmission errors Error detection."

Similar presentations


Ads by Google