Q: You are sending a very small amount of information that you need the listening program to respond to immediately. Which Transmission Control Protocol (TCP) flag will be used?
or
Q: You are transmitting a little bit of data, and you need a quick response from the listening software. Which TCP (Transmission Control Protocol) flag is going to be utilized?
- PSH
- RST
- ACK
- URG
Explanation: The PSH flag instructs the receiving end to quickly push the data to the application layer rather than buffering it. This ensures that the information is handled on time.