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, OS X,[5] and cURL.[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. OS X El Capitan implementation is biased towards ipv6 with a 25 ms headstart, previously from OS X Lion to OS X Yosemite it used the fastest connection with no protocol preference, according to David Schinazi. "[v6ops] Apple and IPv6 - Happy Eyeballs". Retrieved 2016-02-02.
  6. Daniel Stenberg. "curl vs Wget". Retrieved 2016-03-06.
  7. Mark Townsley. "Happy Eyeballs for World IPv6 Day". Retrieved 2012-01-15.
This article is issued from Wikipedia - version of the 8/11/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.