Yes. Multiple A records for the same hostname is called round-robin DNS — it’s a simple form of load balancing. DNS resolvers return them in rotation, distributing requests across multiple servers. It’s not a true load balancer (no health checking), but it works for basic traffic distribution.
All questions