Networking Chapter 24 Flashcards
UDP and TCP are two protocols at the ___________ layer.
transport
A port number is _______ bits long.
16
Which of the following does UDP provide? A) Flow control B) Connection-oriented delivery C) Error control D) None of the choices are correct
None of the choices are correct
The source port number on the UDP user datagram header defines _______.
the process running on the sending computer
To use the services of UDP, we need ________ socket addresses.
two
UDP packets are called __________.
user datagrams
UDP packets have a fixed-size header of _______ bytes.
8
TCP is a __________protocol.
byte-oriented
TCP groups a number of bytes together into a packet called a ___________.
segment
TCP is a(n) ___________ protocol.
connection-oriented
TCP is a(n) _______ transport protocol.
reliable
TCP uses _________________ to check the safe and sound arrival of data.
an acknowledgment mechanism
The bytes of data being transferred in each connection are numbered by TCP. The numbering starts with a __________________.
randomly generated number
In TCP, the sequence number for each segment is the number of the _______ byte (virtual byte) carried in that segment.
first
Communication in TCP is ___________.
full-duplex