Happy Eyeballs

From HandWiki
Short description: Algorithm for applications supporting both Internet protocol versions 4 and 6

Happy Eyeballs (also called Fast Fallback) is an algorithm published by the IETF that makes dual-stack applications (those that understand both IPv4 and IPv6) more responsive to users by attempting to connect using both IPv4 and IPv6 at the same time (preferring IPv6), thus minimizing common problems experienced by users with imperfect IPv6 connections or setups. The name "happy eyeballs" derives from the term "eyeball" to describe endpoints which represent human Internet end-users, as opposed to servers.[1]

Happy Eyeballs is designed to address the problem that many IPv6 networks are unreachable from parts of the Internet,[2] 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.REFERENCE FOR RFC8305 IS NOT DEFINED YET. You are invited to add it here. 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.[3]

Implementations of Happy Eyeballs stacks exist in Google's Chrome web browser, Opera 12.10, Firefox version 13, OS X,[4] cURL[5] and OpenBSD.[6]

Happy Eyeball testing was part of World IPv6 Day in 2011.[7]

The Happy Eyeballs algorithm may be extended for choosing between types of transport protocols as well, such as TCP and SCTP, but development is still in an experimental phase.[8]

See also

References

  1. "Definition of eyeballs". Cambridge Business English Dictionary. Cambridge University Press. https://dictionary.cambridge.org/dictionary/business-english/eyeballs. Retrieved 2014-12-05. 
  2. Wing, Dan; Yourtchenko, Andrew (September 2010). "Happy Eyeballs: Improving User Experiences with IPv6 and SCTP". Internet Protocol Journal 13 (3): 16–21. ISSN 1944-1134. https://ipj.dreamhosters.com/wp-content/uploads/issues/2010/ipj13-3.pdf. Retrieved 2022-02-02. 
  3. Stenberg, Daniel. "getaddrinfo with round robin DNS and happy eyeballs". https://daniel.haxx.se/blog/2012/01/03/getaddrinfo-with-round-robin-dns-and-happy-eyeballs/. Retrieved 2012-01-15. 
  4. 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 Schinazi, David. "[v6ops Apple and IPv6 - Happy Eyeballs"]. https://www.ietf.org/mail-archive/web/v6ops/current/msg22455.html. Retrieved 2016-02-02. 
  5. Stenberg, Daniel. "curl vs Wget". https://daniel.haxx.se/docs/curl-vs-wget.html. Retrieved 2016-03-06. 
  6. "unwind(8); 'happy eyeballs'". https://marc.info/?l=openbsd-tech&m=157475113130337&w=2. 
  7. Townsley, Mark (2011-06-07). "Happy Eyeballs for World IPv6 Day". https://blogs.cisco.com/news/happy-eyeballs-for-world-ipv6-day. Retrieved 2012-01-15. 
  8. Naeem, Khademi; Anna, Brunstrom; Per, Hurtig; Karl-Johan, Grinnemo (July 21, 2016). "Happy Eyeballs for Transport Selection". Ietf Datatracker. https://tools.ietf.org/html/draft-grinnemo-taps-he.