Happy Eyeballs

Happy Eyeballs (also called Fast Fallback) is an algorithm published by the IETF which can make dual-stack applications (those that understand both IPv4 and IPv6) more responsive to users, avoiding the usual problems faced by users with imperfect IPv6 connections or setups.

Happy Eyeballs is designed to address the problem that many IPv6 networks are unreachable from parts of the Internet,[1] and applications trying to reach those networks will appear unresponsive, thus frustrating users. Happy Eyeballs solves this problem by determining which transport would be better used for a particular connection by trying them both in parallel. The algorithm and its requirements are described in RFC 6555, "Happy Eyeballs: Success with Dual-Stack Hosts".[2] The name "happy eyeballs" derives from the term "eyeball" to describe endpoints which represent human Internet end-users, as opposed to servers.[3]

An application that uses a Happy Eyeballs algorithm checks both IPv4 and IPv6 connectivity (with a preference for IPv6) and uses the first connection that is returned. The addresses are often chosen from the DNS with a round-robin algorithm.[4] Implementations of Happy Eyeballs stacks exist in Google's Chrome web browser, Opera 12.10, Firefox version 13, and Mac OS X Lion[5] (although Lion uses the fastest connection, rather than preferring IPv6).[6] Happy Eyeball testing was part of World IPv6 Day in 2011.[7]

The Happy Eyeballs algorithm can also be used for choosing between transport protocols, such as between TCP and SCTP.

See also

References

  1. Dan Wing and Andrew Yourtchenko. "Happy Eyeballs: Improving User Experiences with IPv6 and SCTP". Internet Protocol Journal, vol.13 n.3. Retrieved 2012-01-15.
  2. Wing, Dan; Yourtchenko, Andrew (2012-04-12). Happy Eyeballs: Success with Dual-Stack Hosts. RFC 6555. https://tools.ietf.org/html/rfc6555.
  3. "Definition of eyeballs". Cambridge Business English Dictionary. Cambridge University Press. Retrieved 2014-12-05.
  4. Daniel Stenberg. "getaddrinfo with round robin DNS and happy eyeballs". Retrieved 2012-01-15.
  5. "Lion and IPv6". Retrieved 2012-01-17.
  6. "Hampering Eyeballs - Observations on Two 'Happy Eyeballs' Implementations". Retrieved 2012-01-15.
  7. Mark Townsley. "Happy Eyeballs for World IPv6 Day". Retrieved 2012-01-15.