Transport Layer Protocols

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

1/6

flashcard set

Earn XP

Description and Tags

TCP/IP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

TCP (Transmission Common Protocol)

Full-Duplex CONNECTION-ORIENTED protocol.
Employs a RELIABLE sessions

2
New cards

UDP (User Datagram Protocol)

Simplex CONNECTIONLESS protocol. "
A CONNECTIONLESS “best-effort” communications protocol.

3
New cards

What does UDP not offer?

No Standard error detection (other than an optional packet checksum) or correction.
Does NOT use sequencing
Does NOT use flow control mechanisms
Does NOT use a preestablished session
Consider UNRELIABLE.

4
New cards

Why is TCP connection-oriented?

Because it employs a handshake process between 2 systems to establish a communication session.

5
New cards

When should UDP be used?

Should be used ONLY when the delivery of data is NOT essential.

6
New cards

UDP Use Case

Employed by real-time or streaming communications for audio and/or video.

7
New cards

What are common use cases for TCP?

TCP is well-suited for applications that require reliable, ordered, and error-checked data transmission. Common use cases include:

File Transfer:** FTP, SFTP, HTTP (for downloading files) * Remote Access: SSH, Telnet *
Email: SMTP *
Web Browsing: HTTP (for requesting web pages) * Database Access: SQL protocols