Layer 7 Protocols Flashcards

(45 cards)

1
Q

Remote Desktop Protocol (RDP)

A

Allows you to remote and interact with a remote desktop/server

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

RDP port

A

TCP 3389

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

Telnet

A

Provides user a command prompt on a remote device

All communication is in clear text

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

Telnet port

A

TCP 23

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

Secure Shell (SSH)

A

Encrypted replacement for Telnet

Also known as Secure Socket shell

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

SSH port

A

TCP 22

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

Virtual Networking Computing (VNC)

A

Open source desktop sharing/remote control system

Server component of VNC is on the computer that you want to control

Client component of VNC runs on the computer you will use to make the connection

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

VNC port

A

TCP 5900
TCP 5800 for web client

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

Server Message Block (SMB)

A

Microsoft File and Print protocol

Used to access folders, drivers, and printers

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

SMB port

A

TCP 445

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

File Transfer Protocol (FTP)

A

All communication is in clear text

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

FTP ports

A

Command port = TCP 21
Data port = TCP 20

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

Secure File Transfer Protocol (SFTP)

A

Also called SSH File Transfer Protocol

Encrypts file tranfer

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

SSH port

A

TCP port 22

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

Trivial File Transfer Protocol (TFTP)

A

Simplified version of FTP

No authentication

All communication is in clear text

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

Network File System (NFS)

A

File sharing protocol for Unix/Linux

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

Hypertext Transfer Protocol (HTTP)

A

Used to carry web traffic

Transmissions are in clear text

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

HTTP port

A

TCP 80

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

Hypertext Transfer Protocol Secure (HTTPS)

A

HTTP over SSL

20
Q

HTTPS port

21
Q

Simple Mail Transfer Protocol (SMTP)

A

Mail transmission

Transmissions are in clear text

22
Q

SMTP port

22
Q

Post Office Protocol (POP3)

A

Retrieve email

Emails are downloaded locally and removed from the email server

23
Q

POP3 port

A

110
993 over SSL

24
Internet Message Access Protocol (IMAP4)
Retrieve email Messages stay on email server
24
IMAP4 port
TCP 143 993 over SSL
25
Structured Query Language (SQL)
Language used to communicate with relational database
26
SQL Server port
TCP 1433
27
SQLnet port
TCP 1521
28
MySQL port
TCP 3306
29
Who provides MSSQL?
Microsoft
30
Who provides SQLnet?
Oracle
31
Who provides MySQL?
Open source
32
Session Initiation Protocol (SIP)
Establishes, manages, and tears down VoIP calls and multimedia conferences
33
SIP port
5060 - Unencrypted 5061 - Encrypted
34
Syslog
Send system log or event messages to a server (syslog server)
35
Syslog port
TCP 514
36
Simple Network Management Protocol (SNMP)
Used to monitor and manage network-connected devices in an IP network
37
Dynamic Host Configuration Protocol (DHCP)
Automated way to assign IP address to hosts on a network
38
DHCP port
server port = UDP 67 client port = UDP 68
39
DHCP scope
Set of configurations for a particular network segment Defined by IP range and subnet mask Contains the pool of addresses that can be leased to clients
40
DHCP lease time
The length of time (in days or hours) that a client may use the IP address
41
DHCP Exclusion range
IP addresses in a subnet range that are set aside for static configuration
42
DHCP Relay
A hardware device or software program that can pass DHCP or BOOTP messages between DHCP clients and servers Necessary if the DHCP server is on a different subnet from its clients
43
DHCP scope options
Address of default gateway Domain name to be used Address of the WINS server NetBIOS node type Lease times Reservations Exclusions