Cisco Chapter 9 Flashcards
The pieces of communication in UDP are called?
datagrams
These datagrams are sent as best-effort by the transport layer protocol. UDP has a low overhead of ….. bytes.
8
Conversation Multiplexing
segmenting the data into smaller chunks enables many different communications, from many different users, to be interleaved (multiplexed) on the same network.
UTP
Fast low overhead not need for acknowledgement does not resend data deliver data as it arives
TCP
reliable
does need acknowledgement data
resends data
deliver data in sequence order
Source Port (16 bits) and Destination Port (16 bits) - Used to identify the application.
Sequence number (32 bits) - Used for data reassembly purposes.
Acknowledgment number (32 bits) - Indicates data has been received and the next byte expected from the source.
Header length (4 bits) - Known as ʺdata offsetʺ. Indicates the length of the TCP segment header.
Reserved (6 bits) - This field is reserved for the future.
Control bits (6 bits) - Includes bit codes, or flags, which indicate the purpose and function of the TCP segment.
Window size (16 bits) - Indicates the number of bytes that can be accepted at one time.
Checksum (16 bits) - Used for error checking of the segment header and data.
Urgent (16 bits) - Indicates if data is urgent.
.