Protocols & Ports Flashcards

1
Q

SSH

A

Secure Shell
TCP Port 22

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

DNS

A

Domain Name System

TCP/UDP Port 53

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

SMTP

A

Simple Mail Transfer Protocol
TCP Port 25

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

SFTP

A

Secure (SSH) File Transfer Protocol

TCP Port 22 (see SSH)

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

FTP

A

File Transfer Protocol
TCP
Port 20 (data), 21 (command/control)

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

TFTP

A

Trivial File Transfer Protocol
UDP Port 69

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

Telnet

A

TELetype NETwork

TCP Port 23

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

DHCP

A

Dynamic Host Configuration Protocol

UDP Ports 67, 68

DORA (Discover, Offer, Request, Acknowledge)

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

HTTP

A

Hypertext Transfer Protocol

TCP port 80

(HTTP/3 uses QUIC, a transport protocol on top of UDP)

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

HTTPS

A

Hypertext Transfer Protocol Secure

TCP port 443

(HTTP/3 uses QUIC, a transport protocol on top of UDP)

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

SNMP

A

Simple Network Message Protocol

UDP Port 161 (162 TRAP)

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

RDP

A

Remote Desktop Protocol (Microsoft Terminal Server)

TCP/UDP port 3389

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

NTP

A

Network Time Protocol

UDP port 123

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

SIP

A

Session Initiation Protocol

TCP/UDP port 5060 (5061 over TLS)

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

SMB

A

(Microsoft Directory Services) Active Directory, Windows shares, file sharing, Server Message Block

TCP port 445

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

POP(v3)

A

Post Office Protocol

TCP port 110

17
Q

IMAP

A

Internet Message Access Protocol

TCP port 143

18
Q

LDAP

A

Lightweight Directory Access Protocol

TCP port 389

19
Q

LDAPS

A

Lightweight Directory Access Protocol over TLS/SSL

TCP port 636

20
Q

H.323

A

Defines protocols on A/V communication on a packet network.

TCP port 1720

21
Q

Syslog

A

UDP port 514

22
Q

IMAPS

A

Internet Message Access Protocol over TLS/SSL

TCP port 993

23
Q

POP3S

A

Post Office Protocol v3 over TLS/SSL

24
Q

SQL Server

A

TCP/UDP port 1433

25
Q

MySQL

A

My Structured Query Language

TCP port 3306