Network Protocols, Ports, and Communication

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/39

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering common network ports, protocols, IPsec components, and communication methods based on the lecture transcript.

Last updated 11:11 PM on 8/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

40 Terms

1
New cards

FTP (File Transfer Protocol)

TCP 20 (active-mode data) and TCP 21 (control); used to transfer files between systems.

2
New cards

SSH (Secure Shell)

TCP 22; provides encrypted text-based console/remote access.

3
New cards

SFTP (SSH File Transfer Protocol)

TCP 22; provides secure, encrypted file transfers using SSH.

4
New cards

Telnet

TCP 23; provides remote console access but sends communication in cleartext.

5
New cards

SMTP (Simple Mail Transfer Protocol)

TCP 25; used for server-to-server email transfer and sending email.

6
New cards

SMTP with TLS

TCP 587; commonly used for encrypted SMTP email submission.

7
New cards

DNS (Domain Name System)

UDP 53; converts domain names into IP addresses. TCP 53 may be used for larger transfers.

8
New cards

DHCP (Dynamic Host Configuration Protocol)

UDP 67 and UDP 68; automatically provides IP addresses, subnet masks, and other network configuration.

9
New cards

TFTP (Trivial File Transfer Protocol)

UDP 69; provides very simple file transfers with no authentication.

10
New cards

HTTP (Hypertext Transfer Protocol)

TCP 80; used for web communication.

11
New cards

HTTPS (Hypertext Transfer Protocol Secure)

TCP 443; used for encrypted web communication using TLS.

12
New cards

NTP (Network Time Protocol)

UDP 123; synchronizes clocks between network devices.

13
New cards

SNMP (Simple Network Management Protocol)

UDP 161; gathers statistics and monitors network devices.

14
New cards

SNMP Trap

UDP 162; allows network devices to send alerts and notifications to a management system.

15
New cards

LDAP (Lightweight Directory Access Protocol)

TCP 389; stores and retrieves information from a network directory.

16
New cards

SMB (Server Message Block)

TCP 445; used primarily for Windows file and printer sharing.

17
New cards

Syslog

UDP 514; provides standardized message logging, often sending logs to a central collector.

18
New cards

LDAPS (LDAP Secure)

TCP 636; provides LDAP directory services over SSL/TLS.

19
New cards

MS-SQL (Microsoft SQL Server)

TCP 1433; used for Microsoft SQL Server database connections.

20
New cards

RDP (Remote Desktop Protocol)

TCP 3389; allows remote access to a Windows desktop or application.

21
New cards

SIP (Session Initiation Protocol)

TCP 5060 and TCP 5061; used for VoIP signaling and managing voice/video sessions.

22
New cards

ICMP (Internet Control Message Protocol)

Used by network devices to send administrative, status, and error messages; commonly used by ping.

23
New cards

GRE (Generic Routing Encapsulation)

Encapsulates traffic inside IP to create a tunnel between endpoints; GRE does not provide built-in encryption.

24
New cards

VPN (Virtual Private Network)

Provides encrypted private communication across a public network.

25
New cards

VPN Concentrator

Device that handles VPN encryption and decryption; often integrated into a firewall.

26
New cards

Site-to-Site VPN

Connects two networks together through a VPN, usually as an always-on or nearly always-on connection.

27
New cards

IPsec (Internet Protocol Security)

Provides Layer 3 security through authentication, encryption, confidentiality, integrity, and anti-replay protection.

28
New cards

IKE (Internet Key Exchange)

Used to securely negotiate encryption keys and security associations for IPsec.

29
New cards

IKE Phase I

Uses Diffie-Hellman to establish a shared secret and uses UDP 500.

30
New cards

IKE Phase II

Negotiates encryption details and inbound/outbound security associations for IPsec.

31
New cards

AH (Authentication Header)

IPsec protocol that provides authentication and integrity for packets.

32
New cards

ESP (Encapsulating Security Payload)

IPsec protocol that provides encryption and can also provide authentication and integrity.

33
New cards

AH vs ESP

AH focuses on authentication and integrity; ESP provides encryption plus authentication/integrity capabilities.

34
New cards

GRE vs VPN

GRE creates a tunnel but does not provide encryption by itself; a VPN provides encrypted private communication.

35
New cards

Unicast

One-to-one communication; one station sends information to one destination.

36
New cards

Multicast

One-to-many-of-many communication; traffic is delivered only to interested systems.

37
New cards

Anycast

One-to-one-of-many communication; the same address exists on multiple endpoints and traffic is routed to the closest endpoint.

38
New cards

Broadcast

One-to-all communication; one packet is sent to everyone within the broadcast domain.

39
New cards

IPv4 Broadcast

IPv4 supports broadcast communication.

40
New cards

IPv6 Broadcast

IPv6 does not use broadcast; multicast is used instead.