CompTIA A+ 1101 TCP and UDP

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

1/4

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.

5 Terms

1
New cards

TCP and UDP

- transported inside of an IP packet

- encapsulated by the IP protocol

- two very common ways to move data from place to place

- operate at OSI layer 4, the transport layer

- add additional capabilities that IP, alone, can't provide, such as multiplexing (use many different applications at the same time)

2
New cards

TCP (Acronym)

Transmission Control Protocol

3
New cards

UDP (Acronym)

User Datagram Protocol

4
New cards

TCP

- connection-orientated protocol

- uses a three-way handshake to establish a reliable connection, making it a reliable protocol (has a built in system to verify receipt of data, can recover from errors, and can manage out-out-order messages or retransmissions)

- utilizes flow control (the receiver can manage how much data is sent)

5
New cards

UDP

- connectionless protocol

- real-time communication (no way to stop and resend data)

- unreliable delivery

- no flow control (the sender determines how much data is transmitted)