Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,12 @@ DNS lookup
``ARP process`` below for the DNS server.
* If the DNS server is on a different subnet, the network library follows
the ``ARP process`` below for the default gateway IP.
* If the configured DNS server (e.g., ISP’s caching DNS) does not have the record,
it performs a recursive or iterative query.
* In a recursive query, the resolver contacts other DNS servers on behalf of the
client until it finds the answer.
* In an iterative query, the resolver returns a referral to another DNS server
that might have the answer, and the client follows up with additional queries.


ARP process
Expand Down