Today, I learned about the TCP/UDP model.
First, I would like talk about the UDP.
Before talking about the UDP, I want to reviewed the daily network strucutre!
This is how our network form using TCP model. In the chat room project, I learned that most interactive software program use the TCP!
Then, what is UDP?
UDP: User Datagram Protocol
- "Best effort" service, UDP segments may be:
- Lost
- Delivered out-of-order to app
- Connectionless:
- No connection establishment
- No handshaking between UDP sender, receiver
- Each UDP segment handled independently of others
Here is the question: Which applications use UDP?
- DNS
- DHCP
- SNMP
- Streaming multimedia apps (loss tolerant, rate sensitive)
This picture explains about the segment header of UDP
'Computer Science ๐ > Network Programming ๐ฐ๏ธ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
TCP (2) (0) | 2023.05.02 |
---|---|
TCP (1) (0) | 2023.04.29 |
Data Center Network (0) | 2023.04.27 |
A day in life network (0) | 2023.04.27 |
VLAN (0) | 2023.04.25 |