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?
8
What do the first four bytes of the UDP header store?
Port Numbers
TCP supports Broadcasting.
True / False
False
TCP is _____ oriented.
Connection
UDP is ______ oriented.
Connection-less
DNS, DHCP and VoIP all employ what protocol?
UDP
Sequencing occurs in UDP\
True / False
False
What do TCP and UDP use in order to find target applications?
Port Numbers
What does UDP rely on in order to perform segmentation?
application
What is assigned by the host to each TCP packet?
Sequence Number
What are the primary information units on the internet?
Datagrams
What is the range of well known port numbers? (Use format: xxx - xxx)
0-1023
Which layer does the transport layer receive packets from?
Network
A network IP address and a port address together are considered what?
Socket
When chunks of data are gathered and attached to header information in order to create segments, what is this process called?
Multiplexing
When a received packet is directed to the proper IP address and port, what is this process called?
demultiplexing
What is it called when many packets are sent without first waiting for an acknowledgement?
Pipelining
What flag is used to signal the data needs to be immediately sent?
PSH