DNS root zone ..

Hello to all ,
I have a small problem.I understand that you can configure a "zone" , for FQDN translation on a DNS server , and also a "root zone".Root zone is defined as "." .DNS server's have a list of "root hits" default that point to external "root zones" on external ( Internet ) domains..I think I got it wrong ? But I can configure also internal "root zone" , not querying among the Internet for "root zones" my quesring become's publical .. if I'm using ony a itnernal network with none register's DNS names.
My point is what are this "root server" which maintain "root zones" , and thier like www.google . com , that dote no ?
When a query from the DNS server come's to a Internet ( external ) , root zone ( DNS ) , how does that server know ? where to go , recursive ?..
I think you got my doubt..else I'll explain it again..
I have a small problem.I understand that you can configure a "zone" , for FQDN translation on a DNS server , and also a "root zone".Root zone is defined as "." .DNS server's have a list of "root hits" default that point to external "root zones" on external ( Internet ) domains..I think I got it wrong ? But I can configure also internal "root zone" , not querying among the Internet for "root zones" my quesring become's publical .. if I'm using ony a itnernal network with none register's DNS names.
My point is what are this "root server" which maintain "root zones" , and thier like www.google . com , that dote no ?
When a query from the DNS server come's to a Internet ( external ) , root zone ( DNS ) , how does that server know ? where to go , recursive ?..
I think you got my doubt..else I'll explain it again..

Optimism is an occupational hazard of programming: feedback is the treament. (Kent Beck)
Comments
Root hints are used for resolving unknown domains: you setup your DNS server and perform a query on it for google.com. The sever won't find it locally, so it can do two things: one use a forward server. two, use root hints.
The root zone implies that no other server can answer the query... so there is no point in using root hints, forwards or whatever.
Keep in mind that even though you are not required to add the trailing "." in www.google.com. it is always auto added.
Hope this helps.
Fred
I got the point , but I don't understand what do you mean by that ..
The domain google is a chlid of the domain "com" and "com" is a child of a domain named "." (pronounced dot) "." is the root of the DNS hierarchy. Illus. shows downward flow from the root, or "." domain.
"." (root)
\
.com (Top-Level Domain)
\
Google.com (Second-level domain)
\
Tech.Google.com (Sub-Domains)
Try doing an NSLookup against a root zone server. You can try doing a zone transfer off of them, but I am sure they are locked down so you probably won't be able to see anything.
Or better yet, do some queries using DNSStuff.com. It will show you the query traversal, starting from the root.