Untitled Deck Flashcards

(28 cards)

1
Q

FTP

A

Full Name: File Transfer Protocol

Port(s): 20 (Data), 21 (Control)

Function: Transfers files between a client and server.

Note: Unencrypted (cleartext); sends login credentials in plain text.

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

SSH

A

Full Name: Secure Shell

Port(s): 22

Function: Cryptographic network protocol for operating network services securely over an unsecured network. Used for secure remote login and SFTP.

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

SFTP

A

Full Name: Secure File Transfer Protocol (SSH File Transfer Protocol)

Port(s): 22

Function: Provides file access, transfer, and management over an encrypted SSH tunnel.

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

Telnet

A

Full Name: Telecommunication Network

Port(s): 23

Function: Early remote login protocol used to manage devices locally.

Note: Sends all data, including passwords, in plain text (insecure).

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

SMTP

A

Full Name: Simple Mail Transfer Protocol

Port(s): 25

Function: Standard protocol for sending emails across the internet.

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

DNS

A

Full Name: Domain Name System

Port(s): 53

Function: Translates human-readable domain names (like www.google.com) into IP addresses. Uses UDP for standard queries and TCP for large transfers (like zone transfers).

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

DHCP

A

Full Name: Dynamic Host Configuration Protocol

Port(s): 67 (Server), 68 (Client)

Function: Automates the assignment of IP addresses, subnet masks, gateways, and other network parameters.

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

TFTP

A

Full Name: Trivial File Transfer Protocol

Port(s): 69

Function: A simplified version of FTP with no authentication or directory browsing. Used for booting diskless workstations or transferring configuration files.

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

HTTP

A

Full Name: Hypertext Transfer Protocol

Port(s): 80

Function: Foundation of data communication for the World Wide Web. Sends data in plain text.

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

POP3

A

Full Name: Post Office Protocol version 3

Port(s): 110

Function: Retrieving emails from a server. Downloads emails to the local client and (typically) deletes them from the server.

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

NTP

A

Full Name: Network Time Protocol

Port(s): 123

Function: Synchronizes clocks of computer systems over a network. Critical for log management and authentication security.

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

IMAP

A

Full Name: Internet Message Access Protocol

Port(s): 143

Function: Retrieving emails from a server. Keeps emails on the server, allowing synchronization across multiple devices.

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

SNMP

A

Full Name: Simple Network Management Protocol

Port(s): 161 (Agents/Polling), 162 (Traps)

Function: Collects and organizes information about managed devices (routers, switches) on IP networks.

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

LDAP

A

Full Name: Lightweight Directory Access Protocol

Port(s): 389

Function: Accessing and maintaining distributed directory information services (like Microsoft Active Directory) over an IP network.

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

HTTPS

A

Full Name: Hypertext Transfer Protocol Secure

Port(s): 443

Function: Secure version of HTTP. Encrypts communication using SSL/TLS to protect sensitive data.

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

SMB

A

Full Name: Server Message Block

Port(s): 445

Function: Network file sharing protocol used (primarily by Windows) to read/write files and request services from server programs.

17
Q

Syslog

A

Full Name: System Logging Protocol

Port(s): 514

Function: Standard for sending log messages (event notification) to a central logging server.

18
Q

LDAPS

A

Full Name: LDAP Secure

Port(s): 636

Function: Secure version of LDAP encrypted with SSL/TLS.

19
Q

IMAPS

A

Full Name: IMAP Secure

Port(s): 993

Function: Secure email retrieval using SSL/TLS encryption.

20
Q

POP3S

A

Full Name: POP3 Secure

Port(s): 995

Function: Secure email retrieval using SSL/TLS encryption.

21
Q

SQL Server

A

Full Name: Structured Query Language Server (Microsoft)

Port(s): 1433

Function: Protocol used by Microsoft SQL database servers to manage queries.

22
Q

MySQL

A

Full Name: MySQL Database

Port(s): 3306

Function: Protocol used by MySQL database servers.

23
Q

RDP

A

Full Name: Remote Desktop Protocol

Port(s): 3389

Function: Proprietary Microsoft protocol that provides a user with a graphical interface to connect to another computer over a network connection.

24
Q

SIP

A

Full Name: Session Initiation Protocol

Port(s): 5060 (Unencrypted), 5061 (Encrypted/TLS)

Function: Signaling protocol used for initiating, maintaining, and terminating real-time sessions like Voice over IP (VoIP) and video.

25
TCP
Full Name: Transmission Control Protocol OSI Layer: Layer 4 (Transport) Type: Connection-oriented Key Features: Reliable; uses a 3-way handshake (SYN, SYN-ACK, ACK); provides error checking, sequencing, and flow control.
26
UDP
Full Name: User Datagram Protocol OSI Layer: Layer 4 (Transport) Type: Connectionless Key Features: Unreliable ("fire and forget"); no handshake; low overhead; used for real-time apps like streaming and VoIP where speed is prioritized over perfect accuracy.
27
ICMP
Full Name: Internet Control Message Protocol OSI Layer: Layer 3 (Network) Function: Used for diagnostics and error reporting. Does not carry application data. Used by utilities like Ping and Traceroute.
28
IP (IPv4/IPv6)
Full Name: Internet Protocol OSI Layer: Layer 3 (Network) Function: Responsible for addressing and routing packets between networks. IPv4 uses 32-bit addresses; IPv6 uses 128-bit addresses.