TCP Features Flashcards
Name this TCP feature:
Syn-Syn/Ack-Ack; Fin-Ack-Fin-Ack
Connection oriented
In TCP, sequence numbers are used for
ordered delivery
In TCP, acknowledgement ensures
reliable service
In TCP, window and rate control maintains
flow and congestion control
In TCP, ports allow
multiplexing
TCP lets us use
segmentation
Does UDP keep track of the state of communication?
No, it’s a stateless protocol
With UDP, reliability is handled by the
application
Live video and voice are only perfect for UDP if the data is
delivered quick and can tolerate some data loss
What are pieces of communication in UDP called?
Datagrams
What is an advantage of UDP?
It has low overhead (8 bytes)
Datagrams are sent as best-effort by the ________ layer protocol
transport
Which is better here: UDP or TCP?
This application depends on the network for congestion and flow control
TCP
Which is better here: UDP or TCP?
This is a file transfer application that requires zero data loss, and no misordering
TCP
Which is better here: UDP or TCP?
This is a short session, transactional application such as DNS and DHCP where the app can recover from packet loss
UDP