540 likes | 869 Views
In the Name of God Computer Networks Chapter 3: The Data Link Layer ( part3). Dr. Shahriar Bijani Shahed University March 2014. References: A . S. Tanenbaum and D. J. Wetherall , Computer Networks (5th Edition ), Pearson Education, the book slides, 2011.
E N D
In the Name of GodComputer NetworksChapter 3: The Data Link Layer(part3) Dr. ShahriarBijani Shahed University March 2014
References: • A. S. Tanenbaum and D. J. Wetherall, Computer Networks (5th Edition), Pearson Education, the book slides, 2011. • Chapter 6, Data Communications and Computer Networks: A Business User's Approach, 6th Edition • B. A. Forouzan, Data Communications and Networking, 5th Edition, Behrouz A. Forouzan, McGraw Hill, lecture slides, 2012. • McGraw Hill, Data Link Layer, 2004.
Data Link Protocols • Elementary Data Link Protocols • Utopian Simplex Protocol • Simplex Stop-and-Wait Protocol • Error-Free Channel • Simplex Stop-and-Wait Protocol • Noisy Channel • Sliding Window Protocols
Elementary Data Link Protocols Implementation of the physical, data link, and network layers.
Elementary Data Link Protocols Some definitions needed in the protocols to follow. These definitions are located in the file protocol.h. . . .
Elementary Data Link Protocols Some definitions needed in the protocols to follow. These definitions are located in the file protocol.h. . . .
Elementary Data Link Protocols Some definitions needed in the protocols to follow. These definitions are located in the file protocol.h.
Utopian Simplex Protocol (1) A utopian simplex protocol. . . .
Utopian Simplex Protocol (2) A utopian simplex protocol.
Stop and Wait Sender Receiver • Simplest form of reliability • Example: Bluetooth • Problems? • Utilization • Can only have one frame in flight at any time Timeout Timeout Frame Frame Frame ACK
Simplex Stop-and-Wait Protocol for a Noisy Channel (1) A simplex stop-and-wait protocol. . . .
Simplex Stop-and-Wait Protocol for a Noisy Channel (2) A simplex stop-and-wait protocol.
ARQ (Automatic Repeat reQuest) or PAR (Positive Acknowledgement with Retransmission): Protocols in which the sender waits for a positive acknowledgement before advancing to the next data
Sliding Window Protocols • Allow multiple outstanding, un-ACKed frames • Number of un-ACKed frames is called the window Receiver Sender Window Frames ACKs • Made famous by TCP
Sliding Window Protocols (1) A positive acknowledgement, unidirectional with retransmission protocol. . . .
Sliding Window Protocols (2) A positive acknowledgement with retransmission protocol. . . .
Sliding Window Protocols (3) A positive acknowledgement with retransmission protocol.
Sliding Window Protocols (4) A sliding window of size 1, with a 3-bit sequence number. (a) Initially. (b) After the first frame has been sent.
Sliding Window Protocols (5) A sliding window of size 1, with a 3-bit sequence number (c) After the first frame has been received. (d) After the first acknowledgement has been received.
One-Bit Sliding Window Protocol (1) A bidirectional 1-bit sliding window protocol. . . .
One-Bit Sliding Window Protocol (2) . . . A bidirectional 1-bit sliding window protocol.
One-Bit Sliding Window Protocol (3) A bidirectional 1-bit sliding window protocol.
One-Bit Sliding Window Protocol (4) 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
Protocol Using Go-Back-N (1) Pipelining and error recovery. Effect of an error when (a) receiver’s window size is 1 Go-back-N
Protocol Using Go-Back-N (2) Pipelining and error recovery. Effect of an error when (b) receiver’s window size is large. Selective-repeat
Protocol Using Go-Back-N (3) A sliding window protocol using go-back-n. . . .
Protocol Using Go-Back-N (4) A sliding window protocol using go-back-n. . . .
Protocol Using Go-Back-N (5) A sliding window protocol using go-back-n. . . .
Protocol Using Go-Back-N (6) A sliding window protocol using go-back-n. . . .
Protocol Using Go-Back-N (7) A sliding window protocol using go-back-n. . . .
Protocol Using Go-Back-N (8) A sliding window protocol using go-back-n. . . .
Protocol Using Go-Back-N (9) A sliding window protocol using go-back-n.
Protocol Using Go-Back-N (10) Simulation of multiple timers in software. • The queued timeouts • The situation after the first timeout has expired.
Protocol Using Go-Back-N (11) Send window for Go-Back-N ARQ
Protocol Using Go-Back-N (12) Receive window for Go-Back-N ARQ
Protocol Using Go-Back-N (13) A Design of Go-Back-N ARQ
Protocol Using Selective Repeat (1) A sliding window protocol using selective repeat. . . .
Protocol Using Selective Repeat (2) A sliding window protocol using selective repeat. . . .
Protocol Using Selective Repeat (3) A sliding window protocol using selective repeat. . . .
Protocol Using Selective Repeat (4) A sliding window protocol using selective repeat. . . .
Protocol Using Selective Repeat (5) A sliding window protocol using selective repeat. . . .
Protocol Using Selective Repeat (6) A sliding window protocol using selective repeat. . . .
Protocol Using Selective Repeat (7) A sliding window protocol using selective repeat. . . .
Protocol Using Selective Repeat (8) A sliding window protocol using selective repeat. . . .
Protocol Using Selective Repeat (9) A sliding window protocol using selective repeat.
Protocol Using Selective Repeat (10) Send window for Selective Repeat ARQ (above) Receive window for Selective Repeat ARQ (bellow)
Protocol Using Selective Repeat (11) • Initial situation with a window of size7 • After 7 frames sent and received but not acknowledged. • Initial situation with a window size of 4. • After 4 frames sent and received but not acknowledged.
Example Data Link Protocols • Packet over SONET • ADSL (Asymmetric Digital Subscriber Loop)