Network Operations Lab
Advanced subnetting, address-space math, and domain investigation tooling for working network engineers.
Runs entirely in your browser
This tool executes locally using standard browser APIs (for example window.crypto.getRandomValues or crypto.subtle where applicable). Your input is not transmitted to or stored on a ScriptPulse server. See How Calculations Work.
Overview
Network Operations Lab's 11 tools build directly on Infrastructure Hub's foundational addressing concepts, going further into CIDR aggregation and splitting, IP range calculation, IPv6 expansion/compression, ASN lookups, port reference, and reverse DNS/WHOIS domain investigation.
This category has complete hub coverage, split cleanly between the Networking & Infrastructure hub (8 tools: CIDR, IP range, IPv6, broadcast, ASN, and port tools) and the DNS hub (2 tools: reverse DNS and WHOIS, genuinely DNS-specific rather than general networking) — a split made deliberately in Milestone 1 based on which concept each tool actually belongs to, not just its category membership.
Why Network Operations Lab Matters
These tools solve real, recurring operational tasks for anyone managing network infrastructure at any scale beyond a single trivial subnet: aggregating a messy list of allocated addresses into minimal CIDR blocks, splitting a large block into smaller subnets with specific host-count requirements, or investigating who controls a domain and whether its reverse DNS is configured correctly before mail deliverability breaks.
Common Workflows
- Aggregating a list of individual IP addresses or small subnets into the minimal set of CIDR blocks that covers them with the CIDR Aggregator.
- Splitting a large CIDR block into smaller subnets with a specific host-count requirement using the CIDR Split Calculator.
- Investigating a domain's registration details with the WHOIS Lookup Parser, or its reverse DNS (PTR record) configuration with the Reverse DNS Lookup tool, when diagnosing a mail deliverability issue.
- Looking up an autonomous system's details and IP ranges with the ASN Lookup tool when investigating network ownership or routing.
- Expanding or compressing an IPv6 address between its full and shorthand notation with the IPv6 Expansion/Compression tools.
Learning Roadmap: Beginner
- Split a large CIDR block into smaller subnets by hand for a simple case, then verify against the CIDR Split Calculator.
- Run a reverse DNS lookup on a mail server's IP and confirm whether its PTR record actually resolves back to the expected hostname.
- Expand a compressed IPv6 address (using ::) into its full 8-group form to build comfort with IPv6's compression notation.
Learning Roadmap: Professional
- Understand exactly why a missing or mismatched PTR record is one of the most common causes of legitimate mail being rejected, before treating a mail deliverability issue as a spam-filtering problem.
- Read the Networking & Infrastructure hub's Common Mistakes section on classful-addressing legacy assumptions before working with broadcast address calculations on unusual network configurations.
- Use ASN lookups as part of investigating unexpected traffic patterns or routing anomalies, not just for casual domain research.
Tool Selection Strategy
- Use the CIDR Aggregator when you have many individual addresses/blocks and need the minimal covering set; use the CIDR Split Calculator for the reverse problem — dividing one large block into smaller ones with specific host requirements.
- Use WHOIS specifically for registration/ownership metadata; use Reverse DNS specifically for the IP-to-hostname mapping used in mail server trust — they're separate protocols answering different questions, not interchangeable domain lookups.
- Reach for the ASN Lookup tool when investigating which organization actually operates a given IP range, a different question from what DNS or WHOIS alone answers.
Tools in Network Operations Lab
CIDR Aggregator
Aggregate a list of IP addresses or subnets into minimal CIDR blocks.
Open toolCIDR Split Calculator
Split larger CIDR blocks into smaller subnets with custom host counts.
Open toolReverse DNS Lookup
Perform reverse DNS lookups (PTR records) using HTTPS resolvers.
Open toolWHOIS Lookup Parser
Parse raw domain WHOIS records into structured JSON fields.
Open toolASN Lookup
Query autonomous system details and IP ranges for a given ASN.
Open toolPort Number Reference
Search and inspect common UDP/TCP ports and their standards.
Open toolIP Range Calculator
Determine all IP addresses contained within an IP start and end range.
Open toolIPv6 Expansion Tool
Expand compressed IPv6 addresses into their full 32-character form.
Open toolIPv6 Compression Tool
Compress fully expanded IPv6 addresses using RFC 5952 rules.
Open toolNetwork Broadcast Calculator
Calculate broadcast addresses and networks for custom IP classes.
Open toolIPv6 Subnet Calculator
Calculate IPv6 subnet CIDRs, host address ranges, first/last bits, and prefix binary layouts.
Open toolDeveloper Guide
Go deeper than the tool list — these Developer Hubs cover the concepts behind Network Operations Lab's tools in full depth.
Comparative Guides
Decide between the technologies and formats Network Operations Lab's tools work with:
DNS vs IP Routing
DNS and IP routing solve two completely different problems that happen to run back-to-back during every web request — DNS answers 'what address does this name point to,' while routing answers 'how does a packet actually get from here to that address' — and correctly diagnosing a connectivity failure depends entirely on knowing which of the two actually failed.
DNS A vs CNAME records
An A record points a name directly at an IP address; a CNAME points a name at another name instead — a small difference in mechanism that produces one genuinely important, frequently-violated restriction (no CNAME at a domain's root) and a whole category of provider-specific workarounds that exist purely to get around it.
DNS A vs AAAA records
Publishing both an A and an AAAA record for the same hostname (dual-stack) is standard modern practice, but the real engineering problem it creates — a client racing to figure out which protocol actually works, quickly, without a slow timeout on a broken path — was significant enough to need its own dedicated IETF algorithm, Happy Eyeballs, which is the part of this story most A-vs-AAAA comparisons skip entirely.
IPv4 vs IPv6
IPv4 and IPv6's real difference isn't just address space — IPv6's simplified header and native autoconfiguration reflect two decades of learning from IPv4's operational pain points, though one commonly-repeated claim about IPv6 (that it mandates IPsec) has actually been out of date since 2011 and is worth correcting directly.
MAC Address vs IP Address
A MAC address identifies a specific physical network interface and never changes; an IP address identifies a device's logical position in a network and routinely does — the protocol that bridges the two, letting an IP-addressed packet actually reach the right physical hardware on a local network, is exactly what most comparisons of these two addressing systems skip over.
Common Mistakes
- Assuming mail deliverability problems are always spam-filtering issues, when a missing or mismatched PTR record is one of the most common actual root causes.
- Manually aggregating or splitting CIDR blocks and introducing an off-by-one error in the resulting host range or broadcast address.
- Confusing WHOIS (registration metadata) with DNS (name resolution) as if they were the same lookup — they're separate protocols investigating different questions about a domain.
- Treating an IPv6 address's compressed (::) and expanded forms as different addresses rather than two notations for the identical value.
Standards Landscape
- RFC 4632 defines CIDR; RFC 1918 defines the private address ranges relevant to internal network planning.
- RFC 4271 and RFC 6793 define BGP and its 32-bit ASN extension, the protocol and identifier this category's ASN lookup tool queries.
- RFC 3912 defines the WHOIS protocol itself, though in practice registrar output format varies significantly since the RFC specifies the protocol, not a strict response schema.
Glossary
- ASN (Autonomous System Number)
- A unique identifier assigned to a network (or group of networks) operating under one routing policy, used in BGP to route traffic between the many independent networks making up the internet.
- CIDR aggregation
- Combining multiple individual IP addresses or smaller blocks into the minimal set of larger CIDR blocks that covers them exactly.
- PTR record
- A DNS record mapping an IP address back to a hostname (reverse DNS) — the opposite direction of a standard A record lookup.
- WHOIS
- A protocol (distinct from DNS) for looking up a domain's registration metadata — registrar, registration/expiration dates, and sometimes registrant contact details.
Troubleshooting
- If outbound mail is being rejected specifically, check the sending IP's PTR record first — many receiving servers reject mail outright if the reverse lookup doesn't resolve or match the claimed sending hostname.
- If a CIDR split doesn't produce the expected number of usable hosts per subnet, double-check whether you're accounting for the network and broadcast addresses being unusable within each subnet.
- If an ASN lookup returns unexpected ownership information, confirm you're querying the correct, current registry data rather than a cached or historical record.
References
Frequently Asked Questions
- Why is mail from my domain being rejected even though DNS records look correct?
- Most likely a missing or mismatched PTR (reverse DNS) record for the sending mail server's IP. Many receiving servers require the IP to resolve to a hostname, and that hostname to resolve back to the same IP, before accepting mail.
- What is the difference between WHOIS and DNS?
- DNS resolves a domain to the addresses and records it publishes. WHOIS looks up registration metadata about who owns the domain and when it was registered — separate protocols, often used together when investigating a domain.
- Why do 2 of this category's 11 tools belong to the DNS hub instead of Networking?
- Reverse DNS Lookup and WHOIS Lookup Parser are genuinely DNS-specific concerns (name-resolution-adjacent lookups), while the other 9 tools are general IP/network addressing tools — a deliberate split made in Milestone 1 based on each tool's actual topic, not just its category.
- What does CIDR aggregation actually solve?
- It combines a messy list of individual addresses or small blocks into the minimal set of larger CIDR blocks that covers them exactly — useful for simplifying firewall rules or routing table entries that would otherwise need many individual entries.
- What is an ASN and why would I look one up?
- An Autonomous System Number identifies a network operating under one routing policy — looking one up helps identify which organization actually operates a given IP range, useful for investigating traffic sources or routing anomalies.
- Are IPv6's expanded and compressed forms different addresses?
- No — they're two notations for the identical address value. The :: compression shorthand represents one run of consecutive zero groups, and expanding or compressing an address never changes what it actually points to.
- Which hub should I read to go deeper on CIDR and subnetting?
- The Networking & Infrastructure hub covers CIDR, IP ranges, IPv6, and broadcast addressing in depth; the DNS hub covers reverse DNS and WHOIS specifically.
- Is WHOIS data always accurate and complete?
- Not necessarily — RFC 3912 specifies the WHOIS protocol itself but not a strict response schema, so registrar output format and completeness (including privacy-redacted contact fields) vary significantly between registries.
Related Categories
Other categories whose tools share a Developer Hub with Network Operations Lab: