Networking 101: From Packets to Global Connectivity
Networking 101: From Packets to Global Connectivity Data on the internet travels in small units called packets. Each packet has a header with addresses and control data, plus a payload with part of your message. When you send an email or load a webpage, your device splits the information into packets, sends them through many devices, and the receiving end reassembles them. Networks work in layers. The physical layer uses cables or wireless signals. The data link layer handles local networks like your home Wi‑Fi. The network layer moves packets across networks using IP addresses. The transport layer manages how data is delivered, choosing between TCP (reliable) or UDP (faster). At the top, applications like HTTP or email define what the data is for. ...