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.

Slides:



Advertisements
Similar presentations
CMPE 150- Introduction to Computer Networks 1 CMPE 150 Fall 2005 Lecture 14 Introduction to Computer Networks.
Advertisements

Chapter 3 The Data Link Layer.
Data Link Layer Protocols Flow Control in Data Link Layer.
The Data Link Layer Chapter 3. Data Link Layer Design Issues Services Provided to the Network Layer Framing Error Control Flow Control.
The Data Link Layer Chapter 3.
Chapter 3 The Data Link Layer.
CIS 725 Data Link Layer. Physical Layer Figure 3-1 B. Forouzan, TCP/IP Protocol Suite.
1 Pertemuan 15 Layer Data Link Matakuliah: H0174/Jaringan Komputer Tahun: 2006 Versi: 1/0.
Chapter 3: The Datalink Layer CS 455/555. Topics to be covered Design Issues Error detection and correction Elementary datalink protocols Sliding window.
I N THE N AME OF G OD C OMPUTER N ETWORKS C HAPTER 3: T HE D ATA L INK L AYER ( PART 3) Dr. Shahriar Bijani Shahed University March 2014.
Error-Detecting Codes Calculation of the polynomial code checksum.
Data Link Layer Review Advanced Computer Networks.
Chapter 3 The Data Link Layer.
Networks: Data Link Layer1 Data Link Layer. Networks: Data Link Layer2 Data Link Layer Provides a well-defined service interface to the network layer.
CMPE 150- Introduction to Computer Networks 1 CMPE 150 Fall 2005 Lecture 10 Introduction to Computer Networks.
Networks: Data Link Layer1 Data Link Layer. Networks: Data Link Layer2 Data Link Layer Provides a well-defined service interface to the network layer.
CSC 3352 Computer Communications Chapter 3&41 The Link Layer Has 2 main Components The Data Link Layer Medium Access Control (MAC) Examples:SLIP, PPP,
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.
Computer Networks: Data Link Layer 1 Data Link Layer.
CMPE 150- Introduction to Computer Networks 1 CMPE 150 Fall 2005 Lecture 13 Introduction to Computer Networks.
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.
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.
Rizwan Rehman Centre for Computer Studies Dibrugarh University
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.
TOBB ETÜ ELE46/ELE563 Communications Networks Lecture 01 May 6, 2014 Fall 2011 Tuesday 10:30 – 12:20 (310) Thursday 15:30 – 17:20 (372) İsrafil Bahçeci.
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.
ICOM 6115©Manuel Rodriguez-Martinez ICOM 6115 – Computer Networks and the WWW Manuel Rodriguez-Martinez, Ph.D. Lecture 14.
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 : 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.
The Data Link Layer. Functions of the Data Link Layer Provide service interface to the network layer Frame delineation Dealing with transmission errors.
Chapter 3 The Data Link Layer (60 % practical part)
The Data Link Layer Chapter 3 10/28/2015www.noteshit.com1.
Data Link Layer Savera Tanwir. Data Link Layer Design Issues Services Provided to the Network Layer Framing Error Control Flow Control.
The Data Link Layer Chapter 3 1/21/2016www.ishuchita.com1.
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.
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.
Computer Networks NYUS FCSIT Spring 2008 Igor TRAJKOVSKI, Ph.D. Associate Professor
Chapter 3: The Data Link Layer –to achieve reliable, efficient communication between two physically connected machines. –Design issues: services interface.
The Data Link Layer RIS 251 Dr. ir. S.S. Msanjila.
Chapter 3 The Data Link Layer.
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.
Data Link Layer: Data Link Control
Overview Jaringan Komputer (2)
Chapter 3 The Data Link Layer.
CS412 Introduction to Computer Networking & Telecommunication
The Data Link Layer Chapter
Objectives of Today’s Lecture
Objectives of Today’s Lecture
Data Link Layer. Position of the data-link layer.
Presentation transcript:

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 detection (3.2) Error correction (4)Flow control Part B Protocols (1)Definitions (2)Elementary data link protocols (3)Sliding window protocols (4)Example data link protocol - PPP

