SRV Record
A DNS record that specifies the hostname, port, priority, and weight for a specific service, used by SIP, XMPP, and service discovery systems. The format is _service._proto.name with fields for priority, weight, port, and target. gRPC clients can use SRV records for DNS-based load balancing across multiple backend instances.