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

Slides:



Advertisements
Similar presentations
Chapter 3 The Data Link Layer.
Advertisements

The Data Link Layer Chapter 3. Data Link Layer Design Issues Services Provided to the Network Layer Framing Error Control Flow Control.
Chapter 3 The Data Link Layer.
CIS 725 Data Link Layer. Physical Layer Figure 3-1 B. Forouzan, TCP/IP Protocol Suite.
C) All rights reserved by Professor Wen-Tsuen Chen1 Chapter 3 The Data link Layer ä For reliable, efficient communication between two adjacent machines.
1 Lecture #12: Data Link Layer. Error Control. C o n t e n t s l Services Provided by DLL l DLL data structures l Error Control Mechanisms –Error correcting.
The Data Link Layer Framing Error Control Flow Control
Error-Detecting Codes Calculation of the polynomial code checksum.
Chapter 3 The Data Link Layer.
EEC-484/584 Computer Networks Lecture 6 Wenbing Zhao
EEC-484/584 Computer Networks Lecture 8 Wenbing Zhao (Part of the slides are based on materials supplied by Dr. Louise Moser at UCSB and.
The Data Link Layer Chapter 3. Position of the data-link layer.
The OSI Reference Model
Circuit Switching (a) Circuit switching. (b) Packet switching.
The Data Link Layer. Data Link Layer Design Issues Services Provided to the Network Layer Framing Error Control Flow Control.
CMPE 150 – Winter 2009 Lecture 6 January 22, 2009 P.E. Mantey.
CSC 450/550 Part 2: The Data Link Layer. CSC 450/550 Summary Part A Functions (1)Functions of the data link layer (2)Framing (3)Error control (3.1) Error.
The Data Link Layer Chapter 3. Data Link Layer Design Issues Services Provided to the Network Layer Framing Error Control Flow Control.
20101 The Data Link Layer Chapter Design Issues Controls communication between 2 machines directly connected by “wire”-like link Services Provided.
Adapted from Tanenbaum's Slides for Computer Networking, 4e The Data Link Layer Chapter 3.
EEC-484/584 Computer Networks Lecture 7 Wenbing Zhao (Part of the slides are based on Drs. Kurose & Ross ’ s slides for their Computer.
Example Data Link Protocols Quick review Reference Models? Layers? Flow Control? Bit stuffing? Connection Oriented? Synchronous transmission?
1 The Data Link Layer Chapter 3. 2 Data Link Layer Algorithms for achieving reliable, efficient communication between two adjacent machines. Adjacent.
The Data Link Layer Chapter 3. Data Link Layer Design Issues a) Services Provided to the Network Layer b) Framing c) Error Control d) Flow Control.
Chi-Cheng Lin, Winona State University CS 313 Introduction to Computer Networking & Telecommunication Data Link Layer Part I – Designing Issues and Elementary.
Chapter 3 THE DATA LINK LAYER
CEN 4500 Data Communications Instructor: S. Masoud Sadjadi sadjadi At cs Dot fiu Dot edu Chapter 3: The Data Link.
Chapt 3 Data Link Layer1 Data Link Layer Functions –Provides services to network layer Well-defined interface –Framing –Flow control – between adjacent.
THE DATA LINK LAYER Chapter 3 1. H YBRID M ODEL The hybrid reference model to be used in this book. 2.
Data Link Layer. Data Link Layer Design Issues Services Provided to the Network Layer Framing Error Control Flow Control.
Data Link Layer : Services, Framing, Error Detection and Correction2.
The data link layer. Data Link Layer Design Issues Services Provided to the Network Layer Framing Error Control Flow Control.
The Data Link Layer. Functions of the Data Link Layer Provide service interface to the network layer Dealing with transmission errors Error detection.
Chapter 3 The Data Link Layer (60 % practical part)
The Data Link Layer Chapter 3 10/28/2015www.noteshit.com1.
Computer Networks Module 3: Data Link Layer (Framing) Dr. Vikram Shete St. Francis Institute of Technology.
ECE453 – Introduction to Computer Networks Lecture 4 – Data Link Layer (I)
Data Link Layer Savera Tanwir. Data Link Layer Design Issues Services Provided to the Network Layer Framing Error Control Flow Control.
Chapter 11 Data Link Control
Data Link Layer: Data Link Control : Data Communication and Computer Networks Asst. Prof. Chaiporn Jaikaeo, Ph.D.
CHAPTER 3: DATA LINK CONTROL Flow control, Error detection – two dimensional parity checks, Internet checksum, CRC, Error control, Transmission efficiency.
The Data Link Layer Chapter 3 1/21/2016www.ishuchita.com1.
-1- Georgia State UniversitySensorweb Research Laboratory CSC4220/6220 Computer Networks Dr. WenZhan Song Professor, Computer Science.
10.1 UNIT - IV Error Detection and Correction Data can be corrupted during transmission. Some applications require that errors be detected and corrected.
COMPUTER NETWORKS. Unit -2 Continue... Physical Layer Connection –Oriented Networks : X.25 Relay Frames Types of cables Co-axial Fiber optics Twisted.
Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011 The Data Link Layer Chapter 3.
Network Layer4-1 Chapter 5: The Data Link Layer Our goals: r understand principles behind data link layer services: m error detection, correction m sharing.
Data Link Layer. Link Layer The data unit to be transmited at the link layer is called a frame. Why link layer? How can it know where a frame begins and.
1 The Data Link Layer A. S. Tanenbaum Computer Networks W. Stallings Data and Computer Communications Chapter 3.
Chapter 3 The Data Link Layer. Data Link Layer Describes how a shared communication channel can be accessed, and how a data frame can be reliably transmitted.
Data Communications Data Link Layer.
Computer Networks NYUS FCSIT Spring 2008 Igor TRAJKOVSKI, Ph.D. Associate Professor
The Data Link Layer RIS 251 Dr. ir. S.S. Msanjila.
Data Link LAYER Chapter 3. Services provided to network layer Unacknowledged connectionless service: Ethernet Acknowledged connectionless service: WiFi.
24/11/1013-Datalink1 The Data Link Layer Role Services Functions –Framing –Encapsulation –Addressing –Connection Control –Ordered Delivery –Flow Control.
Chapter 3 The Data Link Layer.
Data Link Layer.
Chapter 3 Review on Data Link Layer
Data Link Layer What does it do?
Chapter 3 – Part 1 The Data Link Layer.
ECE453 – Introduction to Computer Networks
Chapter 3 – Part 2 The Data Link Layer.
Overview Jaringan Komputer (2)
Chapter 3 The Data Link Layer.
CS412 Introduction to Computer Networking & Telecommunication
The Data Link Layer Chapter
Data Link Control (DLC) Services
Data Link Layer. Position of the data-link layer.
Presentation transcript:

