Ports and Protocols (2.1) Flashcards

1
Q

TCP

A

Transfer Control Protocol, connection-oriented, OSI Layer 4

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

UDP

A

User Datagram Protocol, connectionless, OSI Layer 4

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

FTP

A

File Transfer Protocol

tcp/20 (data), tcp/21 (control/command)

Standard communication protocol used for the transfer of computer files from a server to a client on a computer network.

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

SSH

A

Secure Shell

tcp/22

Cryptographic network protocol for operating network services securely over an unsecured network. It’s most notable applications are remote login and command-line execution.

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

Telnet

A

Short for “teletype network”

tcp/23

Client/server application protocol that provides access to virtual terminals of remote systems on local area networks (LANs) or the Internet.

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

SMTP

A

Simple Mail Transfer Protocol

tcp/25 (plain-text), tcp/587 (encrypted)

Internet standard communication protocol for electronic mail transmission. Mail servers and other message transfer agents (MTAs) use SMTP to send and receive mail messages.

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

DNS

A

Domain Name System

udp/53

Hierarchical and distributed naming system for computers, services, and other resources in the Internet or other Internet Protocol (IP) networks.

Turns “www.google.com” into “142.250.72.174”

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

DHCP

A

Dynamic Host Configuration Protocol

udp/67 (server), udp/68 (client)

Network management protocol used on Internet Protocol (IP) networks for automatically assigning IP addresses and other communication parameters to devices connected to the network using a client-server architecture.

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

HTTP

A

Hypertext Transfer Protocol

tcp/80

Application-layer (OSI Layer 7) protocol for transmitting hypermedia documents, such as HTML. Designed for communication between web browsers and web servers.

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

POP3

A

Post Office Protocol v3

tcp/110

Application-layer (OSI Layer 7) protocol used by e-mail clients to retrieve e-mail from a mail server. POP3 and IMAP are the most common protocols for email retrieval.

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

NetBIOS

A

Network Basic Input/Output System

NetBIOS Name Service: udp/137

NetBIOS Datagram Service: udp/138

NetBIOS Session Service: tcp/139

NetBIOS provides services related to the session-layer (OSI layer 5) allowing applications on separate computers to communicate over a local area network (LAN). Simply put, NetBIOS is an API providing various networking services.

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

IMAP

A

Internet Mail Access Protocol

tcp/143

Protocol used by e-mail clients to retrieve e-mail messages from a mail server.

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, udp/162 (trap)

Protocol for collecting and organizing information about managed devices on IP networks and for modifying that information to change device behavior. Devices that typically support SNMP include cable modems, routers, switches, servers, workstations, printers, and more.

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

LDAP

A

Lightweight Directory Access Protocol

tcp/389

LDAP is an open, vendor-neutral, industry standard application protocol for accessing and maintaining distributed directory information services over an IP network.

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

HTTPS

A

Hypertext Transfer Protocol Secure

tcp/443

Extension of HTTP. Uses encryption for secure communication over a computer network, and is widely used on the Internet. Encrypted using Transport Layer Security (TLS) or, formerly, Secure Socket Layer (SSL).

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

SMB/CIFS

A

Server Message Block/Common Internet File System

tcp/445

Enables file sharing, printer sharing, network browsing, and inter-process communication (through named pipes) over a computer network.

17
Q

RDP

A

Remote Desktop Protocol

tcp/3389

Proprietary protocol developed by Microsoft which provides a user with a graphical interface to connect to another computer over a network connection. The user employs RDP client software, while the other computer must run RDP server software.

18
Q

TFTP

A

Trivial File Transfer Protocol

udp/69

A less secure version of FTP, generally used in maintaining and updating systems, for configuration file transfers between systems, firmware updates on routers, etc.