Terminology Index

Glossary

1801 terms

Open concept maps

Showing 481-512 of 1801 terms

C
11
D
21

DNS Resolution

The process of turning a human-readable domain name into the IP address needed to connect, by querying through resolvers and authoritative servers. It is a fundamental step before most network communication.

When a host needs to reach a name like example.com, DNS resolution walks from a recursive resolver, possibly through root and top-level-domain servers, to the authoritative server that holds the answer, returning the IP address (and caching it). Because resolution precedes almost all connections, it is both a rich source of security telemetry and a target: attackers manipulate resolution through poisoning, hijacking, or malicious resolvers to redirect victims.

Introduced in: Networking Foundations

Examples

  • Resolving a domain name to its IP address before connecting.
  • A recursive resolver querying authoritative servers to find an answer.
  • An attacker manipulating resolution to redirect a victim to a malicious site.

No related terms linked yet.