2.1 Common Ports

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/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:34 PM on 9/3/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

22 Terms

1
New cards

udp/5004

VoIP server

2
New cards

tcp/20

FTP active data transfer, transfers files between systems in plaintext

3
New cards

tcp/21

FTP control, used for file management between systems

4
New cards

tcp/22

SSH, a connection-oriented protocol used to set up secure Telnet connections for remote logins

5
New cards

tcp/23

Telnet, a terminal emulation program that allows for remote access to text on another computer. Not secure, transmits plaintext

6
New cards

tcp/25

SMTP, server/device to server email transfer

7
New cards

udp/53

DNS, convert hostnames to IP addresses

8
New cards

udp/67, udp/68

DHCP, automatic IP assignment to network clients, 67 for server, 68 for client

9
New cards

What is DHCP reservations?

IP addresses assigned by MAC address in the DHCP server

10
New cards

Dynamic/pooled addresses

IP addresses assigned in realtime from a pool. Each device is given a lease and must renew at set intervals

11
New cards

tcp/80

HTTP, plaintext communication between web server and client to view internet content in browser

12
New cards

tcp/443

HTTPS, encrypted communication between a web server and a client to view internet content in a browser

13
New cards

tcp/110

POP3, Basic plaintext mail transfer functionality, download emails from an email server, by authenticating and transferring.

14
New cards

tcp/143

IMAP4, secure mail transfer functionality with inbox management for multiple clients. Download emails from email server thru authentication and transfer

15
New cards

What is SMB/CIFS?

Protocol used by MS Windows for file sharing and printer sharing

16
New cards

What is NetBIOS?

API for communication between devices on network, works over Layer 4 and with Layer 5 protocol TCP/IP

17
New cards

What is NetBT?

NetBIOS over TCP/IP

18
New cards

udp/137

nbname, NetBIOS name service like DNS

19
New cards

tcp/139

nbsession, NetBIOS session service, to transfer files

20
New cards

tcp/445

SMB/CIFS (NetBIOS-less), direct SMB communication over TCP for shared file access without the NetBIOS transport

21
New cards

tcp/389

LDAP, access information in a network directory, commonly used by MS AD

22
New cards

tcp/3389

RDP, remote connection to computer