2.1: Networking

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

TCP and UDP

Used to move data across IP networks; operates at OSI Layer 4 and supports multiplexing to allow many applications to communicate at once.

2
New cards

TCP (Transmission Control Protocol)

A connection-oriented protocol that ensures reliable delivery, error recovery, message ordering, and flow control.

3
New cards

UDP (User Datagram Protocol)

A connectionless protocol that offers unreliable delivery, no error recovery, and no flow control.

4
New cards

UDP

Protocol best suited for real-time communication like DHCP or TFTP, where speed is more important than reliability.

5
New cards

TCP Communication

Connection-oriented protocols like HTTPS and SSH that provide delivery confirmation and manage frame order.

6
New cards

FTP (File Transfer Protocol)

Supports authentication and file operations.

7
New cards

FTP Port(s)

TCP 20 (data) and TCP 21 (control)

8
New cards

SSH

Encrypted remote command-line access

9
New cards

SSH Port(s)

TCP 22

10
New cards

Telnet

Unencrypted remote command-line access

11
New cards

Telnet Port(s)

TCP 23

12
New cards

SMTP (Simple Mail Transfer Protocol)

A protocol used for sending emails across networks.

13
New cards

SMTP Port(s)

TCP 25

14
New cards

DNS (Domain Name System)

A hierarchical system that translates domain names into IP addresses, allowing users to access websites using human-readable addresses.

15
New cards

DNS Port(s)

UDP 53 and TCP 53

16
New cards

DHCP (Dynamic Host Configuration Protocol)

A network management protocol used to automatically assign IP addresses and other network configuration settings to devices on a network.

17
New cards

DHCP Port(s)

UDP 67 and UDP 68

18
New cards

HTTP (Hyper-Text Transfer Protocol)

A protocol used for transmitting hypertext via the internet, allowing web browsers and servers to communicate.

19
New cards

HTTP Port(s)

UDP 80

20
New cards

HTTPS (Hyper-Text Transfer Protocol Secure)

A secure version of HTTP that uses encryption to protect the communication between web browsers and servers.

21
New cards

HTTPS Port(s)

TCP 443

22
New cards

POP3 (Post Office Protocol version 3)

A protocol used by email clients to retrieve emails from a mail server. It allows users to download messages to their local devices while keeping the emails stored on the server.

23
New cards

POP3 Port(s)

TCP 110

24
New cards

IMAP (Internet Message Access Protocol version 4)

Email retrieval protocol supporting multi-device sync.

25
New cards

IMAP Port(s)

TCP 143

26
New cards

SMB (Server Message Block)

Windows protocol for file/printer sharing

27
New cards

SMB Port(s)

TCP 445 (direct), UDP 137/TCP 139 (NetBIOS)

28
New cards

SNMP (Simple Network Management Protocol)

Protocol for monitoring network devices

29
New cards

SNMP Port(s)

UDP 161 (queries) and UDP 162 (alerts)

30
New cards

LDAP (Lightweight Directory Access Protocol)

Access and manage directory services

31
New cards

LDAP Port(s)

TCP 389

32
New cards

RDP (Remote Desktop Protocol)

Remotely access desktops and applications

33
New cards

RDP Port(s)

TCP 3389