Post

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

image

βœ… 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.