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

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 23

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

24 Terms

1

Port

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

New cards
2

TCP (Transmission Control Protocol)

Secure, reliable connection

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

New cards
3

UDP (User Datagram Protocol)

Connectionless.

Not guaranteed that the data is going to make it.

New cards
4

Connectionless Protocols

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

Ex. DHCP and TFTP

New cards
5

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

New cards
6

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.

New cards
7

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

New cards
8

FTP (File Transfer Protocol)

Port 20/21
Upload and download files

New cards
9

Secure Shell (SSH)

Port 22.

Secure Remote access to another computer over the command line.

New cards
10

Telnet

Port 23.

Unsecure remote connection to a computer over the command line

New cards
11

RDP vs Telnet and SSH

RDP: I see what's on your computer screen

Telnet and SSH: Command line

New cards
12

SMTP (Simple Mail Transfer Protocol)

Port 25
Send email

New cards
13

DNS (Domain Name System)

Port 53

Assigns IP address to Domain names

New cards
14

DHCP (Dynamic Host Configuration Protocol)

Port 67/68

Assigns IP addresses to computers

New cards
15

HTTP (Hypertext Transfer Protocol)

Port 80

Unsecure websites

New cards
16

POP3 (Post Office Protocol version 3)

Port 110

Receives email

New cards
17

NetBIOS (Network Basic Input/Output System)

Port 137/139

Legacy. Allows communication between computers and devices within a network

New cards
18

IMAP (Internet Message Access Protocol)

Port 143

Receives email

New cards
19

SNMP (Simple Network Management Protocol)

Port 161/162

Managing network devices in one (centralized) place

New cards
20

LDAP (Lightweight Directory Access Protocol)

Port 389

Get user info from directory

New cards
21

HTTPS (Hypertext Transfer Protocol Secure)

Port 443

Secure websites

New cards
22

SMB (Server Message Block)

Port 445

File and printer sharing on a network.

New cards
23

RDP (Remote Desktop Protocol)

Port 3389

In Windows

Secure remote access to computer via "screensharing"

New cards
24

TFTP (Trivial File Transfer Protocol)

Used by network devices to obtain a configuration file

New cards
robot