Module H4: Transport Layer Protocol Flashcards
What is the size range for a tcp header? (Use format xxxx - xxxx)
What flag is used to acknowledge packets were received?
ack
What flag is used to immediately forward data even if more data is coming?
URG
What flag is used to terminate the connection if the sender suspects something is off?
RST
What flag is used to terminate the connection?
FIN
What is a lightweight protocol that works on top of IP?
udp
How many bytes is a UDP header?
- 4
- 2
- 16
- 8
- 1
8
What do the first four bytes of the UDP header store?
- Buffer Space
- Window Size
- Port Numbers
- MTU
- Header Length
Port Numbers
TCP supports Broadcasting.
True / False
False
TCP is _____ oriented.
- Encryption
- Connection
- Connection-less
- Port
- Protocol
Connection
UDP is ______ oriented.
- Encryption
- Connection
- Connection-less
- Port
- Protocol
Connection-less
DNS, DHCP and VoIP all employ what protocol?
- TCP
- UDP
- ICMP
- DNS
UDP
Sequencing occurs in UDP\
True / False
False
What do TCP and UDP use in order to find target applications?
- Port Numbers
- Magic
- Key Coding
- Sequence Numbers
Port Numbers
What does UDP rely on in order to perform segmentation?
application