RRsets
An RRset, or resource record set, is a group of DNS resource records that share the same owner name, DNS class, and record type. All members of an RRset have the same TTL (in well-formed zones) and the same data type, while the RDATA may differ between records. For example, an A RRset for the name example.com can contain multiple A records, each providing a different IPv4 address for the same host.
RRsets are the fundamental unit of data in the DNS. When a resolver queries for a name
TTL and caching are closely tied to RRsets. Each record carries a TTL, and in practice, records
DNSSEC and dynamic updates also rely on RRsets. In DNSSEC, signatures (RRSIG records) cover an entire RRset,
Common examples of RRsets include multiple A records for a hostname, multiple NS records for a zone