CSC 450/550 Part A: Functions

CSC 450/550 (1) Functions of the Data Link Layer Provide service interface to the network layer Dealing with transmission errors Regulating data flow Slow receivers not swamped by fast senders

CSC 450/550 (2.1) Framing A character stream. (a) Without errors. (b) With one error.

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

CSC 450/550 (2.3) 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.

CSC 450/550 (2.4) Framing Physical Layer Coding Violations: Used only when physical medium contains some redundancy 1: high-low 0: low-high high-high and low-low are used for delimiting frames

CSC 450/550 (3.1) Error-Detecting Codes Calculation of the polynomial code checksum.

CSC 450/550 (3.2) Error-Correcting Codes Use of a Hamming code to correct burst errors.

CSC 450/550 (4) Flow Control Feedback-based flow control Rate-based flow control

CSC 450/550 Part B: Protocols (1)Definitions (2)Elementary data link protocols (3)Sliding window protocols (4)Example data link protocol - PPP

CSC 450/550 (1.1) Protocol Definitions Continued  Some definitions needed in the protocols to follow. These are located in the file protocol.h.

CSC 450/550 (1.2)Protocol Definitions (ctd.) Some definitions needed in the protocols to follow. These are located in the file protocol.h.

CSC 450/550 (2) Elementary Data Link Protocols An Unrestricted Simplex Protocol A Simplex Stop-and-Wait Protocol A Simplex Protocol for a Noisy Channel

CSC 450/550 (2.1) Unrestricted Simplex Protocol

CSC 450/550 (2.2) Simplex Stop-and- Wait Protocol

CSC 450/550 (2.3.1)A Simplex Protocol for a Noisy Channel A positive acknowledgement with retransmission protocol. Continued 

CSC 450/550 (2.3.2) A Simplex Protocol for a Noisy Channel (ctd.) A positive acknowledgement with retransmission protocol.

CSC 450/550 (3) Sliding Window Protocols A One-Bit Sliding Window Protocol A Protocol Using Go Back N A Protocol Using Selective Repeat

CSC 450/550 (3) 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.

CSC 450/550 (3.1.1) A One-Bit Sliding Window Protocol Continued 

CSC 450/550 (3.1.2) A One-Bit Sliding Window Protocol (ctd.)

CSC 450/550 (3.1.3) A One-Bit Sliding Window Protocol 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.

CSC 450/550 (3.2.1) 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.

CSC 450/550 (3.2.2) Sliding Window Protocol Using Go Back N Continued 

CSC 450/550 (3.2.3) Sliding Window Protocol Using Go Back N Continued 

CSC 450/550 (3.2.4) Sliding Window Protocol Using Go Back N Continued 

CSC 450/550 (3.2.5) Sliding Window Protocol Using Go Back N

CSC 450/550 (3.2.6) Sliding Window Protocol Using Go Back N Simulation of multiple timers in software.

CSC 450/550 (3.3.1) A Sliding Window Protocol Using Selective Repeat Continued 

CSC 450/550 Continued  (3.3.2) A Sliding Window Protocol Using Selective Repeat

CSC 450/550 (3.3.3) A Sliding Window Protocol Using Selective Repeat Continued 

CSC 450/550 (3.3.4) A Sliding Window Protocol Using Selective Repeat

CSC 450/550 (3.3.5) A Sliding Window Protocol Using Selective Repeat (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.

CSC 450/550 (4) PPP Read RFC 1661:

CSC 450/550 (4.1) PPP – Point to Point Protocol The PPP full frame format for unnumbered mode operation.

CSC 450/550 (4.2) PPP – Point to Point Protocol A simplified phase diagram for bring a line up and down.

CSC 450/550 (4.3) PPP – Point to Point Protocol The LCP frame types.