2.1 Common Network Ports Flashcards

1
Q

TCP 20

A

File Transfer Protocol: data transfer

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

TCP 21

A

File Transfer Protocol: control port (establishes connection)

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

TCP 22

A

SSH - Secure Shell: used to connect a remote device through terminal or command line. Encrypted

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

TCP 23

A

Telnet - Telecommunication Network Protocol: login to devices remotely, unencrypted

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

TCP 25

A

SMTP - Simple Mail Transfer Protocol: server to server email transfer
Outgoing mail server

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

UDP 53

A

DNS - Domain Name System: converts names to IP addresses

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

UDP 67 & 68

A

DHCP - Dynamic Host Configuration Pool: automated configuration of IP address, subnet mask and other settings.
67 for DHCP server to receive client requests
68 for DHCP client to send requests

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

TCP 80

A

HTTP - Hypertext Transfer Protocol: data communication in web browser and other applications

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

TCP 443

A

HTTPS: Hypertext Transfer Protocol Secure: web server communication with encryption

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

TCP 110

A

POP3 - Post Office Protocol v3: used by email clients to receive emails from a mail server.
Basic mail transfer

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

TCP 143

A

IMAP - Internet Message Access Protocol v4: used by email clients to receive emails.
More advanced email management.
Synchronization across numerous devices
ex. iPhone, iPad, and MacBook all accessing the same inbox

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

UDP 137

A

NetBIOS Name Service: name registration, find devices in LAN using the registered name

SMB using NetBIOS

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

UDP 138

A

NetBIOS Datagram Service

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

UDP 139

A

NetBIOS Session Service: setup session and transfer data between devices

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

TCP 445

A

SMB - Server Message Block: used for file sharing, printer sharing, and miscellaneous communications between devices on a network. Modern versions of Windows do not use NetBIOS

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

UDP 161 & 162

A

SNMP - Simple Network Management Protocol: used to query devices to check for performance or any types of errors.
161: SNMP manager to agent
162: SNMP agent to manager

17
Q

TCP 389

A

LDAP - Lightweight Directory Access Protocol: store and retrieve info in a network directory

18
Q

TCP 3389

A

RDP - Remote Desktop Protocol: share a desktop from a remote location

19
Q

TCP vs UDP

A

TCP: connection based
- more reliable but slower
- retransmission of lost packets
UDP: connection-less
- prioritizes speed
- common for video streaming

20
Q

FTP (File Transfer Protocol)

A

TCP 20 and 21

21
Q

SSH (Secure Shell)

A

TCP 22

22
Q

Telnet

A

TCP 23

23
Q

SMTP (Simple Mail Transfer Protocol)

A

TCP 25

24
Q

DNS (Domain Name Server)

A

UDP 53

25
Q

DHCP (Dynamic Host Configuration Protocol):
For server receiving client requests

A

UDP 67

26
Q

DHCP (Dynamic Host Configuration Protocol):
For client sending requests

A

UDP 68

27
Q

HTTP (HyperText Transfer Protocol)

A

TCP 80

28
Q

HTTPS (HyperText Transfer Protocol Secure)

A

TCP 443

29
Q

POP3 (Post Office Protocol v3)

A

TCP 110

30
Q

IMAP (Internet Message Access Protocol)

A

TCP 143

31
Q

NetBIOS

A

UDP 137, 138, 139

32
Q

SMB (Server Message Block)

A

TCP 445

33
Q

SNMP (Simple Network Management Protocol):
Manager to agent

A

UDP 161

34
Q

SNMP (Simple Network Management Protocol):
Agent to managers

A

UDP 162

35
Q

LDAP (Lightweight Directory Access Protocol)

A

TCP 389

36
Q

RDP (Remote Desktop Protocol)

A

TCP 3389

37
Q

TFTP

A

Trivial File Transfer Protocol
Uses UDP 69 port