ports Flashcards

1
Q

Telnet

A

TCP/23
- login to devices remotely
- console access

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

SSH

A

Secure Shell
TCP/22
- Encrypted communication link

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

DNS

A

Domain Name System
UDP/53
- Larger transfers may use TCP/53

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

SMTP

A

Simple Mail Transfer Protocol
TCP/25 (SMTP using plaintext)
TCP/587 (SMTP using TLS encryption)

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

POP3

A

Post office Protocol version 3
TCP/110 (plaintext)
TCP/995 (POP over TLS)
- basic mail transfer functionality

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

IMAP4

A

Internet Message Access Protocol v4
TCP/143 (paintext)
TCP/993 (IMAP over TLS)
- includes management of email inbox from multiple clients

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

SFTP

A

Secure Shell 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
8
Q

FTP

A

File Transfer Protocol
TCP/20 (active mode) actually transfering the file
TCP/21 (control) tells the system which file to send
- Transfers files between systems
- Authenticates with a username and password
- full-featured functionality (lists, add, deletes, etc.)

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

TFTP

A

Trivial File Transfer Protocol
UDP/69
- Very simple file transfer application
- No authentication

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

DHCP

A

Dynamic Host Configuration Protocol
UDP/67
UDP/68
- Requires a DHCP server
- Automated configuration of IP address, subnet mask and other options

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

HTTP

A

Hypertext Transfer Protocol
TCP/80
- Communication in the browser and other applications

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

HTTPS

A

Hypertext Transfer Protocol Secure
TCP/443
-Web server communication with encryption

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

SNMP

A

Simple Network Management Protocol
UDP/161
- Gather statistics from network devices
- SNMP traps: Alerts and notification from the network devices UDP/162

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

Syslog

A

UDP/514
- Standard for message logging
- instead of going to each device on the network 1 by 1 and checking for alerts. This allows us to check 1 central repository where each device sends their logs

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

RDP

A

Remote Desktop Protocol
TCP 3389
- Share a desktop from a remote location

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

NTP

A

Network Time Protocol
UDP/123
- Switches, Routers, Firewalls, Servers, Workstations
- Every device has its own clock

17
Q

SIP

A

Sessions Initiation Protocol
TCP/5060
TCP/5061
- Voice over IP (VoIP) signaling
- Setup and manage VoIP sessions: Call, Ring, hang up

18
Q

SMB

A

Server Message Block
TCP/445
- Protocol used by Microsoft Windows
- File sharing, printer sharing
- Also called CIFS (Common Internet File System)

19
Q

LDAP/LDAPS

A

Lightweight Directory Access Protocol
TCP/389
- Store and retrieve information in a network directory

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

20
Q

Microsoft SQL Server

A

Microsoft Structured Query Language)
TCP/1433

21
Q

Oracle SQL *Net

A

TCP/1521
- Also called Oracle Net or Net8

22
Q

MYSQL

A

TCP/3306
- free and open-source database
- Ultimately acquired by Oracle