Data Link layer control the flow in OSI Model
Transport layer .....
Which_osi_model_layer_is_responsible_for_regulating_the_flow_of_information_from_source_to_destinationreliably_nad_accurately
Transport
It appears as though you have the two concepts reversed; if you are using flow control than you are using a reliable delivery method - these are at layer 4 of the OSI model, which is TCP for reliable delivery. TCP provides flow control. UDP would be used for speed, when you do not need reliable delivery. However, UDP does not use flow control, since there is no handshaking between transmission and reception, and it is a connectionless protocol.
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.
Application
Application
Middle layer of osi model is Transport layer functions: 1.Segmentation of data 2.connection managment 3.flow control of data 4.Error checking
Presentation Layer.
Answering "What are the advantages and disadvantages of OSI model?"
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.