Volume 2 - Chapter 5: Introduction to TCP/IP Transport and Applications Flashcards
TCP is defined in which RFC?
RFC 9293.
A socket is comprised of what 3 components
An IP address
A transport protocol
A port number
What organization is responsible for subdividing port number ranges?
The Internet Assigned Numbers Authority (IANA)
What are the 3 main ranges of ports defined by the IANA?
- Well Known (System) Ports
- User (Registered) Ports
- Ephemeral (Dynamic/Private) Ports
What is the range of Well Known (System) Ports?
0 to 1023.
What is the range of User (Registered) Ports?
1024 to 49151.
What is the range of Ephemeral (Dynamic, Private) Ports?
49152 to 65535.
Describe the difference between Well Known and User Ports.
Well Known ports have a stricter review process for assigning ports in comparison to user ports.
Describe the difference between User ports and Ephemeral ports.
Ephemeral ports are dynamically assigned an intended for temporary use for client applications.
What are the ports and transport protocol(s) used for FTP data and FTP control?
FTP Data: Port 20/TCP
FTP Control: Port 21/TCP
What is the port and transport protocol used by SSH?
Port 22/TCP.
What is the port and transport protocol used by Telnet?
Port 23/TCP.
What is the port and transport protocol used by SMTP?
Port 25/TCP
What is the port and transport protocol used by DHCP servers?
Port 67/UDP
What is the port and transport protocol used by DHCP clients?
Port 68/UDP
What is the port and transport protocol used by TFTP?
Port 69/UDP
What is the port and transport protocol used by POP3?
Port 110/TCP
What is the port and transport protocol used by SNMP?
Port 161/UDP
What is the port and transport protocol used by Syslog?
Port 514/UDP