Port Numbers Flashcards

(31 cards)

1
Q

What is the purpose of Port 80?

A

HTTP - Unencrypted web browsing

Port 80 is commonly used for standard web traffic.

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

What does Port 443 serve?

A

HTTPS - Encrypted web browsing

Port 443 is used for secure web traffic.

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

Which port is used for FTP data transfer?

A

Port 20

Port 20 is the data channel for FTP.

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

What is the purpose of Port 21?

A

FTP control - File transfer commands

Port 21 is used for sending commands in FTP.

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

What services does Port 22 provide?

A

SSH/SFTP - Secure remote access and file transfer

Port 22 is commonly used for secure shell access and file transfer.

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

Which port is associated with TFTP?

A

Port 69

TFTP is a simpler file transfer protocol without authentication.

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

What is the purpose of Port 25?

A

SMTP - Sending email between servers

Port 25 is primarily used for email transmission.

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

What does Port 110 do?

A

POP3 - Downloading email from server

Port 110 is used for retrieving emails.

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

What is the function of Port 143?

A

IMAP - Accessing email on server

Port 143 allows access to emails without downloading them.

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

Which port is used for encrypted email sending?

A

Port 465 - SMTPS

SMTPS uses Port 465 for secure email transmission.

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

What does Port 3389 serve?

A

RDP - Windows remote desktop

Port 3389 is used for remote desktop connections on Windows.

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

What is the purpose of Port 53?

A

DNS - Domain name resolution

Port 53 is essential for translating domain names into IP addresses.

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

What does Port 67 do in DHCP services?

A

DHCP server - Assigns IP addresses

Port 67 is used by the DHCP server to allocate IP addresses.

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

Which port is used for network time synchronization?

A

Port 123 - NTP

NTP is crucial for synchronizing clocks across devices.

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

What is the function of Port 161?

A

SNMP - Network device monitoring

Port 161 is used for monitoring network devices.

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

What is the purpose of Port 3306?

A

MySQL - MySQL database connections

Port 3306 is specifically used for MySQL database access.

17
Q

What does Port 137 serve?

A

NetBIOS Name - Windows name resolution

Port 137 is part of the NetBIOS service for name resolution.

18
Q

What is the purpose of Port 515?

A

LPD - Line printer daemon (Unix printing)

Port 515 is used for managing print jobs on Unix systems.

19
Q

What does Port 1812 provide?

A

RADIUS - Remote user authentication

Port 1812 is used for authenticating users remotely.

20
Q

Which port is used for VoIP signaling?

A

Port 5060 - SIP

Port 5060 is commonly associated with SIP for voice over IP.

21
Q

What is the purpose of Ports 0-1023?

A

Well-known ports - Reserved for system services

These ports are reserved for widely-used protocols.

22
Q

Fill in the blank: Port 22 is used for _______.

A

SSH/SFTP

This port is essential for secure remote access.

23
Q

True or False: Port 23 is secure for remote access.

A

False

Port 23 (Telnet) is unencrypted and should be avoided.

24
Q

What does Port 993 serve?

A

IMAPS - Encrypted email access

Port 993 is used for secure access to emails.

25
Which ports are commonly blocked?
* NetBIOS (137-139) * SMB (445) * Telnet (23) ## Footnote These ports are often blocked for security reasons.
26
What is the purpose of Port 636?
LDAPS - Encrypted directory queries ## Footnote Port 636 is used for secure LDAP queries.
27
What does Port 1521 provide?
Oracle - Oracle database connections ## Footnote Port 1521 is specifically used for Oracle databases.
28
What is the function of Port 5900?
VNC - Cross-platform remote desktop ## Footnote Port 5900 is used for remote desktop services across different platforms.
29
What is the purpose of Port 8080?
HTTP alternative - Web proxy servers ## Footnote Port 8080 is often used as an alternative web server port.
30
What does Port 995 serve?
POP3S - Encrypted email download ## Footnote Port 995 is used for secure retrieval of emails.
31
Which port is used for secure file transfers?
SFTP (22), FTPS (990) ## Footnote These protocols provide secure methods for file transfers.