advance Ports Flashcards

1
Q

What is the purpose of FTP?

A

Allow users to move files between computers, auth with username and pass

FTP stands for File Transfer Protocol

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

What port is used for FTP control channel?

A

tcp/21

This is the port for control commands in FTP

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

What does SFTP stand for?

A

Secure File Transfer Protocol

SFTP operates over SSH and provides an encrypted communication link

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

What port is used for SFTP?

A

tcp/22

SFTP uses the same port as SSH

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

What is Telnet primarily used for?

A

Login to devices remotely, console access

Telnet allows remote access to network devices

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

What port does Telnet use?

A

tcp/23

Telnet operates over TCP

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

What is SMTP used for?

A

Server to server email transfer, send mail from a device to a mail server

SMTP stands for Simple Mail Transfer Protocol

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

What port does SMTP use?

A

tcp/25

This port is used for sending emails

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

What is the function of DNS?

A

Translate Domain name into IP address

DNS stands for Domain Name System

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

What port is used by DNS?

A

udp/53

DNS queries use UDP

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

What does DHCP stand for?

A

Dynamic Host Configuration Protocol

DHCP automatically configures IP addresses and other network settings

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

What ports are used by DHCP?

A

67, 68

DHCP uses both ports for different functions

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

What is TFTP?

A

simple, lightweight protocol used for transferring files between network devices

TFTP is often used to transfer the initial boot files

TFTP stands for Trivial File Transfer Protocol

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

What port does TFTP use?

A

69

TFTP operates over UDP

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

What is HTTP used for?

A

Allows users to communicate and exchange data on the internet

HTTP stands for Hypertext Transfer Protocol

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

What port does HTTP use?

A

80

This is the standard port for HTTP traffic

17
Q

What is POP3?

A

Allows email clients to download emails from a mail server

POP3 stands for Post Office Protocol Version 3

18
Q

What port does POP3 use?

A

110

This port is used for retrieving emails

19
Q

What is SMB with NetBios used for?

A

Sharing files, printers and other resources across a network

SMB stands for Server Message Block

20
Q

What ports are used by SMB with NetBios?

A

udp/137, tcp/139

UDP is used for device discovery, TCP for session establishment

21
Q

What is the difference between SMB and SMB with NetBios?

A

Direct SMB communication over TCP without NetBios transport

SMB uses tcp/445 for direct communication

22
Q

What port does SMB use?

A

tcp/445

This port allows direct SMB communication

23
Q

What does IMAP stand for?

A

Internet Message Access Protocol

IMAP allows users to retrieve emails from a mail server

24
Q

What port does IMAP use?

A

143

IMAP is used for accessing email on the server

25
What is SNMP used for?
For managing and monitoring devices on IP network ## Footnote SNMP stands for Simple Network Management Protocol
26
What ports are used by SNMP?
udp/161, udp/162 ## Footnote Port 161 is for queries, port 162 is for traps
27
What does LDAP stand for?
Lightweight Directory Access Protocol ## Footnote LDAP is used to store and retrieve information in a network directory
28
What port does LDAP use?
tcp/389 ## Footnote This port is used for accessing directory services
29
What is HTTPS?
Encrypted version of HTTP ## Footnote HTTPS stands for Hypertext Transfer Protocol Secure
30
What port does HTTPS use?
443 ## Footnote This port is used for secure web traffic
31
What is RDP?
Microsoft developed protocol that allows users to remotely control another computer ## Footnote RDP stands for Remote Desktop Protocol
32
What port does RDP use?
tcp/3389 ## Footnote This port is used for remote desktop connections
33
What does VoIP stand for?
Voice over Internet Protocol ## Footnote VoIP allows users to make phone calls using the internet
34
What port is commonly used for VoIP?
5004 ## Footnote This port is used for VoIP communications