- IP address
- The number a device is found by inside the network, for example 192.168.1.14. At home it is private and means nothing outside: the one the world sees is a single address, the router’s.
- Subnet and /24
- The fence inside which devices talk to each other directly. 192.168.1.0/24 means "every address from 192.168.1.1 to 192.168.1.254" — the ones NetBlade tries, one by one, when it scans.
- Gateway
- The device that carries traffic out of the subnet: at home, the router. If the gateway does not answer, the internet is not slow — the first hop is broken.
- MAC and vendor (OUI)
- The physical address of the network card, written at the factory. Its first three bytes say who built it: that is how an anonymous IP becomes "HP printer" or "Hikvision camera".
- DHCP and lease
- The router hands out addresses on loan, for a limited time. That is why a device can change IP overnight, and why things are better identified by MAC than by address.
- Port and service
- One device can offer several services on the same address: the port says which one you are knocking at. 22 is SSH, 80 and 443 the web, 445 Windows file sharing, 9100 direct printing. An "open" port is a service listening, and every listening service is something that can be attacked.
- ARP and neighbours
- The table that ties an IP address to a hardware address inside the same network. Android lets apps read it, iOS does not: that is the technical reason behind the main difference between the two versions.
- Latency, jitter and loss
- How long an answer takes to come back, how much that time varies, and how many packets never return. A stuttering video call is almost never "slow internet": it is usually jitter or loss on Wi-Fi.