Data Link layer control the flow in OSI Model
The difference between datalink layer flow control and transport layer flow control is the need to keep the different layers of data separate in the flow control option.
The transport layer provides flow control and sequencing.
Flow Control
Which_osi_model_layer_is_responsible_for_regulating_the_flow_of_information_from_source_to_destinationreliably_nad_accurately
Flow control is primarily managed at the Transport layer (Layer 4) of the OSI model. This layer ensures that data is transmitted reliably and in the correct sequence, using mechanisms like acknowledgments and windowing to manage data flow between sender and receiver. Protocols such as TCP (Transmission Control Protocol) implement these flow control techniques to prevent overwhelming the receiving device.
Transport layer
Flow control and sequencing are primarily supported at the Transport Layer (Layer 4) of the OSI model. Protocols such as Transmission Control Protocol (TCP) implement flow control mechanisms to manage data transmission rates and ensure reliable delivery of packets in the correct order. This ensures that the sender does not overwhelm the receiver and that data is received in the sequence it was sent.
It handles Error Recovery, flow control (synchronization) and seqencing (which terminals are send and which are receiving).It is Considered the "Media access control layer"and is where MAC Addressing is defined.Answer:Data Link Layer
error control and recovery flow control ppp(point to point protocol transfering from physical layer to network entities
In the OSI model, flow control is primarily managed by the Transport layer (Layer 4). This layer ensures that data is transmitted at a rate that matches the receiving device's capability to process it, preventing overflow and data loss. It employs techniques such as buffering, windowing, and acknowledgment mechanisms to regulate the flow of data between sender and receiver.
Transport
Data link layer transforms the physical layer and makes it appear error free. Data link layer is responsible for physical addressing. It has some other functions like error control, flow control and access control.