11.2k views
0 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 set the ____ flag.

User Tayo
by
7.7k points

1 Answer

6 votes

Answer:

The right approach will be "PSH".

Step-by-step explanation:

  • The PSH flag seems to be an acceptable solution through TCP which always encourages the submit implementation to immediately transfer data but only whenever the buffer isn't complete.
  • The implementation helps to formulate this same flag towards true for something like the connection, as well as TCP will instantly begin transmitting the relevant information.
User Javier Delgado
by
8.1k points