UDP vs TCP Flashcards
1
Q
TCP
A
Connection protocol ensuring data is delivered accurately, establishes connection before transmitting data, e.g web
2
Q
UDP
A
connectionless protocol for fast data transmission, might not get delivery e.g gaming
3
Q
Key differences between UDP & TCP
A
Connection, reliablity, speed
4
Q
TCP packet structure
A
Also known as segments include a header and data section
5
Q
UDP packet architecture
A
Simpler than TCP containing only essential headers
6
Q
Difference of UDP & TCP packet architecture
A
TCP: Designed for reliability, mechanisms for data sequencing
UDP: Designed for speed, minimal overhead