The Data Link Layer

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

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

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

Frame Delimiting Character count Flag bytes with byte stuffing Starting and ending flags, with bit stuffing

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

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

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.

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

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

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

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

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

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 of order k. At the receiver side, codeword polynomial is divided by G(x). If the reminder is non-zero, an error is detected.

Error-Detecting Codes Calculation of the polynomial code checksum.

Elementary Data Link Protocols An Unrestricted Simplex Protocol A Simplex Stop-and-Wait Protocol A Simplex Protocol for a Noisy Channel with Frame Sequence Numbers

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

Sliding Window Protocols 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.

Sliding Window Protocols Pipelining and error recovery. Effect on an error when (a) Go back N (Wrec=1) (b) Selective Repeat

Sliding Window Protocol Timers Simulation of multiple timers in software.

A Sliding Window Protocol Using Selective Repeat Wrec ≤ (S max +1)/2 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.

Example Data Link Protocols HDLC - High-level Data Link Control PPP – Point-to-Point Protocol

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

High-Level Data Link Control Control field of (a) An information frame. (b) A supervisory frame. Type: RECEIVE READY, REJECT, RECEIVE NOT READY, SELECTIVE REPEAT (c) An unnumbered frame. Type: DISCONNECT, SNRP (set normal response mode), SABM (set asynchronous balanced mode), FRAME REJECT

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

PPP – Point to Point Protocol The PPP full frame format for unnumbered mode operation. Protocol: Link Control Protocol (LCP), Network Control Protocol (NCP), IP, IPX, Appletalk, CLNP

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

PPP – Point to Point Protocol The LCP frame types.