Terminology Index
Glossary
1801 terms
Showing 577-608 of 1801 terms
Digital Signature
A cryptographic proof that data came from a private key holder and has not changed.
Domain
In a web address, the human-readable name that identifies a site (like example.com), which DNS resolves to a server. It is a core component of a URL and a key piece of context when assessing whether a link or request is trustworthy.
A domain is the registered name within a URL that identifies the destination, sitting between the scheme and the path. Understanding domains, and subtleties like subdomains, lookalike or typosquatted names, and how the registrable domain differs from the host, is essential for defensive web work: recognizing phishing links, judging request origins, and reasoning about same-origin and cross-origin behavior all hinge on reading domains correctly.
Introduced in: Defensive Web Fundamentals
Examples
- Identifying example.com as the domain in a URL.
- Spotting a lookalike domain used in a phishing link.
- Distinguishing a subdomain from the registrable parent domain.
No related terms linked yet.
