Well-Known Port Directory (1-65535)
Well-Known Port Directory (1-65535): looks up a bundled common-service subset and tells you to consult IANA for entries outside it.
About this well-known port directory (1-65535)
Well-Known Port Directory (1-65535) — browser-based utility.
How this tool works
Implements client-side Well-Known Port Directory (1-65535) operations. Looks up a bundled common-service subset and directs entries outside that subset to the live IANA registry; it does not query that registry.
- URL & Header Semantic Parsing: Ingests raw URLs or Cache-Control header tokens, validating syntax against RFC 3986/9110 specifications.
- Cache-Hierarchy Evaluation: Models browser cache vs CDN shared cache behaviors (evaluating max-age vs s-maxage and revalidation flags).
- Port & Protocol Lookup: Matches numeric ports to standard IANA assignments (e.g. 443 for HTTPS, 22 for SSH, 53 for DNS, 3306 for MySQL).
- Diagnostic Reporting: Visualizes cache expiration timelines and highlights conflicting caching headers (such as no-store combined with max-age).
Worked example
Scenario: Classify an unlisted dynamic/private port in the bundled local table.
Sample input:
Processing: Validate the integer, classify 50000 in the dynamic/private range, then miss the 24-entry common-service map.
Illustrative output:
Limits and verification
Flags contradictory caching directives (e.g. combining 'no-store' with any 'max-age' value). URL parser strictly enforces valid URI schemes and flags invalid percent-encoded characters.
Examples demonstrate an expected workflow; they do not prove every input or every branch of an external specification. Check important results with an independent source before using them for money, security, compliance, safety, or irreversible file changes.
Browser processing boundary
Tool input is processed by code running in the browser and is not intentionally sent to a CZOA processing API. The page can still request ordinary site assets, analytics, or advertising when those services are enabled. Browser extensions and managed-device software remain outside this tool's control.
Relevant references
These references govern or help explain the format, protocol, or calculation used here. Listing a reference does not claim certification or complete implementation of every optional feature.
- Implementation-specific browser utility or reference guide (no single governing external standard)
Content owner: CZOA Tools · Last reviewed: 2026-09-15 · Review methodology
How to use it
- Enter, paste, or select your input data into the Well-Known Port Directory (1-65535) workspace controls.
- Review available parameter fields, units, formats, or options configured for your task.
- Click the action button or observe immediate live calculations rendered in your browser runtime.
- Inspect the resulting output and any diagnostic messages, then copy or download the result if needed.
Frequently asked questions
What local data does this port directory use?+
It validates one integer from 0 through 65535, classifies its numeric range, then consults a bundled map of 24 common service ports. It does not fetch or query the IANA registry.
What input and result fields does the page provide?+
The page has one multiline Input field, Run locally, and Load sample. A known entry such as 443 returns port, range, service HTTPS, transport TCP/UDP, and reference IANA. There is no host field, protocol filter, scanner, or network probe.
How are unknown ports and boundaries handled?+
Ports 0–1023 are System (well-known), 1024–49151 are User (registered), and 49152–65535 are Dynamic/private. Unknown values return No entry in the bundled common-service subset, transport Varies, and Consult the live IANA registry. Non-integers and out-of-range values fail.
What result does the worked example produce?+
The tool processed independent input 50000 as Dynamic/private with the bundled-subset fallback and live-IANA reference. Network requests observed during the example had no submitted example payload. This proves local lookup and classification, not a current registry search or port scan.
