Networking & Infrastructure

Topical Authority Guide & Developer Workspace

Computer networks route data packets using logical IP boundaries and physical MAC hardware identifiers. Configuring subnets and constructing magic packets is core to operations.

Topic Overview

Networking spans physical layers (represented by MAC hardware addresses) to logical routing layers (represented by IPv4 and IPv6 subnets).

Configuring network nodes requires calculating subnets, defining hosts, and routing broadcast payloads across domains.

IPv4 CIDR Subnetting Calculations

CIDR (Classless Inter-Domain Routing) notation specifies IP network blocks using a slash suffix (e.g. `/24` indicating a 24-bit netmask).

Subnet calculators compute the netmask, total hosts, network identifier, and broadcast address, preventing network overlap configurations.

Wake-on-LAN Magic Packets

Wake-on-LAN (WOL) allows administrators to awaken devices remotely. It relies on a "magic packet" containing 6 bytes of 0xFF followed by 16 repetitions of the target MAC address.

Because this packet is broadcast as a raw UDP frame, routers must be configured to allow directed broadcasts for cross-subnet wake triggers.

Comparative Guides & Technology Appraisals

Frequently Asked Questions

What is a subnet mask?
A subnet mask is a 32-bit filter that separates an IP address into network and host portions, defining the boundaries of a network segment.
Why does Wake-on-LAN require MAC addresses?
Because when a machine is turned off, its IP address configuration is lost. The network card only listens for its hardcoded physical MAC address.