Networking and protocol operations

A Record vs CNAME

An A record maps a name directly to an IPv4 address, while a CNAME record makes one DNS name an alias of another canonical DNS name.

Reviewed 2026-08-08Read-only educational guidance

How does it work?

Resolvers return the CNAME relationship and continue resolution for the target name until they obtain an address or another terminal answer.

What can go wrong?

Broken CNAME targets, long alias chains, vendor deprovisioning, and conflicting record types can cause outages or takeover risk.

How can teams detect the problem?

Resolve the full chain, verify every target exists, measure lookup depth, and monitor changes in both the alias and target records.

How can teams fix or reduce the problem?

Keep chains short, document vendor ownership, remove stale aliases, and use provider-supported apex alias features carefully.

What does a technical example look like?

www.example.com CNAME app.vendor.example
app.vendor.example A 203.0.113.10

The example uses reserved documentation domains and addresses. Apply the same reasoning to systems you own or are authorized to assess.

Authoritative technical references

How does continuous monitoring help?

A point-in-time check explains the observed state now. Continuous monitoring establishes an expected baseline, repeats the relevant check, and records meaningful state changes so an owner can investigate before a small configuration drift becomes a prolonged security or availability problem. See Networking for the surrounding technical context.

Where does Sentryx Monitor fit?

Sentryx Monitor provides read-only outside-in discovery and monitoring for public hosts, DNS, HTTPS, TLS certificates, baseline security headers, email-security records, and selected network services. It supports evidence and operational follow-up, but it does not replace authorized penetration testing, authenticated vulnerability assessment, or owner validation.