Happy Eyeballs

Source: Wikipedia, the free encyclopedia.

Happy Eyeballs (also called Fast Fallback) is an algorithm published by the

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.[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

Happy Eyeballs testing was part of

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.[9]

See also

References

  1. ^ "Definition of eyeballs". Cambridge Business English Dictionary. Cambridge University Press. Retrieved 2014-12-05.
  2. ISSN 1944-1134
    . Retrieved 2022-02-02.
  3. ISSN 2070-1721. RFC 8305. Proposed Standard. Obsoletes RFC 6555
    .
  4. ^ Stenberg, Daniel. "getaddrinfo with round robin DNS and happy eyeballs". daniel.haxx.se. 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 Schinazi, David. "[v6ops] Apple and IPv6 - Happy Eyeballs". www.ietf.org. Retrieved 2016-02-02.
  6. ^ Stenberg, Daniel. "curl vs Wget". daniel.haxx.se. Retrieved 2016-03-06.
  7. ^ "unwind(8); 'happy eyeballs'".
  8. ^ Townsley, Mark (2011-06-07). "Happy Eyeballs for World IPv6 Day". blogs.cisco.com. Retrieved 2012-01-15.
  9. ^ Naeem, Khademi; Anna, Brunstrom; Per, Hurtig; Karl-Johan, Grinnemo (July 21, 2016). "Happy Eyeballs for Transport Selection". Ietf Datatracker. Retrieved 2017-01-09.