
%ifconfig -ato look at MTU (packet) size (byte = 8 bits) and available interfaces
Navigating packets to their destination is called routing.
Imagine the subway system with each line (red, yellow, brown...etc) independently administered. Each line knows about its own stations and where it connects with other lines.
Nodes: individual devices connected (= train stations)
When nodes under the same administrative domain are connected, they constitute a network.
Network: devices connected within the same organization (= train line)
Routers (= transfer stations)
A router is a special node connected to multiple networks, like a transfer station (Times Square) connected to multiple lines (Red: 1,2,3, Yellow: N,Q,R,W, Gray: S shuttle).
A router forwards packets between networks, e.g. from network A to network B, the way a transfer station lets you switch from one line to another.
Any node with more than two network interfaces can be a router, just as any station with more than two lines can be a transfer station.
