asked 162k views
2 votes
if the transmitting device would like for the receiving device to push currently buffered data to the application on the receiving end immediately, it would send the _______ flag

asked
User Oxtay
by
7.9k points

1 Answer

5 votes

Answer:

PSH flag

Step-by-step explanation:

PSH flag is TCP flag that allows for an application to send MTU packet that are still loading or buffering to th destination, by setting the PSH to true .

As the destination device receives the packet, and the TCP flag, "PSH", still set to true, the system forwards the packets immediate to the specific application.

answered
User Avrum
by
8.5k points