2.1 Ports and Protocols Flashcards

1
Q

What are the three categories of port numbers?

A

Well-Known (0-1023), Registered (1024-49151), Dynamic/Private (49152-65535).

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

What is the purpose of inbound ports?

A

To listen for incoming connections (e.g., Web Server on Port 80).

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

What is the purpose of outbound ports?

A

They open dynamically when a device initiates a connection.

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

What port does FTP use for file transfers?

A

Port 20 (data) and Port 21 (control).

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

What secure protocol replaces FTP?

A

SFTP (SSH File Transfer Protocol) on Port 22.

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

What port does SMB (Windows file sharing) use?

A

Port 445.

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

What protocol and port are used for remote desktop access?

A

RDP (Remote Desktop Protocol) on Port 3389.

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

What protocol allows insecure remote access and should be avoided?

A

Telnet on Port 23.

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

What protocol provides secure remote shell access?

A

SSH on Port 22.

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

What port is used for sending emails via SMTP?

A

Port 25.

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

What port does POP3 use to retrieve emails?

A

Port 110.

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

What protocol allows email synchronization across multiple devices?

A

IMAP on Port 143.

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

What is the difference between HTTP and HTTPS?

A

HTTP (Port 80) is unencrypted, while HTTPS (Port 443) is encrypted with SSL/TLS.

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

What protocol and port resolve domain names to IP addresses?

A

DNS on Port 53.

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

What ports does DHCP use to assign IP addresses?

A

Port 67 (server) and Port 68 (client).

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

What protocol is used to monitor and manage network devices?

A

SNMP (Simple Network Management Protocol) on Ports 161 and 162.

17
Q

What port is used for LDAP (Lightweight Directory Access Protocol)?

A

Port 389.

18
Q

What port is used for secure LDAP (LDAPS)?

A

Port 636.

19
Q

What protocol provides secure authentication in a network?

A

Kerberos on Port 88.

20
Q

What is the purpose of a firewall in relation to ports?

A

To allow or block specific ports based on security needs.