69.6k views
5 votes
List the field in the tcp header that are missing from udp header

1 Answer

0 votes

Answer:

Sequence number, acknowledgement number, data offset, res, flags, window size, checksum, urgent pointer, options.

Step-by-step explanation:

Check out the picture for details. "Missing" is not really the right term, since UDP has a different purpose than TCP. TCP needs these headers to form a connection oriented protocol, whereas UDP is a fire-and-forget type of packet transfer.

List the field in the tcp header that are missing from udp header-example-1
User Jon Wood
by
7.4k points