C1 - 2.1 - Compare and contrast Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) ports, protocols, and their purposes.

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

1/25

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.

26 Terms

1
New cards

TCP

Transport Control Protocol

2
New cards

UDP

User Datagram Protocol

3
New cards

When should you use TCP connections?

Use TCP when reliable and accurate data delivery is crucial, like with file transfers, emails, and web browsing.

4
New cards

When should you use UDP connections?

Use UDP when speed and low latency are crucial, even if some data loss is acceptable ie Video Streaming.

5
New cards

What uses TCP port 20 (data) and 21 (control)

FTP

6
New cards

TCP Port 20

FTP data. File transfer protocol. Frequently called 'data'. Carries the actual files being uploaded or downloaded.

7
New cards

TCP Port 21

FTP. Frequently called 'control'. Establishes connections and receives responses.

8
New cards

TCP port 22 is used for ___ service

SSH

9
New cards

Port 23 (TCP/UDP)

Telnet - Unencrypted method to remotely administer network devices (should not be used)

10
New cards

Port 25, Used for email routing between mail servers

Simple Mail Transfer Protocol (SMTP)

11
New cards

Port 80 (TCP)

Hypertext Transfer Protocol (HTTP)

12
New cards

Port 110 is the well-known port used by:

POP3

13
New cards

Port 389 TCP/UDP

Lightweight Directory Access Protocol (LDAP)

14
New cards

Port 443 (TCP)

HTTPS (Hyper Text Transfer Protocol Secure)

15
New cards

Port 445 is used by: (Select 2 answers)

Server Message Block (SMB)
Common Internet File System (CIFS)

16
New cards

Port 3389, Provides a user with a graphical interface to connect to another computer over a network connection

Remote Desktop Protocol (RDP)

17
New cards

Domain Name System (DNS)

translates domain names into IP addresses

18
New cards

Port 53 (TCP/UDP)

DNS

19
New cards

Port 67

DHCP server. Offers and gives ip addresses.

20
New cards

Port 68

DHCP Client. Asks for and accepts IP addresses from DHCP servers.

21
New cards

Port 137-139

NetBIOS name resolution , Netbios Datagram distribution , and Netbios Session Services.

22
New cards

Port 143 (TCP)

IMAP (Internet Message Access Protocol).

23
New cards

IMAP (Internet Message Access Protocol)

TCP/UDP 143

24
New cards

Port 161

Simple Network Management Protocol (SNMP)

25
New cards

What does port 161 do through SNMP

sends commands

26
New cards

What does port 162 do through SNMP

receives traps