Score:2

How does unbound handle multiple forwarders (forward-addr)?

in flag

According to https://nlnetlabs.nl/documentation/unbound/unbound.conf/ multiple forwarders can be configured with forward-addr

For the forward zone this list of nameservers is used to forward the queries to. The servers listed as forward-host: and forward-addr: have to handle further recursion for the query.

However there is no statement how these servers are used. Is only the first server queried? Are all simultaniously queried and fastes answer will be sent? Or are they queried in a round robin style? Or another option?

Score:0
mu flag

Well I couldn't find a better source, but it seems that it uses the first address and then if it is not responsive after certain time, it takes the next in the list.

I found this page that seems to be a conversation with someone from support.

It also says that some other load balancer algorithms are not available.

Score:0
jo flag

Unbound's SRTT implements RFC2988 https://tools.ietf.org/html/rfc2988.

Basically unbound will occasionally select randomly a server whose SRTT is between the fastest and (fastest + 400ms).

Bind similarly uses a decaying function on the srtt so that it will occasionally pick a slower server instead of just sticking with the fastest one.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.