How is data transferred over the network?
How is data transferred over the network?
break down the data into smaller units called packets
the packets are sent from the source to desination
β Packetization
Packets:
- small segment of big original data
metadata(header)
β portion of original data
β Routing
- route packet through the network
- router, switches
β Transmission Medium
- wires, cables
- Protocols: TCP/IP
π‘ Protocol https://soheeparklee.github.io/posts/n-3protocol/
β Reassembly
- upon reaching destination, packets are reassembled in correct order
- in TCP, missing packets are retrasmitted
β Error Checking
- data integrity
- checksum
This post is licensed under CC BY 4.0 by the author.