Networking - Internetworking - Discussion

Discussion Forum : Internetworking - Internetworking (Q.No. 13)
13.
Acknowledgments, sequencing, and flow control are characteristics of which OSI layer?
Layer 2
Layer 3
Layer 4
Layer 7
Answer: Option
Explanation:
A reliable Transport layer connection uses acknowledgments to make sure all data is transmitted and received reliably. A reliable connection is defined by a virtual circuit that uses acknowledgments, sequencing, and flow control, which are characteristics of the Transport layer (layer 4).
Discussion:
7 comments Page 1 of 1.

Ravi said:   1 decade ago
Even these responsibilities are carried by data-link layer (layer 2).

Sonal said:   1 decade ago
These functions are performed at data link layer. So why the answer is layer 4? please explain.

Sumit said:   1 decade ago
I think, this is the responsibility of data link layer.

Transport layer not always acknowledges the data (e.g. in UDP protocol).

Sheetal said:   9 years ago
These functions are performed by the datalink layer.

Shekhar Joshi said:   9 years ago
This answer is wrong because all these operations are performed by Data Link layer.

If it is correct then explain how it is right.

DALSI said:   7 years ago
Flow control maintained by data link layer.

Lucky said:   7 years ago
TCP (Transmission Control Protocol):

-> Ensure data arrives at the receiver end,
-> Ensure the data is in order,
-> Control speed at which data is sent (congestion control algorithm).

So, TCP Done Acknowledgments, sequencing, and flow control.

And TCP is present at the Transport Layer. Not at the DLL (Data Link Layer).

Therefore, The Answer is correct.

Post your comments here:

Your comments will be displayed after verification.