what does a sequence number do?

In TCP, what does a sequence number do?

In TCP, what does a sequence number do?

A.
Guarantees message delivery

B.
Disassembles and re-assembles packets

C.
Functions as a fault code indicator

D.
Is used in multiplexing

Explanation:
Sequence numbers are populated within packets as a way of ensuring that
the message is delivered to the appropriate destination and is from the appropriate
sender.



Leave a Reply 9

Your email address will not be published. Required fields are marked *

two + 15 =


John Gleason

John Gleason

A sequence number does not “Guarantee delivery”. It does assist in ensuring the appropriate sequence of packets within a conversation.

Jeff Janies

Jeff Janies

I agree with John.

Don

Don

Ans A – TCP support packet sequencing – ensuring your every packet sent accross the wire are received.Unlike UDP in that does not acknowledge delivery of data.

networkmanagers

networkmanagers

I agree with the answer. A

lemonlee

lemonlee

IP -> Packet;
TCP -> Segment

Abs

Abs

TCP Sequence Numbers (Byte Offset 4-7) are, in part, used to reassemble packets back into original order for presentation to the recipient.—–A

Abs

Abs

MY Bad —–B

dre

dre

This is B. Sequence numbers don’t GUARANTEE delivery. Rather, they help disassemble and reassemble packets in case you get them out of order, or in case some are dropped and you need to wait for retransmission.

bright

bright

dre you have answered the question by yourself which is A. B/cos everything you typed up there mean safe delivery