Which flags, if any, are set in the TCP segments that carry typed characters as payload? Explain the meaning of these flags.

What will be an ideal response?


PSH|ACK There are six flags in TCP segment.
? URG - urgent point is valid. If set, the following bytes contain an urgent message in the range (SegNo <= urgent message <= SeqNo + urgent pointer).
? ACK – acknowledgement number is valid.
? PSH – notification from sender to receiver that the receiver should clear its buffer by sending all data it has to the application. Normally set by sender when the sender’s buffer is empty.
? RST – causes the receiver to reset the connection. Receiver of a RST terminates the connection and indicates higher layer application about the reset.
? SYN – synchronize sequence numbers sent in the first packet when initiating a connection.
? FIN – used for closing a connection when sender is finished. Both sides of a connection must send a FIN.

Computer Science & Information Technology

You might also like to view...

What are the advantages of the HSB color model?

What will be an ideal response?

Computer Science & Information Technology

A SmartArt graphic is a(n) ________ representation of your information and ideas

Fill in the blank(s) with correct word

Computer Science & Information Technology

COGNITIVE ASSESSMENT You work in a medical lab that requires high-quality dye-sublimation printers. What type of printer do you use?

A. laser B. plotter C. impact D. thermal

Computer Science & Information Technology

OleDbDataReader class includes a number of typed accessor method members (i.e GetChar( ), GetString( ), GetDecimal( ))..

Answer the following statement true (T) or false (F)

Computer Science & Information Technology