1.1 Ports & Protocols - COMPTIA NETWORK+

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/32

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.

33 Terms

1
New cards

SSH (Secure Shell)

A cryptographic network protocol used for secure data communication, remote command-line login, and other secure network services over an unsecured network.

2
New cards

SSH port

Port 22, the default port used for SSH connections.

3
New cards

SFTP (SSH file transfer protocol)

An extension of SSH that provides secure file transfer capabilities, allowing for the secure exchange of files over a network.

4
New cards

SFTP port

Port 22, the default port used for SFTP connections.

5
New cards

HTTPS

Hypertext Transfer Protocol Secure, used for secure communication over a computer network, primarily the Internet.

6
New cards

HTTPS port

Port 443, the default port used for HTTPS connections.

7
New cards

SMTP (simple mail transfer protocol)

A protocol for sending email messages between servers. It is used to transfer messages from a mail client to a mail server or between servers.

8
New cards

SMTP port

Port 25, the default port used for sending email messages via SMTP.

9
New cards

SMTP when encrypted with TLS port number

is referred to as SMTPS, typically using port 465 or 587 for secure email transmission.

10
New cards

POP3 (post office protocol v 3)

A protocol used by email clients to retrieve emails from a mail server. It allows users to download messages to their local device for offline access.

11
New cards

POP encrypted with TLS port

is typically using port 995 for secure email retrieval.

12
New cards

IMAP when encrypted with SSL port number

is referred to as IMAPS, typically using port 993 for secure email access.

13
New cards

secure version of LDAP port number

is typically using port 636 for secure directory access.

14
New cards

FTP (file transfer protocol)

a standard network protocol used for transferring files from one host to another over a TCP-based network such as the Internet.

15
New cards

FTP port numbers

the default ports are 21 for command and 20 for data transfer.

16
New cards

TFTP (trivial file transfer protocol)

is a simpler version of FTP that uses only UDP for file transfers, commonly operating on port 69.

17
New cards

telnet

a protocol used for insecure remote login to network devices and servers, allowing users to communicate with devices over a TCP/IP network, typically operating on port 23.

18
New cards

DHCP

is a protocol used to automatically assign IP addresses and other network configuration parameters to devices on a network, operating typically on port 67 for servers and port 68 for clients.

19
New cards

HTTP

is an application layer protocol used for transmitting hypertext over the internet, typically operating on port 80.

20
New cards

DNS

is a protocol used for translating domain names into IP addresses, allowing users to access websites using human-readable addresses instead of numeric IP addresses, typically operating on port 53.

21
New cards

SNMP

is a protocol used for network management and monitoring, allowing administrators to manage and monitor network devices. It typically operates on port 161 for general communication and port 162 for traps.

22
New cards

RDP (remote desktop protocol)

is a protocol used to enable remote access to a computer's desktop interface, allowing users to connect and control another computer over a network. It typically operates on port 3389.

23
New cards

NTP (network time protocol)

is a protocol used to synchronize the clocks of computers over a network, ensuring accurate timekeeping across devices. It typically operates on port 123.

24
New cards

SIP (session initiation protocol)

is a protocol used for initiating, managing, and terminating real-time communication sessions such as voice and video calls over IP networks. It typically operates on port 5060 for unencrypted traffic and port 5061 for encrypted traffic.

25
New cards

SMB (server message block)

is a network file sharing protocol used for providing shared access to files, printers, and serial ports among nodes on a network. It typically operates on ports 445

26
New cards

SMTP

is a protocol used for sending emails over the internet, allowing the transfer of messages between mail servers. It typically operates on port 25.

27
New cards

pop3

is an Internet standard protocol used by email clients to retrieve emails from a remote server. It typically operates on port 110 for unencrypted traffic and port 995 for encrypted traffic.

28
New cards

IMAP

is a protocol used by email clients to access and manage emails on a remote server. It allows for more advanced features compared to POP3, such as the ability to organize and modify emails while maintaining them on the server. used in conjunction with ports 143 for unencrypted access and 993 for encrypted access.

29
New cards

LDAP

is a protocol used for accessing and maintaining distributed directory information services over a network. It commonly operates on port 389 for unencrypted traffic and port 636 for encrypted traffic.

30
New cards

Syslog

is a standard for message logging in network devices and servers, allowing for centralized logging and management of log messages. It typically operates on port 514 for sending logs over UDP.

31
New cards

Microsoft SQL server

port 1433

32
New cards

SQLnet (oracle)

port 1521

33
New cards

MySQL

port 3306