Ports and Protocols Flashcards
What is FTP and its port numbers?
FTP (File Transfer Protocol) is used to transfer files between a client and server. It uses ports 20 and 21.
What is SSH and its port number?
SSH (Secure Shell) is used for secure remote login and other secure network services. It uses port 22.
What is SFTP and its port number?
SFTP (Secure File Transfer Protocol) is a secure version of FTP, using SSH for encryption. It uses port 22.
What is Telnet and its port number?
Telnet is used for remote login sessions, allowing a user to control a device over a network. It uses port 23.
What is SMTP and its port number?
SMTP (Simple Mail Transfer Protocol) is used to send emails. It uses port 25.
What is DNS and its port number?
DNS (Domain Name System) translates domain names to IP addresses. It uses port 53.
What is DHCP and its port numbers?
DHCP (Dynamic Host Configuration Protocol) assigns IP addresses to devices on a network. It uses ports 67 and 68.
What is TFTP and its port number?
TFTP (Trivial File Transfer Protocol) is a simple, unsecured file transfer protocol. It uses port 69.
What is HTTP and its port number?
HTTP (Hypertext Transfer Protocol) is used for transferring web pages on the internet. It uses port 80.
What is POP3 and its port number?
POP3 (Post Office Protocol v3) is used to retrieve emails from a server. It uses port 110.
What is NTP and its port number?
NTP (Network Time Protocol) is used to synchronize clocks on network devices. It uses port 123.
What is IMAP and its port number?
IMAP (Internet Message Access Protocol) is used to retrieve and manage emails from a server. It uses port 143.
What is SNMP and its port numbers?
SNMP (Simple Network Management Protocol) is used for network management and monitoring. It uses ports 161 and 162.
What is LDAP and its port number?
LDAP (Lightweight Directory Access Protocol) is used to access and manage directory information. It uses port 389.
What is HTTPS and its port number?
HTTPS (Hypertext Transfer Protocol Secure) is a secure version of HTTP, using SSL/TLS for encryption. It uses port 443.
What is SMB and its port number?
SMB (Server Message Block) is used for providing shared access to files and printers. It uses port 445.
What is Syslog and its port number?
Syslog is used for logging system messages. It uses port 514.
What is SMTP TLS and its port number?
SMTP TLS is SMTP with Transport Layer Security, providing encrypted email transmission. It uses port 587
What is LDAPS and its port number?
LDAPS (Lightweight Directory Access Protocol over SSL) is a secure version of LDAP. It uses port 636.
What is IMAP over SSL and its port number?
IMAP over SSL is a secure version of IMAP. It uses port 993.
What is POP3 over SSL and its port number?
POP3 over SSL is a secure version of POP3. It uses port 995.
What is SQL Server and its port number?
SQL Server is a relational database management system. It uses port 1433.
What is SQLnet and its port number?
SQLnet is used for Oracle databases to communicate over a network. It uses port 1521.
What is MySQL and its port number?
MySQL is an open-source relational database management system. It uses port 3306
What is RDP and its port number?
RDP (Remote Desktop Protocol) is used for remote desktop access. It uses port 3389.
What is SIP and its port numbers?
SIP (Session Initiation Protocol) is used for initiating, maintaining, and terminating real-time sessions like VoIP. It uses ports 5060 and 5061
ICMP
Used for network diagnostics, such as ping
TCP
Connection-oriented protocol providing reliable data transfer.
UDP
Connectionless protocol providing faster, but less reliable, data transfer.
GRE
Encapsulation protocol used for creating point-to-point links.
IPSec
Suite of protocols for securing IP communications.
AH/ESP
Part of IPSec, providing authentication and encryption for secure communications
What is the difference between connectionless and connection-oriented protocols?
-Connectionless protocols (e.g., UDP): Send data without establishing a connection, faster but less reliable.
-Connection-oriented protocols (e.g., TCP): Establish a connection before sending data, ensuring reliable delivery.