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

User Oxtay
by
3.6k 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.

User Avrum
by
3.7k points