Ports and Protocols 2.1

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

1/15

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.

16 Terms

1
New cards

Port

A numbered “door” on a device that tells the host where to send or receive specific types of traffic.

2
New cards

FTP (File Transfer Protocol)

Used to transfer files between a client and server; uses port 21 for control and port 20 for data.

3
New cards

SSH (Secure Shell)

Runs on port 22; allows secure remote login and encrypted communication between devices.

4
New cards

Telnet

Uses port 23; allows remote login to a device but does not encrypt communication.

5
New cards

RDP (Remote Desktop Protocol)

Runs on port 3389; lets you see a remote computer's display and use your keyboard/mouse to control it.

6
New cards

NetBIOS (Network Basic Input/Output System)

Used for local file sharing and communication; port 137 for info transfer, port 139 for establishing connections; requires unique computer names.

7
New cards

SMB (Server Message Block)

Uses port 445; allows file sharing and data transfer, commonly implemented in Windows networks via CIFS.

8
New cards

SMTP (Simple Mail Transfer Protocol)

Uses port 25; used to send email.

9
New cards

IMAP (Internet Message Access Protocol)

port 143; lets you access emails while keeping them on the server.

10
New cards

POP3 (Post Office Protocol version 3)

Uses port 110; downloads emails to local computer and removes them from the server.

11
New cards

DNS (Domain Name System)

Uses port 53; translates hostnames into IP addresses and vice versa.

12
New cards

LDAP (Lightweight Directory Access Protocol)

Uses port 389; accesses directory services like usernames, passwords, and computer accounts.

13
New cards

HTTP (HyperText Transfer Protocol)

Uses port 80; transfers web pages without encryption.

14
New cards

HTTPS (HyperText Transfer Protocol Secure)

Uses port 443; transfers web pages with TLS encryption for security.

15
New cards

SNMP (Simple Network Management Protocol)

Uses ports 161 (manager to agent) and 162 (agent to manager); used to monitor and manage network devices.

16
New cards
TLS (Transport Layer Security)

A protocol that encrypts data sent over a network, verifies the server’s identity, and ensures data integrity, making communication secure