●   15 MIN LESSON
LESSON 01 INTERACTIVE SIMULATION

How do computers
find each other?

Build a connection, send a packet, and watch every decision it meets along the way.

YOUR MISSIONGet a packet from Alice’s laptop to the Bitcoin node.
CLASSROOM NETWORKLive simulation
Network online Public IP  203.0.113.50
PRIVATE NETWORK · 192.168.1.0/24
THE INTERNET many connected networks
public route
Wi-Fi
LAN
Classroom router192.168.1.1NAT + DHCP + Firewall
Alice’s laptop192.168.1.25Your starting point
YOU
Bitcoin node192.168.1.30Ports 8333 · 8332
DATA PACKET
READY? Choose a destination below.
PACKET JOURNEYWaiting to begin
1
AddressWhere is it going?
2
RouteWhich path?
3
FirewallIs it allowed?
4
ServiceWhich application?

IP addressBuilding address

#

PortRoom number

RouterPost office

FirewallSecurity guard

LESSON 02 IP ADDRESSES

One device, three ways to find it.

The right address depends on where you are standing.

THE INTERNET
YOUR WI-FI
THIS LAPTOP
01

Localhost stays at home

127.0.0.1 always means the device you are currently using. Pinging it tests your computer’s network software—not your Wi-Fi or internet connection.

ping 127.0.0.1
SPOT A PRIVATE ADDRESS

Three reserved neighborhoods

If an address begins with one of these ranges, it stays inside a private network.

10.0.0.0 – 10.255.255.255Large networks 172.16.0.0 – 172.31.255.255Organizations & cloud 192.168.0.0 – 192.168.255.255Homes & classrooms
LESSON 03 NETWORK SERVICES

Meet the team behind every connection.

Tap each helper to see the job it performs.

ROUTER
IP192.168.1.25Alice’s laptop
GW192.168.1.1Default gateway
DNS1.1.1.1Name server
HELPER 1 OF 5

DHCP says, “Welcome—here are your settings.”

When your device joins Wi-Fi, DHCP automatically supplies an IP address, subnet mask, default gateway, and DNS server.

RememberYou usually don’t choose your phone’s IP address. DHCP does.

PORT QUICK REFERENCE

An IP finds the computer. A port finds the app.

80HTTPWebsite
443HTTPSSecure website
22SSHRemote shell
8333Bitcoin P2PNode peers
8332Bitcoin RPCKeep private
LESSON 04 HANDS-ON PRACTICE

Diagnose the network, one test at a time.

This practice terminal behaves like a real command line, but it is completely simulated.

student@packet-path: ~SIMULATED

Packet Path classroom terminal
Type help or choose a mission from the left.

Start hereRun ipconfig to discover Alice’s network settings.

LESSON 05 FINAL CHALLENGE

Can you connect the node?

Use what you learned to solve six real networking decisions.

0/ 6CORRECT
THE SCENARIO

Alice’s laptop is 192.168.1.25. Her router is 192.168.1.1 with public IP 203.0.113.50. Bitcoin Core is running on Alice’s laptop.

01

Which address should an app on Alice’s laptop use?

02

Which address should another student on the same Wi-Fi use?

03

Which address represents the network on the public internet?

04

What commonly uses Bitcoin port 8333?

05

What lets several devices share one public IP?

06

What decides whether a network connection is allowed?

LESSON COMPLETE

You can now explain how computers find each other.

You connected addresses, routes, services, and security—just like a network engineer.