TCP/IP Applications Flashcards
What is the designated port for FTP in active mode?
20/21
FTP uses port 21 for passive mode.
What protocol does SSH use?
TCP
SSH provides secure remote control.
What is the designated port for Telnet?
23
Telnet is used for remote control.
What port does SMTP use for sending e-mail?
25
SMTP is the protocol for sending e-mail.
What is the designated port for DNS?
53
DNS is used for naming.
What ports does DHCP use for server and client?
67 (server), 68 (client)
DHCP assigns IP information.
What is the designated port for TFTP?
69
TFTP is used for file transfer.
What port does HTTP use?
80
HTTP is the protocol for the Web.
What is the designated port for POP3?
110
POP3 is used for e-mail retrieval.
What port does NTP/SNTP use?
123
NTP/SNTP is used for timing.
What is the designated port for IMAP4?
143
IMAP4 is used for e-mail retrieval.
What port does HTTPS use?
443
HTTPS is the secure version of HTTP.
What is the designated port for SQL Server?
1433
SQL Server typically uses TCP ports 1433, 4022, 135, 1434.
What is the designated port for Oracle Database?
1521
Oracle Database is another commonly used database server.
What is the designated port for MySQL?
3306
MySQL is a widely used database server.
True or False: DNS uses TCP for all its actions.
False
DNS uses TCP for some actions, as specified in Chapter 9.
Fill in the blank: DHCP assigns _______ information.
IP
DHCP is crucial for network configuration.
What are the main functions of FTP?
- File transfer
- Active and passive modes
FTP is essential for transferring files over the network.
What does the port number indicate in TCP/IP applications?
Designated communication endpoint
Each application has a specific port number for communication.
What range of ports is classified as well-known ports?
1-1023
True or False: Registered ports are in the range of 1024-49151.
True
Fill in the blank: Dynamic, ephemeral, or private ports are in the range of _____ to _____ .
49152 to 65535
Which type of port is primarily used for system or widely used services?
Well-known ports
What is the primary purpose of registered ports?
To allow software applications to register their services with the IANA.