Explore key concepts about Elastic IP addresses, DNS basics, and record management using Route 53. This quiz helps reinforce understanding of core principles and features relevant to cloud networking and domain management.
Which statement best describes an Elastic IP address in cloud networking?
Explanation: Elastic IP addresses are static public IPv4 addresses meant for cloud infrastructure, allowing flexible reassignment if resources change. They are not private addresses, so 'A private IP' is incorrect. An Elastic IP remains constant even if a resource is stopped and started, unlike a variable IP, making option three wrong. Elastic IPs are IPv4 only, not IPv6, which eliminates the last option.
What is the primary function of DNS services like Route 53 when managing domain names?
Explanation: DNS, or Domain Name System, converts readable domain names into machine-usable IP addresses, enabling proper direction of network traffic. Storing files is the role of storage services, not DNS. Traffic encryption is handled by security protocols such as HTTPS, not DNS itself. DNS does not back up resources, so that answer is also incorrect.
If you attach an Elastic IP address to a web server and later stop that server, what happens to the Elastic IP address?
Explanation: When a server is stopped, the Elastic IP remains allocated to your account, allowing reassignment to new or restarted resources. It is not released automatically, as that would risk losing control. Elastic IPs do not become private nor magically convert to DNS records. The correct answer reflects its persistent and reusable design.
Which DNS record type would you use to point a domain directly to an Elastic IP address?
Explanation: An A record maps a domain name directly to an IPv4 address such as an Elastic IP. MX records specify mail exchangers, not web server IPs. CNAME records alias one domain to another but can’t point directly to an IP address. TXT records are for arbitrary text strings, not direct IP mapping.
Which best describes a hosted zone in Route 53?
Explanation: A hosted zone organizes all the DNS records for a domain, grouping various resource records under a single namespace. A single record just relates to part of DNS configuration, not the container. Hosted zones don't function as storage for DNS logs, nor do they relate to Elastic IP address ranges.
What happens if you allocate more Elastic IP addresses than your account’s default limit?
Explanation: Cloud providers set default limits for Elastic IP allocation. Exceeding the limit requires a formal request for an increase before more can be allocated. No automatic billing rate changes apply nor are current IPs released. Inactive Elastic IPs do not accumulate beyond the limit.
In DNS records, what is the purpose of the TTL (Time To Live) value?
Explanation: TTL controls the duration a DNS resolver caches a record before refreshing it. Priority values apply to MX records, not TTL. Domain registration lifespans are not managed with TTL. Server bandwidth is unrelated to DNS TTL, so that option is inapplicable.
If you no longer need an Elastic IP address, what is the best practice action?
Explanation: When not associated with a running resource, an unused Elastic IP may incur charges, so releasing it helps reduce unnecessary costs. Elastic IPs cannot be converted to CNAME records or private addresses. Keeping unused ones leads to extra billing and is not a recommended practice.
Which is a key difference between a CNAME and an A record in DNS management?
Explanation: CNAME records point one domain to another, allowing redirects or aliases, while A records directly map domains to IP addresses. CNAME is not reserved for email, that is an MX record's role. A records map to IPv4, not IPv6. Both A and CNAME records are used publicly, not just internally.
What is an Alias record in Route 53 most commonly used for?
Explanation: Alias records allow domains to point to resources whose IP addresses may change, such as load balancers, without needing static addresses. They are not used for setting up email addresses or allocating IPs. Encrypting DNS queries is also not handled by Alias records, but by security protocols.