Common Network Ports 2.1 - PM Flashcards

1
Q

What does your device need to know when it connects to a service running on a server?

A

the port number of the service

(where will traffic be directed to to reach that service)

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

What are well-known port numbers?

A

the standard/common port number our client uses that all services tend to use for that particular service

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

What does FTP stand for?

A

File Transfer Protocol

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

What are the port numbers for FTP?

A

tcp/20 (active mode data)
tcp/21 (control)

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

What does FTP do?

A

Transfers files between systems and list, add, delete files etc

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

What does SSH stand for?

A

Secure Shell

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

What is the port number for SSH?

A

tcp/22

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

In SSH, what is the “shell” referring to?

A

the text-based front end to the OS (window with command line looking text)

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

What does Telnet stand for?

A

Telecommunication Network

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

What is Telnet’s port number?

A

tcp/23

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

What is Telnet used for?

A

To log into (legacy) devices remotely and use its console (can operate the OS with text)

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

What does SMTP stand for?

A

Simple Mail Transfer Protocol

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

What is the port number for SMTP?

A

tcp/25

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

What is SMTP used for?

A

To send mail between mail servers, and also for clients to send email to a mail server

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

What does DNS stand for?

A

Domain Name System

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

What does DNS do?

A

converts a domain name to an IP address

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

What port number does DNS operate on?

A

udp/53

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

What does DHCP do?

A

automatically assigns IP addresses and other IP configuration (subnet mask, default gateway) settings to our local machines

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

What ports does DHCP operate on?

A

udp/67
udp/68

20
Q

What does DHCP require?

A

a DHCP server (he says DNS server in the video though)

-server
-appliance
-integrated into SOHO router
etc

21
Q

Where does DHCP get the IP addresses to assign to your devices?

A

It has a large pool of IP addresses available to hand out

22
Q

Are assigned IP addresses permanent?

A

No they’re leased for a certain time and can be renewed UNLESS using DHCP reservations for permanent IP addresses for a device

23
Q

What are HTTP and HTTPS used for?

A

for web browser communication with web servers

24
Q

What does HTTP stand for?

A

HyperText Transfer Protocol

25
What ports do HTTP and HTTPS use?
HTTP tcp/80 HTTPS tcp/443
26
What does POP3 and IMAP stand for?
POP3 - Post Office Protocol version 3 IMAP - Internet Message Access Protocol v4
27
What is POP3 and IMAP used for?
to receive emails from an email server (authenticate, transfer)
28
What ports does POP3 and IMAP use?
POP3 - tcp/110 IMAP - tcp/143
29
What's the difference between POP3 and IMAP?
POP3 doesn't allow us to synchronize emails and changes across devices
30
What does SMB stand for?
Server Message Block
31
What is SMB used for?
file sharing, printer sharing
32
What is SMB also called?
CIFS (Common Internet File System)
33
SMB protocol is used by what OS?
Microsoft Windows
34
What ports would NetBIOS name services lookup and session service (transfer) use?
name services udp/137 session services transfer tc/139
35
What port does the current SMB NetBIOS-less protocol use? (what is used today)
tcp/445
36
What does SNMP stand for?
Simple Network Management Protocol
37
What is SNMP used for?
Monitors infrastructure devices; sets up traps; queries devices to receive responses
38
What ports does SNMP use for queries and traps?
queries - udp/161 traps - udp/162
39
What version of SNMP is for older devices?
Version 1
40
Which version of SNMP is encrypted and uses authentication?
Version 3
41
What are SNMP traps?
when you configure devices to actively inform you of any problems or changes
42
What is LDAP used for?
used to store and retrieve information in a org's network directory (like Active Directory)
43
What port number does LDAP use?
tcp/389
44
What is RDP used for?
to share a desktop or application from a remote location
45
What port does RDP use?
tcp/3389
46
What clients can use RDP?
clients using macOS, Android, Linux, etc can connect to a Windows comptuer