Key IP Based Protocols Flashcards
What does TCP stand for?
Transmission Control Protocol
How many ports can TCP utilize on a per device basis?
65,536
True or False: UDP carries out sequencing to ensure segments are processed in the correct order and none are missing
False. TCP does this
What is the most reliable IP based communication protocol?
TCP
What is UDP used for?
Real time communication such as video conferencing, gaming, phone calls, etc.
True or False: UDP replies with an Ack that data was received
False. TCP does this
True or False: TCP will continue to send data until an ack is received
True
True or False: TCP is a session based protocol
True
True or False: UDP uses the 3 way handshake
False
Other than TCP and UDP, what is another IP based communication protocol?
ICMP
What is ICMP used for?
Specifically for control messages like pinging
What port does FTP use?
21
What port does SSH use?
22
What port does Telnet use?
23
What port does HTTP use?
80