1.1 – Explain the purposes and uses of ports and protocols. Flashcards

1
Q

SSH - 22

A

Secure Shell - Encrypted communication link - tcp/22 - Looks and acts the same as Telnet

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

DNS - 53

A

Domain name system - Converts names to IP addresses - udp/53 - These are very critical resources - Usually multiple DNS servers are in production

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

SMTP 25

A

Simple mail transfer protocol - Server to server email transfer - tcp/25 - also used to send mail from a device to a mail server - Commonly configured on mobile devices and email clients - Other protocols are used for clients to receive email, IMAP, POP3

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

SFTP 22

A

Secure FTP - Uses the SSH file transfer protocol - tcp/22 - provides file system functionality - Resuming interrupted transfers, directory listings, remote file removal

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

FTP 20, 21

A

File transfer protocols - tcp/20 (active mode data), tcp21/ (control) - Transfers files between systems - Authenticates with a username and password - Full-featured functionality (list, add, delete, etc.)

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

TFTP 69

A

Trivial file transfer protocol - udp 69 - Very simple file transfer application - Reads file and writes file - No authentication - Not used on production systems

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

Telnet 23

A

Telecommunication network - tcp/23 - Login to devices remotely - Console access - In-the-clear communication - Not the best choice for productions systems

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

DHCP 67, 68

A

Dynamic Host Configuration Protocol - Automated configuration of IP address, subnet mask and other options - udp/67, udp/68 - Requires a DHCP server - Dynamic / pooled: IP addresses are assigned in real-time from a pool - Each system is given a lease - Must renew at set intervals - Reserved: Addresses are assigned by MAC address - Quickly manage addresses from one location

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

HTTP 80, HTTPS 443

A

Hypertext Transfer Protocol - Communication in the browser - And by other applications - In the clear or encrypted - Supported by nearly all web servers and clients

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

SNMP 161

A

Simple Network Management Protocol - Gather statistics from network devices - udp/161 - v1 – The original: Structured tables, in-the-clear - v2 – A good step ahead: Data type enhancements, bulk transfers - Still in-the-clear - v3 – The new standard: Message integrity, authentication, encryption

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

RDP 3389

A

Remote Desktop Protocol - Share a desktop from a remote location over tcp/3389 - Remote Desktop Services on many Windows versions - Can connect to an entire desktop or just an application - Clients for Windows, MacOS, Linux, iPhone, and others

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

NTP 123

A

Network Time Protocol - Switches, routers, firewalls, servers, workstations - Every device has its own clock - udp/123 - Synchronizing the clocks becomes critical - Log files, authentication information, outage details - Automatic updates - No flashing 12:00 lights - Flexible - You control how clocks are updated - Very accurate - Accuracy is better than 1 millisecond

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

SIP 5060, 5061

A

Session Initiation Protocol - Voice over IP (VoIP) signaling - tcp/5060 and tcp/5061 - Setup and manage VoIP sessions - Call, ring, hang up - Extend voice communication - Video conferencing, instant messaging, file transfer, etc.

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

SMB 445

A

Server Message Block - Protocol used by Microsoft Windows - File sharing, printer sharing - Also called CIFS (Common Internet File System) - Direct over tcp/445 (NetBIOS-less) - Direct SMB communication over TCP without the NetBIOS transport

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

POP3 110

A

Post office Protocol version 3 - Receive emails from an email server - tcp/110 - Authenticate and transfer - Basic mail transfer functionality

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

IMAP 143

A

Internet Message Access Protocol v4 - Receive emails from an email server - tcp/143 - Authenticate and transfer - Manage email inbox from multiple clients

17
Q

LDAP 389

A

(Lightweight Directory Access Protocol) - tcp/389 - Store and retrieve information in a network directory

18
Q

LDAPS 636

A

(LDAP Secure) - tcp/636 - A non-standard implementation of LDAP over SSL

19
Q

H.323 1720

A

Voice over IP (VoIP) signaling - tcp/1720 - ITU Telecommunication H.32x protocol series - Setup and manage VoIP sessions - Call, ring, hang up - One of the earliest VoIP standards - Still in use today