Network Glossary

Essential terms and concepts for IP networking, DNS, and internet protocols

Quick Reference

IP Addressing

  • • IPv4: 32-bit addresses (e.g., 192.168.1.1)
  • • IPv6: 128-bit addresses (e.g., 2001:db8::1)
  • • Private ranges: 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16

Common Ports

  • • HTTP: 80 | HTTPS: 443
  • • DNS: 53 | SMTP: 25
  • • SSH: 22 | FTP: 21

Subnet Masks

  • • /24 = 255.255.255.0 (254 hosts)
  • • /16 = 255.255.0.0 (65,534 hosts)
  • • /8 = 255.0.0.0 (16,777,214 hosts)

DNS Records

  • • A: IPv4 address mapping
  • • AAAA: IPv6 address mapping
  • • CNAME: Canonical name alias
  • • MX: Mail exchange servers