Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Would their toplevel dns be more likely to forward to external dns (and 404) or to all known intranet DNS servers? In a typical corporate environment.
    – jiggunjer
    Commented Apr 8, 2020 at 9:16
  • 1
    @jiggunjer: I'm not sure if "more likely" actually makes sense... it's not exclusively one of those options, but rather a bit of "both" and a bit of "neither". The central DNS server won't just fling the same request to all intranet servers and hope that one of them knows the answer. Either it recognizes the domain because it was told exactly which DNS servers are supposed to handle it (and forwards the query only to those servers), or it doesn't recognize the domain at all (and forwards the query to external DNS). Commented Apr 8, 2020 at 16:06