You are on page 1of 2

1.

Go back N with ARQ implementation

2. Selective retransmission with ARQ implementation


3. What are the differences of ARQ protocol would you expect between datalink layer and
transport layer implementations?

Data link layer Transport layer

• Error control works at the packet or • Error control works at the message
stream level. level
• Packets are not ordered during • Packets are ordered during
transmission. transmission.

• If any error identified in packets, it • If any error identified during packet


does not ask for retransmission and it transmission it will ask re transmission
will discard the frame.
• Does not check the errors during • It will check the errors during
transmission. transmission.
• Go Back N is used to detect and • Uses variant of Go back N ARQ is used
control the error in this layer. for reliable transmission over internet
protocol.

You might also like