Packet Journey
Follow a network packet from source to destination through the TCP/IP stack. Visualize how data travels through layers, routers, switches, and firewalls in this interactive networking simulator.
Category: Networking
What You Will Learn
- Understand the TCP/IP network model
- Trace packet routing through network hops
- Learn about DNS resolution, NAT, and firewalls
Topics covered: networking, tcp-ip, packets, routing
// simulator
Network Packet Journey
Follow a single HTTP/HTTPS packet through the entire network stack with stunning animations. Learn DNS, TCP, TLS, CDN, load balancing, and more!
Try next
// simulator
DNS Resolution Simulator
Learn how DNS works with an interactive step-by-step simulator. Visualize the DNS hierarchy, understand caching at different levels, and see the difference between recursive and iterative queries.
// simulator
TCP vs UDP Simulator
Interactive visualization showing the differences between TCP's reliable connection-oriented protocol and UDP's fast connectionless approach. See the 3-way handshake, packet loss, and retransmissions in action.
// simulator
Fork Bomb Simulator
Visualize how the infamous :(){ :|:& };: fork bomb works. Watch processes multiply exponentially, exhaust system resources, and learn how to protect against it with ulimit, cgroups, and systemd.