Network+ Protocols & Ports

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

1/19

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.

20 Terms

1
New cards

FTP tcp/20 & tcp/21

Transfers file between systems

2
New cards

SFTP tcp/22

  • Generic file transfer with security

  • An extension of SSH to provide a secure method for transferring files

3
New cards

SSH tcp/22

Encrypted communication link

4
New cards

Telnet tcp/23

Transmits data in plaintext. Uses clear-text transmission (no encryption)

  • Insecure

  • Uses a client/server model

5
New cards

SMTP tcp/25

Standard protocol for email transmission across the internet

6
New cards

DNS tcp/53 & udp/53

Converts domain names to IP addresses

7
New cards

DHCP udp/67 & udp/68

Network management protocol that automatically assigns IP addressing information without manual configuration

  • One for client server

  • One for the client

8
New cards

TFTP udp/69

Simple, lock-step, file transfer protocol with no authentication, used for transferring files smaller in size

  • Typically used for transferring boot files or configurations to devices in a local network, such as routers and switches

  • Generally used in controlled environments due to its simplicity and lack of features

9
New cards

HTTP tcp/80

Communication for the web browser

  • A stateless protocol, meaning each command is executed independently, without any knowledge of the commands that came before it

  • Provides a standard for web browsers and servers to communicate

10
New cards

HTTPS tcp/443

A secured version used for web communication. Encrypts data between a client and a web server using:

  • TLS (modern standard, improved, and much more secured than SSL)

  • SSL (older standard)

11
New cards

NTP udp/123

Used to synchronize the clocks of computers over a network

  • Provides high precision time correction to networked device

12
New cards

SNMP udp/161 & udp/162

Used for managing devices on IP networks

  • Enables network admins to manage network performance, find and solve network problems, and plan for network growth

13
New cards

LDAP tcp/389 & udp/389

Protocol for accessing and maintaining distributed directory information services over an IP network

  • Used for querying and modifying items in directory service databases like Microsoft Active Directory, OpenLDAP, and other directory services that follow the X.500 standard

  • Provides a mechanism for connecting to, searching, and modifying internet directories

14
New cards

SMD tcp/445

Used for network file sharing, allowing computers to read and write files and request services from server programs in a computer network

  • Used primarily by Windows systems for file sharing, network browsing, printing services, and inter-process communication

15
New cards

Syslog udp/514

Command is used to configure and manage system logging, which collects and stores log messages from network devices

  • Sends log messages to a centralized syslog server for monitoring and analysis

  • Helps in troubleshooting network issues, identifying security threats, and ensuring compliance by providing a detailed record of system events

16
New cards

SMTPS (Secure SMTP) tcp/587

A protocol for securing communications between email servers and clients

  • Uses an encryption layer to enhance the security of data being transferred during email communications

17
New cards

LDAPS (Secure LDAP) tcp/636

Providing a secure method of accessing and maintaining distributed directory information services over an IP network

  • Encrypts traffic using SSL

  • Ensure confidentiality and integrity

18
New cards

SQL Server tcp/1433

A relational database management system (RDBMS) used to store, query, and manage structured data

19
New cards

RDP tcp/3389

Microsoft protocol that enables remote connections to other computers, primarily running Windows OS

  • Widely used for remote administration, remote work, and IT support, offering encrypted and secure access to remote desktops and applications

20
New cards

SIP tcp/udp 5060/5061

A signaling protocol used for initiating, maintaining, modifying, and terminating real-time sessions that involve video, voice, messaging, and other communications applications and services