일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- traceId
- Benchmarks
- 0 replica
- Salting
- Database
- SW Maestro
- minreplica
- Debezium
- hammerDB
- Strimzi
- slow query
- 동등성
- 스프링부트
- spring boot
- MSSQL
- propogation
- eks
- logback
- blue-green
- Software maestro
- zset
- SW 마에스트로
- Leaderboard
- yml
- Kubernetes
- keda
- docket
- Kafka
- Helm
- Grafana
- Today
- Total
김태오
Packets and Frames 본문
In computer networking, a packet is a unit of data that is routed between an origin and a destination on the internet. A packet contains two types of information: control information, which contains the source and destination addresses, and payload data, which contains the actual data being sent.
On the other hand, a frame is a unit of data that is used for data transmission between two devices on the same network. A frame contains the destination and source MAC addresses, as well as other control information, such as error detection and flow control information. The payload of a frame is the packet that is being sent.
Therefore, the main difference between a packet and a frame is their level of abstraction. A packet is a higher-level concept that contains payload data and routing information, while a frame is a lower-level concept that contains control information and payload data that is being transmitted on a specific network.
'Networking' 카테고리의 다른 글
Socket (0) | 2023.04.24 |
---|---|
OSI 7 Layer (0) | 2023.04.14 |
CDMA(Code Division Multiple Access) (0) | 2023.04.14 |
Some terms frequently used in networking (0) | 2023.04.14 |
IFS (0) | 2023.04.14 |