🛰️
PingForge
The internet isn’t a cloud. It’s real machines you can count the hops to — follow your data across them.
🔮 Open the network console →Follow a request across the internet
- Name → number. DNS looks up the site’s real address before anything is sent.
- Hop by hop. Routers hand your packet along a chain of real machines.
- Hop budget. TTL counts down each hop, so a lost packet stops instead of circling forever.
- Shortcuts & gates. A cache saves a trip; a firewall allows or blocks by port.
Meet the pieces of the internet
- Packet — the little bundle carrying your data toward an address.
- Router — a crossroads that reads each packet’s address and forwards it one hop closer.
- DNS — the phone book that turns a site’s name into its numeric address.
- TTL — the packet’s hop budget; it drops by 1 each hop, so a lost packet can’t wander forever.
- Handshake — the quick hello (SYN · SYN-ACK · ACK) before any real data is sent.
- Cache — a nearby copy that saves the long trip to the far server.
- Firewall — the gatekeeper that allows or blocks each packet by its port.