Common Networking Ports Flashcards
What are the five encrypted ports you need to know for the Net+? What are their port numbers?
SFTP (Secure File Transfer Protocol) - tcp/22
SSH (Secure Shell) - tcp/22
HTTPS (Hypertext Transfer Protocol Secure) - tcp/443
LDAPS (Lightweight Directory Access Protocol Secure) - tcp/636
SMTPS (Simple Mail Transfer Protocol Secure) - tcp/587
Which two ports handle majority of web browsing traffic? What is their port numbers?
HTTP (Hypertext Transfer Protocol) - tcp/80
HTTPS (Hypertext Transfer Protocol Secure) - tcp/443
Which two ports are used primarily to query and modify directory services over a network? What is their port numbers?
LDAP (Lightweight Directory Access Protocol) - tcp/389
LDAPS (Lightweight Directory Access Protocol Secure) - tcp/636
Which three protocols use UDP to handle network services like domain resolution, time synchronization, and logging? What are their port numbers?
DNS (Domain Name System) - udp/53 (small queries)
NTP (Network Time Protocol) - udp/123
Syslog - udp/514
Which three protocols are used for email-related functions? What are their port numbers?
SMTP (Simple Mail Transfer Protocol) - tcp/25 (unencrypted), tcp/587 (encrypted)
IMAP (Internet Message Access Protocol) - tcp/143
SMTP (Encrypted) - tcp/587
What are the two ports used for file transfer? Describe each.
FTP (File Transfer Protocol) - tcp/20 (data), tcp/21 (control): Standard, unencrypted file transfer.
TFTP (Trivial File Transfer Protocol) - udp/69: Simplified, UDP-based file transfer for small, quick transfers.
What ports are commonly used for remote access? What protocols are associated with them?
SSH (Secure Shell) - tcp/22: Encrypted remote access for secure command-line access.
Telnet - tcp/23: Unencrypted, deprecated remote access (replaced by SSH).
RDP (Remote Desktop Protocol) - tcp/3389: Microsoft’s protocol for remote desktop control.
Which protocols are used for network management and monitoring, and what are their port numbers?
SNMP (Simple Network Management Protocol) - udp/161
SNMP Trap - udp/162
What ports and protocols are used for file and printer sharing on Windows networks?
SMB (Server Message Block) - tcp/445: Windows file and printer sharing protocol.
Which two protocols are used for voice communication over IP and database management, and what are their port numbers?
SIP (Session Initiation Protocol) - tcp/5060 (unencrypted), tcp/5061 (encrypted): Used to initiate, maintain, and terminate VoIP sessions.
SQL (Structured Query Language) - tcp/1433: Used for communication with SQL database servers.
Which protocols are UDP-based and commonly used for network services related to dynamic IP assignment, log management, and simple queries? What are their port numbers?
DHCP - udp/67 (server) and udp/68 (client): Dynamic IP addressing.
Syslog - udp/514: Logging network events.
DNS - udp/53 (small queries): Domain name resolution.
What ports are associated with log management and remote file sharing on Windows networks?
Syslog - udp/514: Protocol for logging event messages across network devices.
SMB (Server Message Block) - tcp/445: Used for file and printer sharing on Windows networks.
Which ports and protocols would you investigate if there’s an issue with time-sensitive applications like VoIP and logging network events?
SIP (Session Initiation Protocol) - tcp/5060 (unencrypted), tcp/5061 (encrypted): Manages VoIP sessions.
Syslog - udp/514: Used for logging network events.
A network admin needs to monitor devices and securely access a remote server’s command line. Which protocols and ports will they likely use?
SNMP (Simple Network Management Protocol) - udp/161 (queries) and udp/162 (traps): Device monitoring.
SSH (Secure Shell) - tcp/22: Secure remote command-line access.
Which protocols and ports are used for email-related functions, including sending, retrieving, and synchronizing emails across devices?
SMTP (Simple Mail Transfer Protocol) - tcp/25 (standard), tcp/587 (encrypted): Email sending.
IMAP (Internet Message Access Protocol) - tcp/143: Email retrieval and synchronization.