Common Networking Ports Flashcards

1
Q

What are the five encrypted ports you need to know for the Net+? What are their port numbers?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which two ports handle majority of web browsing traffic? What is their port numbers?

A

HTTP (Hypertext Transfer Protocol) - tcp/80
HTTPS (Hypertext Transfer Protocol Secure) - tcp/443

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which two ports are used primarily to query and modify directory services over a network? What is their port numbers?

A

LDAP (Lightweight Directory Access Protocol) - tcp/389
LDAPS (Lightweight Directory Access Protocol Secure) - tcp/636

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which three protocols use UDP to handle network services like domain resolution, time synchronization, and logging? What are their port numbers?

A

DNS (Domain Name System) - udp/53 (small queries)
NTP (Network Time Protocol) - udp/123
Syslog - udp/514

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which three protocols are used for email-related functions? What are their port numbers?

A

SMTP (Simple Mail Transfer Protocol) - tcp/25 (unencrypted), tcp/587 (encrypted)
IMAP (Internet Message Access Protocol) - tcp/143
SMTP (Encrypted) - tcp/587

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the two ports used for file transfer? Describe each.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What ports are commonly used for remote access? What protocols are associated with them?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which protocols are used for network management and monitoring, and what are their port numbers?

A

SNMP (Simple Network Management Protocol) - udp/161
SNMP Trap - udp/162

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What ports and protocols are used for file and printer sharing on Windows networks?

A

SMB (Server Message Block) - tcp/445: Windows file and printer sharing protocol.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which two protocols are used for voice communication over IP and database management, and what are their port numbers?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What ports are associated with log management and remote file sharing on Windows networks?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which ports and protocols would you investigate if there’s an issue with time-sensitive applications like VoIP and logging network events?

A

SIP (Session Initiation Protocol) - tcp/5060 (unencrypted), tcp/5061 (encrypted): Manages VoIP sessions.
Syslog - udp/514: Used for logging network events.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A network admin needs to monitor devices and securely access a remote server’s command line. Which protocols and ports will they likely use?

A

SNMP (Simple Network Management Protocol) - udp/161 (queries) and udp/162 (traps): Device monitoring.
SSH (Secure Shell) - tcp/22: Secure remote command-line access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which protocols and ports are used for email-related functions, including sending, retrieving, and synchronizing emails across devices?

A

SMTP (Simple Mail Transfer Protocol) - tcp/25 (standard), tcp/587 (encrypted): Email sending.
IMAP (Internet Message Access Protocol) - tcp/143: Email retrieval and synchronization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

If there’s an issue with user logins and group permissions not syncing properly across a network, which protocols and ports are likely involved?

A

LDAP - tcp/389: Standard directory services.
LDAPS - tcp/636: Secure directory services.

17
Q

Which ports and protocols are relevant for remote access, both secure and unsecure?

A

SSH (Secure Shell) - tcp/22: Secure remote access.
Telnet - tcp/23: Unencrypted remote access.
RDP (Remote Desktop Protocol) - tcp/3389: Secure remote desktop access.

18
Q

If a network administrator needs to monitor device performance and receive alerts about critical issues, which protocols and ports should they configure?

A

SNMP (Simple Network Management Protocol) - udp/161 for device polling and udp/162 for SNMP traps: Used for device monitoring and receiving alerts.

19
Q

What protocols and ports would a system administrator enable if they need secure web access and secure file transfers across the network?

A

HTTPS (Hypertext Transfer Protocol Secure) - tcp/443: Provides secure web access.
SFTP (Secure File Transfer Protocol) - tcp/22: Encrypted file transfers over SSH.

20
Q

A network has unsecured access points but needs to secure remote shell access and remote desktop connections. Which ports and protocols will you implement to ensure secure access?

A

SSH (Secure Shell) - tcp/22: Provides encrypted command-line access remotely.
RDP (Remote Desktop Protocol) - tcp/3389: Secure remote desktop access for Windows.

21
Q

If an organization needs to support both encrypted and unencrypted email protocols, which ports and protocols should they configure?

A

SMTP - tcp/25 for unencrypted, tcp/587 for encrypted: Used to send emails.
IMAP (Internet Message Access Protocol) - tcp/143 for unencrypted, tcp/993 for encrypted: Used for retrieving and syncing emails across devices.