NetCalc
Dark mode
NC

Cheat Sheets

Quick reference tables for subnetting, reserved IP ranges, and common port numbers.

Subnetting Reference

CIDRSubnet Mask# of /24sTotal IPsUsable Hosts

Reserved IPv4 Ranges

RangeCIDRPurpose
10.0.0.0 – 10.255.255.25510.0.0.0/8Private (RFC 1918)
172.16.0.0 – 172.31.255.255172.16.0.0/12Private (RFC 1918)
192.168.0.0 – 192.168.255.255192.168.0.0/16Private (RFC 1918)
169.254.0.0 – 169.254.255.255169.254.0.0/16Link-local (APIPA)
127.0.0.0 – 127.255.255.255127.0.0.0/8Loopback
224.0.0.0 – 239.255.255.255224.0.0.0/4Multicast
240.0.0.0 – 255.255.255.254240.0.0.0/4Reserved / Experimental

Common Port Numbers

PortProtocolService
20/21TCPFTP
22TCPSSH
23TCPTelnet
25TCPSMTP
53TCP/UDPDNS
67/68UDPDHCP
80TCPHTTP
110TCPPOP3
123UDPNTP
143TCPIMAP
443TCPHTTPS
445TCPSMB
993TCPIMAPS
3389TCP/UDPRDP

How to use the networking cheat sheets

  1. Browse common networking quick-references: OSI layers, port numbers, ICMP types, RFC 1918 ranges.
  2. Each card is print-friendly and includes the citation source.
  3. Save as PDF from your browser for offline study.

Frequently asked questions

What are the 7 OSI model layers in order?

From bottom to top: Physical, Data Link, Network, Transport, Session, Presentation, Application. Mnemonic: 'Please Do Not Throw Sausage Pizza Away'.

Which TCP ports are most commonly probed?

Top targets in 2026 internet scans: 22 (SSH), 80 (HTTP), 443 (HTTPS), 3389 (RDP), 5900 (VNC), and 6379 (Redis). Lock down anything not strictly needed.

What are the RFC 1918 private IP ranges?

10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16. Plus the shared-address space 100.64.0.0/10 from RFC 6598 used by CGNAT.

Which ICMP types should I allow through a firewall?

At minimum: type 0 (echo reply), type 3 (destination unreachable, especially code 4 for Path MTU), type 8 (echo request) and type 11 (time exceeded). Blocking type 3 breaks MTU discovery.