Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Flow control is used by the sender to limit their sending rate to what the receiver is capable of receiving. A receiver does not have

Flow controlis used by the sender to limit their sending rate to what the receiver is capable of receiving. A receiver does not have unlimited buffer space to store segments waiting for the application to read them. As shown in the picture below, datagrams come in from the network and are stored in the buffer until delivered to the application. If the application reads at a slower rate than the datagrams arrive, this buffer will begin to fill. Once it is full, the datagrams will have to be dropped.

image

Clearly there is no point in the sender sending more data than the receiver has space to store. But how can the sender know how much buffer space the receiver has?

It's also important to note that both ends of a TCP connection can send data. For example a web server can return web pages over a connection, but the client can also send data through a POST over the same connection. So the client needs to know how much data the server is able to receive and the server needs to know how much data the client can receive.

Look carefully at the header fields in the TCP segments sent while transmitting the alice.txt file.

What header field is used by the sender of a segment to tell the other end how much buffer space it has left?



 http://gaia.cs.umass.edu/wireshark-labs/alice.txt

imageimage

IP datagrams (currently) unused buffer space TCP data application (in buffer) process

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Design Implementation and Management

Authors: Carlos Coronel, Steven Morris

11th edition

9781305323230, 1285196147, 1305323238, 978-1285196145

More Books

Students also viewed these Computer Network questions

Question

How can assertiveness help you cope with anger? Critical T hinking

Answered: 1 week ago

Question

Explain all drawbacks of application procedure.

Answered: 1 week ago