Protocols and Ports

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/34

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

35 Terms

1
New cards

Secure Shell (SSH)

Encrypted remote login protocol, typically on TCP port 22.

2
New cards

Secure File Transfer Protocol (SFTP)

File transfer protocol that runs over SSH (port TCP/22), providing secure transfers.

3
New cards

Telnet

Remote terminal protocol that transmits in plaintext; insecure and largely deprecated.

4
New cards

Simple Mail Transfer Protocol (SMTP)

Protocol for sending email between servers; TCP port 25 (plaintext) and 587 (TLS encryption).

5
New cards

Domain Name System (DNS)

Translates domain names into IP addresses; typically uses UDP port 53 (TCP for zone transfers).

6
New cards

Dynamic Host Configuration Protocol (DHCP)

Assigns IP addresses and network settings automatically to devices; uses UDP ports 67/68.

7
New cards

DHCP Reservation

A DHCP feature that ensures a device always receives the same IP address.

8
New cards

Dynamic DHCP

Standard DHCP operation where Ips are leased temporarily from a pool.

9
New cards

Trivial File Transfer Protocol (TFTP)

Simplified, unsecured file transfer protocol using UDP port 69.

10
New cards

Hypertext Transfer Protocol (HTTP)

Protocol for transferring web pages and content; TCP port 80.

11
New cards

Hypertext Transfer Protocol Secure (HTTPS)

Encrypted version of HTTP, using TLS/SSL; TCP port 443.

12
New cards

Network Time Protocol (NTP)

Protocol for synchronizing clocks across systems; UDP port 123.

13
New cards

Simple Network Management Protocol (SNMP)

Used for managing and monitoring devices on a network; UDP ports 161/162.

14
New cards

Lightweight Directory Access Protocol (LDAP)

Protocol for accessing and managing directory services; TCP/UDP port 389.

15
New cards

Lightweight Directory Access Protocol Secure (LDAPS)

Encrypted LDAP using SSL/TLS; TCP port 636.

16
New cards

Server Message Block (SMB)

Protocol for sharing files, printers, and other resources on Windows networks; TCP port 445.

17
New cards

Syslog

Standard for logging system and network messages; typically UDP port 514.

18
New cards

Microsoft SQL Server

Database server protocol; commonly TCP port 1433.

19
New cards

Remote Desktop Protocol (RDP)

Protocol for remote graphical access to Windows desktops; TCP port 3389.

20
New cards

Session Initiation Protocol (SIP)

Protocol for initiating, managing, and ending VoIP calls and multimedia sessions; TCP ports 5060/5061

21
New cards

Internet Control Message Protocol (ICMP)

Protocol used for network diagnostics and error reporting (e.g., ping, traceroute).

22
New cards

Generic Routing Encapsulation (GRE)

A tunneling protocol that encapsulates packets for transport across networks, often used with VPNs.

23
New cards

VPN Concentrator

A dedicated device that manages and secures VPN connections for multiple users.

24
New cards

Site-to-Site VPN

A VPN that securely connects entire networks (e.g., branch office) over the internet.

25
New cards

Internet Protocol Security (IPSec)

A suite of protocols that secures IP communications using encryption and authentication.

26
New cards

Authentication Header (AH)

An IPSec component that provides authentication and integrity, but not encryption.

27
New cards

Encapsulation Security Payload (ESP)

An IPSec component that provides authentication, integrity, and encryption of data.

28
New cards

Transport Mode

IPSec mode that encrypts only the payload of an IP packet, leaving the header intact.

29
New cards

Tunnel Mode

IPSec mode that encrypts the entire IP packet and adds a new header for routing.

30
New cards

Internet Key Exchange (IKE)

Protocol used in IPSec to establish secure keys and negotiate security associations.

31
New cards

Unicast

One-to-one communication between a single sender and a single receiver.

32
New cards

Multicast

One-t0-many communication where data is routed to the nearest device in a group.

33
New cards

Anycast

One-to-one-of-many communication where data is routed to the nearest device in a group.

34
New cards

Broadcast

One-to-all communication where data is sent to every device in a network segment.

35
New cards

802.11

IEEE standard for wireless LAN networking (Wi-Fi).