ECE453 – Introduction to Computer Networks

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.
The Data Link Layer Chapter 3. Data Link Layer Design Issues Services Provided to the Network Layer Framing Error Control Flow Control.
Sliding window protocols:  Window: subset of consecutive frames  only frames in window can be sent.
Chapter 3 The Data Link Layer.
HIGH-LEVEL DATA LINK CONTROL (HDLC) HDLC was defined by ISO for use on both point-to-point and multipoint data links. It supports full-duplex communication.
1 Pertemuan 15 Layer Data Link Matakuliah: H0174/Jaringan Komputer Tahun: 2006 Versi: 1/0.
C) All rights reserved by Professor Wen-Tsuen Chen1 Chapter 3 The Data link Layer ä For reliable, efficient communication between two adjacent machines.
Error-Detecting Codes Calculation of the polynomial code checksum.
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.
CMPE 150- Introduction to Computer Networks 1 CMPE 150 Fall 2005 Lecture 13 Introduction to Computer Networks.
Point to Point Protocol Operation. Point to Point Protocol Protocol Layers of PPP –Physical Layer –Data Link Layer – HDLC derivative –Other protocols.
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.
Example Data Link Protocols Quick review Reference Models? Layers? Flow Control? Bit stuffing? Connection Oriented? Synchronous transmission?
Gursharan Singh Tatla DATA LINK PROTOCOLS 24-Mar
HDLC and PPP. The Data Link Layer in the Internet A home personal computer acting as an internet host. Technology like Ethernet cannot provide “high-level”
THE DATA LINK LAYER Out of order with the book Dr. John P. Abraham University of Texas, Panam.
Feb. 25, 2004 Prof. Paul Lin 1 CPET The Data Link Layer Paul I-Hai Lin, Professor Electrical and Computer Engineering Technology Purdue University,
1 The Data Link Layer Chapter 3. 2 Data Link Layer Algorithms for achieving reliable, efficient communication between two adjacent machines. Adjacent.
Data Link Layer We have now discussed the prevalent shared channel technologies  Ethernet/IEEE  Wireless LANs (802.11) We have now covered chapters.
Link Layer Protocols Martin Weiss. Slide 2 Objectives of this Meeting u Explain what a protocol is u Compare connection-oriented with connectionless protocol.
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
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.
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.
1 ECE453 – Introduction to Computer Networks Lecture 5 – Data Link Protocols (II)
The Data Link Layer. Functions of the Data Link Layer Provide service interface to the network layer Frame delineation Dealing with transmission errors.
1 The Data Link Layer Babu Ram Dawadi. 2 The Data Link Layer The data link layer has three specific functions: 1.Provide a well-defined interface to the.
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.
Chapter 11 Data Link Control
CHAPTER-3 continues. Sliding Window Protocols previous protocols - data frames were transmitted in one direction In practical situations - need for transmitting.
Data Link Layer: Data Link Control : Data Communication and Computer Networks Asst. Prof. Chaiporn Jaikaeo, Ph.D.
The Data Link Layer Chapter 3 1/21/2016www.ishuchita.com1.
Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011 The Data Link Layer Chapter 3.
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 –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.
High level Data Link Layer Protocol - HDLC
HDLC and PPP.
The University of Adelaide, School of Computer Science
Chapter 11 Data Link Control (DLC)
Chapter 3 Review on Data Link Layer
Data Link Layer What does it do?
Chapter 3 – Part 1 The Data Link Layer.
Chapter 3 – Part 2 The Data Link Layer.
Data Link Layer: Data Link Control
Rivier College CS575: Advanced LANs Chapter 6: Logical Link Control
Overview Jaringan Komputer (2)
Chapter 11 Data Link Control (DLC)
Chapter 3 The Data Link Layer.
CS412 Introduction to Computer Networking & Telecommunication
The Data Link Layer Chapter
Lecture 7 review Consider a link running the Go-Back-N protocol. Suppose the transmission delay and propagation delay are both 1ms, the window size is.
Lecture #13: Example Data Link Protocols.
Instructor Mazhar Hussain
A. Beheshti Communication Group
Objectives of Today’s Lecture
Objectives of Today’s Lecture
ملاحظة: الكلام المسطر + الرسومات ذات السهم الاحمر*مهمة للمذاكرة
Data Link Control (DLC) Services
The Data Link Layer Johan Lukkien
Presentation transcript:

ECE453 – Introduction to Computer Networks Lecture 6 – Data Link Layer Protocol (III)

Example Data Link Protocols HDLC – High-Level Data Link Control SDLC (IBM) ADCCP (ANSI) HDLC (ISO) LAP  LAPB as part of the X.25 (CCITT) The Data Link Layer in the Internet PPP Ethernet (LAN)

High-Level Data Link Control Bit-oriented protocol Frame format Sliding window 3-bit seq number

The Data Link Layer in the Internet

PPP – Point to Point Protocol What’s the indication? Character-oriented Frame format unnumbered frame Error detection Multiprotocol framing LCP (link control protocol) NCP (network control protocol)

PPP LCP option negotiation Physical Layer NCP configures connection network layer

Summary Framing Error correction Error detection Counter Byte-stuffing Bit-stuffing Error correction Hamming code Error detection CRC Example link layer protocols HDLC PPP Reliable data transform Utopia Stop-and-wait protocol Simplex stop-and-wait Simplex stop-and-wait in noisy channel Sliding window protocols Go-Back-N (GBN) Sender buffer Cumulative ack. Selective Repeat (SR) Sender and receiver buffer Selective ack.