Ports Flashcards

(41 cards)

1
Q

TCP Port 22

A

SSH – Secure Shell, used for secure logins, file transfers, and port forwarding.

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

TCP Port 23

A

Telnet – Used for remote command-line access (insecure).

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

TCP Port 25

A

SMTP – Simple Mail Transfer Protocol, used for sending emails.

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

TCP Port 53

A

DNS – Domain Name System, used for resolving domain names to IP addresses.

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

TCP Port 80

A

HTTP – Used for unencrypted web traffic.

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

TCP Port 110

A

POP3 – Post Office Protocol, used for retrieving emails.

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

TCP Port 111

A

RPC – Remote Procedure Call, used for executing commands on remote systems.

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

TCP Port 135

A

RPC – Microsoft RPC services for Windows DCOM communication.

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

TCP Port 139

A

NetBIOS – Used for Windows file and printer sharing.

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

TCP Port 143

A

IMAP – Internet Message Access Protocol, used for retrieving emails.

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

TCP Port 443

A

HTTPS – Secure HTTP for encrypted web traffic.

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

TCP Port 445

A

SMB – Server Message Block, used for file sharing on Windows networks.

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

TCP Port 993

A

IMAPS – Secure version of IMAP for encrypted email retrieval.

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

TCP Port 995

A

POP3S – Secure version of POP3 for encrypted email retrieval.

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

TCP Port 1723

A

PPTP – Point-to-Point Tunneling Protocol for VPNs.

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

TCP Port 3306

A

MySQL – Used for MySQL database connections.

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

TCP Port 3389

A

RDP – Remote Desktop Protocol for remote access to Windows systems.

18
Q

TCP Port 5900

A

VNC – Virtual Network Computing, used for remote desktop access.

19
Q

TCP Port 8080

A

HTTP Proxy – Common alternative HTTP port, often used for proxies or web servers.

20
Q

UDP Port 53

A

DNS – Domain Name System, used for resolving domain names to IP addresses.

21
Q

UDP Port 67

A

DHCP – Dynamic Host Configuration Protocol (server to client).

22
Q

UDP Port 68

A

DHCP – Dynamic Host Configuration Protocol (client to server).

23
Q

UDP Port 69

A

TFTP – Trivial File Transfer Protocol, used for simple file transfers.

24
Q

UDP Port 123

A

NTP – Network Time Protocol, used for clock synchronization.

25
UDP Port 135
RPC – Microsoft RPC services for Windows DCOM communication.
26
UDP Port 137
NetBIOS – Name service for resolving NetBIOS names to IP addresses.
27
UDP Port 138
NetBIOS – Datagram service for network communication.
28
UDP Port 139
NetBIOS – Session service for network file and printer sharing.
29
UDP Port 161
SNMP – Simple Network Management Protocol, used for network management.
30
UDP Port 162
SNMP Trap – Used for sending SNMP trap notifications.
31
UDP Port 445
SMB – Server Message Block, used for file sharing on Windows networks.
32
UDP Port 500
IKE – Internet Key Exchange for VPNs.
33
UDP Port 514
Syslog – Used for forwarding log messages.
34
UDP Port 520
RIP – Routing Information Protocol, used for routing updates.
35
UDP Port 631
IPP – Internet Printing Protocol, used for network printing.
36
UDP Port 1434
Microsoft SQL Server – Used for SQL Server browser service.
37
UDP Port 1900
UPnP – Universal Plug and Play, used for device discovery.
38
UDP Port 4500
IKE NAT-T – Internet Key Exchange for VPN NAT traversal.
39
TCP Port 21
FTP – File Transfer Protocol, used for transferring files between a client and a server (control connection).
40
What are registered ports?
Ports ranging from 1024 to 49151 and assigned by IANA for specific services or applications. They are commonly used by software vendors for proprietary applications.
41
What are known ports?
Known ports, also called well-known ports, range from 0 to 1023 and are reserved by IANA for core network services and protocols, such as HTTP (80), FTP (21), and SSH (22).