A 레코드

Maps a domain name to an IPv4 address.

A 레코드란?

The A record is the workhorse of DNS. It tells resolvers which IPv4 address answers for a given hostname, so browsers, APIs and command-line tools can translate "example.com" into something like 93.184.216.34 and open a TCP/UDP socket to it.

영역 파일 예시

example.com.    300    IN    A    93.184.216.34

일반적인 사용 사례

  • Point a web hostname (apex or subdomain) at a server.
  • Round-robin load balancing — set multiple A records with the same name.
  • Failover by lowering TTL ahead of a planned cutover.
  • Region-aware routing via GeoDNS providers.

흔한 실수

A records cannot be used at the apex if the host has a CNAME (RFC 1034 forbids it). Use an ALIAS / ANAME if your DNS provider supports it, or flatten the CNAME to A records.

DNS 레코드 조회 →

관련 레코드 유형

보안 팁

기본 비밀번호를 사용 중이신가요? NordVPN 암호화로 네트워크를 보호하세요.