1.4 Explain common networking ports, protocols, services, and traffic types

0.0(0)
studied byStudied by 0 people
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

FTP

File Transfer Protocol

A communications method for transferring data between computers on the Internet

tcp Port 20 (data transfer)

tcp Port 21 (command and response)

<p>File Transfer Protocol</p><p>A communications method for transferring data between computers on the Internet</p><p>tcp Port 20 (data transfer)</p><p>tcp Port 21 (command and response)</p>
2
New cards

SFTP

Secure File Transfer Protocol

A secure protocol used to transfer files from one device to another over a network uses SSH (Secure Shell)

tcp port 22

<p>Secure File Transfer Protocol</p><p>A secure protocol used to transfer files from one device to another over a network uses SSH (Secure Shell)</p><p>tcp port 22</p>
3
New cards

SSH

Secure Shell

a cryptographic network protocol that provides a secure channel over an unsecured network

Ex: can replace Telnet or FTP using SFTP

tcp port 22

4
New cards

Telnet

network protocol that enables users to remotely access and control a computer or network device via a command-line interface

heavily insecure

TCP port 23

<p>network protocol that enables users to remotely access and control a computer or network device via a command-line interface</p><p>heavily insecure</p><p>TCP port 23</p>
5
New cards

SMTP

Simple Mail Transfer Protocol

standard protocol for email transmission across the Internet.

tcp port 25

<p>Simple Mail Transfer Protocol</p><p>standard protocol for email transmission across the Internet.</p><p>tcp port 25</p>
6
New cards

DNS

Domain Name System

like the internet's phone book — it translates names like google.com into IP addresses that computers use to find each other.

TCP or UDP port 53

<p>Domain Name System</p><p>like the internet's phone book — it translates names like google.com into IP addresses that computers use to find each other.</p><p>TCP or UDP port 53</p>
7
New cards

DHCP

Dynamic Host Configuration Protocol

Dynamically assigns IP address information (for example, IP address, subnet mask, DNS server's IP address, and default gateway's IP address) to network devices.

UDP port 67/68

<p>Dynamic Host Configuration Protocol</p><p>Dynamically assigns IP address information (for example, IP address, subnet mask, DNS server's IP address, and default gateway's IP address) to network devices.</p><p>UDP port 67/68</p>
8
New cards

TFTP

Trivial File Transfer Protocol

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

UDP port 69

<p>Trivial File Transfer Protocol</p><p>simple, lock-step, file transfer protocol with no authentication, used for transferring files smaller in size.</p><p>UDP port 69</p>
9
New cards

HTTP

Hypertext Transfer Protocol

a protocol for computers to request and share the pages on the Internet

TCP port 80

<p>Hypertext Transfer Protocol</p><p>a protocol for computers to request and share the pages on the Internet</p><p>TCP port 80</p>
10
New cards

NTP

Network Time Protocol

Used to synchronize clocks of computers over a network.

UDP port 123

<p>Network Time Protocol</p><p>Used to synchronize clocks of computers over a network.</p><p>UDP port 123</p>
11
New cards

SNMP

Simple Network Management Protocol

widely used internet standard protocol for monitoring and managing network devices.

use only v3 (encrypted and secure), not v1 v2

UDP port 161/162

<p>Simple Network Management Protocol</p><p>widely used internet standard protocol for monitoring and managing network devices.</p><p>use only v3 (encrypted and secure), not v1 v2</p><p>UDP port 161/162</p>
12
New cards

LDAP

Lightweight Directory Access Protocol

a protocol for accessing and maintaining distributed directory information services over an IP network.

TCP port 389

13
New cards

HTTPS/SSL

Hypertext Transfer Protocol Secure (HTTPS) [Secure Sockets Layer (SSL)]

originally using Secure Sockets Layer (SSL), is the secure version of HTTP, used for secure communication over a computer network.

TCP port 443

14
New cards

Secure Sockets Layer

a standard security technology for establishing an encrypted link between a Web server and a browser, ensuring that all data passed between them remains private.

Not used today

15
New cards

HTTPS/TLS

TLS encrypts the communication, ensuring a secure and authenticated connection between the browser and the website

tcp port 443

16
New cards

TLS

Transport Layer Security

standard security technology for establishing an encrypted link between web servers and browsers.

replaces SSL

17
New cards

SMB

Server Message Block

network communication protocol that allows devices on the same network to share files, printers, and other resources

primarily used on Windows to share files

TCP port 445

18
New cards

Syslog

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

udp port 514

19
New cards

SMTPS

Simple Mail Transfer Protocol Secure

method for securing SMTP communications between email servers and clients.

uses an encryption layer to enhance the security of data being transferred during email communications.

TCP port 587

20
New cards

LDAPS

Lightweight Directory Access Protocol over SSL

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

TCP port 636

21
New cards

Structured Query Language (SQL) Server

SQL Server, a relational database management system (RDBMS) developed by Microsoft, uses TCP port 1433 for client connections.

TCP port 1433

22
New cards

RDP

Remote Desktop Protocol

Microsoft protocol that enables remote connections to other computers, primarily running Windows operating systems.

TCP port 3389

23
New cards

SIP

Session Initiation Protocol

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

Ex. VoIP

TCP port 5060/5061

24
New cards

ICMP

Internet Control Message Protocol

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

25
New cards

Transmission Control Protocol (TCP)

provides reliable, ordered, and error-checked delivery of a stream of packets on the internet.

<p>provides reliable, ordered, and error-checked delivery of a stream of packets on the internet.</p>
26
New cards

User Datagram Protocol (UDP)

a connectionless protocol that allows the transmission of data without establishing a prior connection between the sending and receiving hosts.

<p>a connectionless protocol that allows the transmission of data without establishing a prior connection between the sending and receiving hosts.</p>
27
New cards

GRE

Generic Routing Encapsulation

a tunneling protocol used to encapsulate various network protocols for transport over IP networks.

<p>Generic Routing Encapsulation</p><p>a tunneling protocol used to encapsulate various network protocols for transport over IP networks.</p>
28
New cards

IPSec

Internet Protocol Security

a suite of protocols that encrypt, authenticate, and ensure the integrity of IP traffic. Commonly used in VPNs.

29
New cards

AH

Authentication Header

An IPSec component that provides integrity & authentication

30
New cards

ESP

Encapsulating Security Payload

An IPSec component that provides the same services as AH but also provides encryption when sending data.

31
New cards

IKE

Internet Key Exchange

a protocol used to set up a secure, authenticated communication channel between two parties.

Ex: VPN

udp port 500

32
New cards

Unicast

a one-to-one form of communication where data is sent from one source to one specific destination identified by a unique IP address.

<p>a one-to-one form of communication where data is sent from one source to one specific destination identified by a unique IP address.</p>
33
New cards

Multicast

data is sent from one or more sources to multiple destinations simultaneously over a network

<p>data is sent from one or more sources to multiple destinations simultaneously over a network</p>
34
New cards

Anycast

data is sent to the nearest or best destination as determined by routing protocols, from among multiple potential destinations sharing the same address.

<p>data is sent to the nearest or best destination as determined by routing protocols, from among multiple potential destinations sharing the same address.</p>
35
New cards

Broadcast Dom

communication method where a message is sent from one sender to all potential receivers within a network segment.