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/23

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.

24 Terms

1
New cards

Port

Different path or road that data can travel down to get to different places.

2
New cards

TCP (Transmission Control Protocol)

Secure, reliable connection

Makes sure that the data gets to where it needs to be

3
New cards

UDP (User Datagram Protocol)

Connectionless.

Not guaranteed that the data is going to make it.

4
New cards

Connectionless Protocols

"I start talking. I don't even check if Bob's on the other end"

Ex. DHCP and TFTP

5
New cards

Connection-oriented protocols

Verifying that the other person is on the other end. Asking if they're getting the message. If not, then you'll resend the message. Finally, "Ok. Talk to you later. BYE."

Ex. HTTPS and SSH

6
New cards

TCP VS UDP

TCP: Puts the puzzle together to verify that all the pieces are there. Then, packs it up neatly and sends. If anything is missing, I will send you a new one.

UDP: Chucks puzzle pieces at you. I don't care if you get them all or if any are missing.

7
New cards

Why would someone want to use UDP over TCP?

Since UDP isn't checking to make sure that everything is okay like TCP, it's faster. You want UDP when the speed of communication is more important than reliability.

Ex. voice and video

8
New cards

FTP (File Transfer Protocol)

Port 20/21
Upload and download files

9
New cards

Secure Shell (SSH)

Port 22.

Secure Remote access to another computer over the command line.

10
New cards

Telnet

Port 23.

Unsecure remote connection to a computer over the command line

11
New cards

RDP vs Telnet and SSH

RDP: I see what's on your computer screen

Telnet and SSH: Command line

12
New cards

SMTP (Simple Mail Transfer Protocol)

Port 25
Send email

13
New cards

DNS (Domain Name System)

Port 53

Assigns IP address to Domain names

14
New cards

DHCP (Dynamic Host Configuration Protocol)

Port 67/68

Assigns IP addresses to computers

15
New cards

HTTP (Hypertext Transfer Protocol)

Port 80

Unsecure websites

16
New cards

POP3 (Post Office Protocol version 3)

Port 110

Receives email

17
New cards

NetBIOS (Network Basic Input/Output System)

Port 137/139

Legacy. Allows communication between computers and devices within a network

18
New cards

IMAP (Internet Message Access Protocol)

Port 143

Receives email

19
New cards

SNMP (Simple Network Management Protocol)

Port 161/162

Managing network devices in one (centralized) place

20
New cards

LDAP (Lightweight Directory Access Protocol)

Port 389

Get user info from directory

21
New cards

HTTPS (Hypertext Transfer Protocol Secure)

Port 443

Secure websites

22
New cards

SMB (Server Message Block)

Port 445

File and printer sharing on a network.

23
New cards

RDP (Remote Desktop Protocol)

Port 3389

In Windows

Secure remote access to computer via "screensharing"

24
New cards

TFTP (Trivial File Transfer Protocol)

Used by network devices to obtain a configuration file