Is it true to say that an hosting provider's DNS server is what links the entire hosting environment to ICANN?Third-party SaaS will also host our web site. They want our registrar username and password. Is this normal?Problem with the DNS settings for our new company mailserverMy website's DNS no longer resolved after my hosting provider suffered a DDoS attackWhat records (DNS, Nameservers etc.) need to be used to map a Domain to a Hosting ServerWhat is the Update URL for Dynamic DNS for Google DomainsUpdate NameServers for a site that are held with an unknown 3rd partyNew DNS record won't resolve on a custom name server that is functioning

How can I repair this gas leak on my new range? Teflon tape isn't working

How to justify a team increase when the team is doing good?

Safe to use 220V electric clothes dryer when building has been bridged down to 110V?

How to say "cheat sheet" in French

A food item only made possible by time-freezing storage?

What is the need of methods like GET and POST in the HTTP protocol?

My manager quit. Should I agree to defer wage increase to accommodate budget concerns?

How can this Stack Exchange site have an animated favicon?

Is there a way to hide HTML source code yet keeping it effective?

How do I set a custom order for folders on Windows 7 and 10?

What Secular Civic Space Would Pioneers Build For Small Frontier Towns?

Are Custom Indexes passed on to Sandboxes

Does "as soon as" imply simultaneity?

Subverting the emotional woman and stoic man trope

Should the average user with no special access rights be worried about SMS-based 2FA being theoretically interceptable?

Are lawyers allowed to come to agreements with opposing lawyers without the client's knowledge or consent?

Basic digital RC approximation filter in python (Micropython)

Is this a Sherman, and if so what model?

practicality of 30 year fix mortgage at 55 years of age

If an object moving in a circle experiences centripetal force, then doesn't it also experience centrifugal force, because of Newton's third law?

Performance for simple code that converts a RGB tuple to hex string

Which place in our solar system is the most fit for terraforming?

Lettrine + string manipulation + some fonts = errors and weird issues

What's the story to "WotC gave up on fixing Polymorph"?



Is it true to say that an hosting provider's DNS server is what links the entire hosting environment to ICANN?


Third-party SaaS will also host our web site. They want our registrar username and password. Is this normal?Problem with the DNS settings for our new company mailserverMy website's DNS no longer resolved after my hosting provider suffered a DDoS attackWhat records (DNS, Nameservers etc.) need to be used to map a Domain to a Hosting ServerWhat is the Update URL for Dynamic DNS for Google DomainsUpdate NameServers for a site that are held with an unknown 3rd partyNew DNS record won't resolve on a custom name server that is functioning






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















As of my understanding, after we register a domain as our property in ICANN via a local domain-register (authorized by a local internet society branch like ISOC UK for Great Britain), we need to point the domain-register's DNS servers to those of the hosting provider by their DNS names and by that we "link" the hosting provider to ICANN and use the ICANN domain to address our Website directory,



Hence, is it true to say that an hosting provider's DNS server is what links the entire hosting environment to ICANN (by its communication with the domain register's DNS server)?



Note: I know that a domain register and a hosting provider aren't the same and will not necessarily be of the same company










share|improve this question
































    1















    As of my understanding, after we register a domain as our property in ICANN via a local domain-register (authorized by a local internet society branch like ISOC UK for Great Britain), we need to point the domain-register's DNS servers to those of the hosting provider by their DNS names and by that we "link" the hosting provider to ICANN and use the ICANN domain to address our Website directory,



    Hence, is it true to say that an hosting provider's DNS server is what links the entire hosting environment to ICANN (by its communication with the domain register's DNS server)?



    Note: I know that a domain register and a hosting provider aren't the same and will not necessarily be of the same company










    share|improve this question




























      1












      1








      1








      As of my understanding, after we register a domain as our property in ICANN via a local domain-register (authorized by a local internet society branch like ISOC UK for Great Britain), we need to point the domain-register's DNS servers to those of the hosting provider by their DNS names and by that we "link" the hosting provider to ICANN and use the ICANN domain to address our Website directory,



      Hence, is it true to say that an hosting provider's DNS server is what links the entire hosting environment to ICANN (by its communication with the domain register's DNS server)?



      Note: I know that a domain register and a hosting provider aren't the same and will not necessarily be of the same company










      share|improve this question
















      As of my understanding, after we register a domain as our property in ICANN via a local domain-register (authorized by a local internet society branch like ISOC UK for Great Britain), we need to point the domain-register's DNS servers to those of the hosting provider by their DNS names and by that we "link" the hosting provider to ICANN and use the ICANN domain to address our Website directory,



      Hence, is it true to say that an hosting provider's DNS server is what links the entire hosting environment to ICANN (by its communication with the domain register's DNS server)?



      Note: I know that a domain register and a hosting provider aren't the same and will not necessarily be of the same company







      web-hosting dns icann






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 17 at 3:25







      JohnDoea

















      asked Apr 15 at 17:58









      JohnDoeaJohnDoea

      451 gold badge5 silver badges26 bronze badges




      451 gold badge5 silver badges26 bronze badges























          3 Answers
          3






          active

          oldest

          votes


















          6
















          ICANN is several layers removed from your hosting. There is a link, but isn't a direct link in any sense.



          1. ICANN is an organization that oversees the domain name system. They allow other companies to operate top level domains. They run some of the DNS servers that point to the DNS servers of the top level domain operators.

          2. The top level domain operator runs the name servers for a top level domain and allows domains to be sold under that top level domain. For example Verisign operates the .com top level domain.

          3. Your domain registrar sells domains and can insert NS records for the top level domain. For example GoDaddy registers domains and can insert NS records for .com domains to Verisign. These NS records point to your DNS records at your DNS hosting company.

          4. Your DNS host has the A and CNAME records that point to your web hosting company.

          5. Your web hosting company runs a web server on an IP address that is specified in your DNS records at your DNS host.

          Your web host and your DNS host may not even be the same company. It is very common to get DNS hosting bundled with web hosting. However, you can use DNS hosting from your domain registrar or from another company.



          When somebody wants to get to your website using your domain name, ICANN isn't usually involved at all.



          1. The web browser contacts a local DNS server to get the IP address.

          2. The local DNS server looks it up from a parent DNS server and then caches it.

          3. If no parent has it in the cache, the DNS servers for the top level domain are consulted to get the NS records for your DNS host.

          4. Your DNS host returns the IP address and sends it back down this chain.

          5. The only time that ICANN's DNS server would be queried, is if no caching DNS server had the records for the top level domain. This happens only for a very small percentage of DNS requests.

          Most of the time, ICANN isn't directly involved in fulfilling requests to your website. Even when it is involved, it is involved only tangentially and through several other intermediaries.






          share|improve this answer



























          • "The only time that ICANN's DNS server would be queried, is if no caching DNS server had the records for the top level domain." No or not always. See root-servers.org there are 13 root servers, only one (the L one) is managed technically by ICANN. All others are managed by corporations, universities, the US army or non profit organizations, that do not have real formal contracts with ICANN.

            – Patrick Mevzek
            Apr 15 at 19:17



















          3
















          Stephen's answer gives you all the details, but I think your misconception or slight changes of wording is related to something else, the "IANA root".



          ICANN oversees the running of the system, and plays no operational part (which is a simplification, as they technically run some root nameservers, and are also the "registry" of .int, but this is tangential to your case).



          ICANN has a direct contract with gTLD registries, but it still needs to manage a single hierarchy in which all TLDs fit in, because obviously there is a need of uniqueness. This is called the "IANA root". Because there have been multiple attempts in the past of people trying, for technical, political, philosophical, experiment, to define other roots, which would/could carry other TLDs.



          This was called "alternate roots". They all failed for various reasons. Or at least the one trying to sell "new" TLDs, that would work only in the alternate root. There are still some alternate roots used for experiments, like the YETI Project



          But the IANA root is described in RFC 2826: "IAB Technical Comment on the Unique DNS Root" which says in its summary:




          The DNS name space is a hierarchical name space derived from a
          single, globally unique root. This is a technical constraint
          inherent in the design of the DNS. Therefore it is not technically
          feasible for there to be more than one root in the public DNS.
          That one root must be supported by a set of coordinated root
          servers administered by a unique naming authority.




          IANA was previously a specific service just maintaining this and other parameters for the IETF. After ICANN was built, IANA became a service inside ICANN. After latest ICANN evolutions, IANA is now more technically called "PTI" for "Public Technical Identifiers", see https://pti.icann.org/
          It is a separate structure, in contract with ICANN, that manages the IANA functions.






          share|improve this answer
































            1
















            Hosting service and Domain Name Provider service are two separate things.



            Both are reachable via IP addresses only. That's how the Internet Protocol Suite functions.



            Your DNS provider allows you to purchase a domain name and handles the DNS mechanism from there.



            Your hosting provider provides you a computer connected to the Internet.






            share|improve this answer

























            • I didn't say a domain name provider and hosting service are the same... I know what anyone do for more than 10 years, I just aimed to understand how a server environment is linked with ICANN via a domain register (i.e name provider).

              – JohnDoea
              Apr 17 at 3:04






            • 1





              en.wikipedia.org/wiki/…

              – Ron Royston
              Apr 17 at 3:23













            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "45"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebmasters.stackexchange.com%2fquestions%2f122256%2fis-it-true-to-say-that-an-hosting-providers-dns-server-is-what-links-the-entire%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            6
















            ICANN is several layers removed from your hosting. There is a link, but isn't a direct link in any sense.



            1. ICANN is an organization that oversees the domain name system. They allow other companies to operate top level domains. They run some of the DNS servers that point to the DNS servers of the top level domain operators.

            2. The top level domain operator runs the name servers for a top level domain and allows domains to be sold under that top level domain. For example Verisign operates the .com top level domain.

            3. Your domain registrar sells domains and can insert NS records for the top level domain. For example GoDaddy registers domains and can insert NS records for .com domains to Verisign. These NS records point to your DNS records at your DNS hosting company.

            4. Your DNS host has the A and CNAME records that point to your web hosting company.

            5. Your web hosting company runs a web server on an IP address that is specified in your DNS records at your DNS host.

            Your web host and your DNS host may not even be the same company. It is very common to get DNS hosting bundled with web hosting. However, you can use DNS hosting from your domain registrar or from another company.



            When somebody wants to get to your website using your domain name, ICANN isn't usually involved at all.



            1. The web browser contacts a local DNS server to get the IP address.

            2. The local DNS server looks it up from a parent DNS server and then caches it.

            3. If no parent has it in the cache, the DNS servers for the top level domain are consulted to get the NS records for your DNS host.

            4. Your DNS host returns the IP address and sends it back down this chain.

            5. The only time that ICANN's DNS server would be queried, is if no caching DNS server had the records for the top level domain. This happens only for a very small percentage of DNS requests.

            Most of the time, ICANN isn't directly involved in fulfilling requests to your website. Even when it is involved, it is involved only tangentially and through several other intermediaries.






            share|improve this answer



























            • "The only time that ICANN's DNS server would be queried, is if no caching DNS server had the records for the top level domain." No or not always. See root-servers.org there are 13 root servers, only one (the L one) is managed technically by ICANN. All others are managed by corporations, universities, the US army or non profit organizations, that do not have real formal contracts with ICANN.

              – Patrick Mevzek
              Apr 15 at 19:17
















            6
















            ICANN is several layers removed from your hosting. There is a link, but isn't a direct link in any sense.



            1. ICANN is an organization that oversees the domain name system. They allow other companies to operate top level domains. They run some of the DNS servers that point to the DNS servers of the top level domain operators.

            2. The top level domain operator runs the name servers for a top level domain and allows domains to be sold under that top level domain. For example Verisign operates the .com top level domain.

            3. Your domain registrar sells domains and can insert NS records for the top level domain. For example GoDaddy registers domains and can insert NS records for .com domains to Verisign. These NS records point to your DNS records at your DNS hosting company.

            4. Your DNS host has the A and CNAME records that point to your web hosting company.

            5. Your web hosting company runs a web server on an IP address that is specified in your DNS records at your DNS host.

            Your web host and your DNS host may not even be the same company. It is very common to get DNS hosting bundled with web hosting. However, you can use DNS hosting from your domain registrar or from another company.



            When somebody wants to get to your website using your domain name, ICANN isn't usually involved at all.



            1. The web browser contacts a local DNS server to get the IP address.

            2. The local DNS server looks it up from a parent DNS server and then caches it.

            3. If no parent has it in the cache, the DNS servers for the top level domain are consulted to get the NS records for your DNS host.

            4. Your DNS host returns the IP address and sends it back down this chain.

            5. The only time that ICANN's DNS server would be queried, is if no caching DNS server had the records for the top level domain. This happens only for a very small percentage of DNS requests.

            Most of the time, ICANN isn't directly involved in fulfilling requests to your website. Even when it is involved, it is involved only tangentially and through several other intermediaries.






            share|improve this answer



























            • "The only time that ICANN's DNS server would be queried, is if no caching DNS server had the records for the top level domain." No or not always. See root-servers.org there are 13 root servers, only one (the L one) is managed technically by ICANN. All others are managed by corporations, universities, the US army or non profit organizations, that do not have real formal contracts with ICANN.

              – Patrick Mevzek
              Apr 15 at 19:17














            6














            6










            6









            ICANN is several layers removed from your hosting. There is a link, but isn't a direct link in any sense.



            1. ICANN is an organization that oversees the domain name system. They allow other companies to operate top level domains. They run some of the DNS servers that point to the DNS servers of the top level domain operators.

            2. The top level domain operator runs the name servers for a top level domain and allows domains to be sold under that top level domain. For example Verisign operates the .com top level domain.

            3. Your domain registrar sells domains and can insert NS records for the top level domain. For example GoDaddy registers domains and can insert NS records for .com domains to Verisign. These NS records point to your DNS records at your DNS hosting company.

            4. Your DNS host has the A and CNAME records that point to your web hosting company.

            5. Your web hosting company runs a web server on an IP address that is specified in your DNS records at your DNS host.

            Your web host and your DNS host may not even be the same company. It is very common to get DNS hosting bundled with web hosting. However, you can use DNS hosting from your domain registrar or from another company.



            When somebody wants to get to your website using your domain name, ICANN isn't usually involved at all.



            1. The web browser contacts a local DNS server to get the IP address.

            2. The local DNS server looks it up from a parent DNS server and then caches it.

            3. If no parent has it in the cache, the DNS servers for the top level domain are consulted to get the NS records for your DNS host.

            4. Your DNS host returns the IP address and sends it back down this chain.

            5. The only time that ICANN's DNS server would be queried, is if no caching DNS server had the records for the top level domain. This happens only for a very small percentage of DNS requests.

            Most of the time, ICANN isn't directly involved in fulfilling requests to your website. Even when it is involved, it is involved only tangentially and through several other intermediaries.






            share|improve this answer















            ICANN is several layers removed from your hosting. There is a link, but isn't a direct link in any sense.



            1. ICANN is an organization that oversees the domain name system. They allow other companies to operate top level domains. They run some of the DNS servers that point to the DNS servers of the top level domain operators.

            2. The top level domain operator runs the name servers for a top level domain and allows domains to be sold under that top level domain. For example Verisign operates the .com top level domain.

            3. Your domain registrar sells domains and can insert NS records for the top level domain. For example GoDaddy registers domains and can insert NS records for .com domains to Verisign. These NS records point to your DNS records at your DNS hosting company.

            4. Your DNS host has the A and CNAME records that point to your web hosting company.

            5. Your web hosting company runs a web server on an IP address that is specified in your DNS records at your DNS host.

            Your web host and your DNS host may not even be the same company. It is very common to get DNS hosting bundled with web hosting. However, you can use DNS hosting from your domain registrar or from another company.



            When somebody wants to get to your website using your domain name, ICANN isn't usually involved at all.



            1. The web browser contacts a local DNS server to get the IP address.

            2. The local DNS server looks it up from a parent DNS server and then caches it.

            3. If no parent has it in the cache, the DNS servers for the top level domain are consulted to get the NS records for your DNS host.

            4. Your DNS host returns the IP address and sends it back down this chain.

            5. The only time that ICANN's DNS server would be queried, is if no caching DNS server had the records for the top level domain. This happens only for a very small percentage of DNS requests.

            Most of the time, ICANN isn't directly involved in fulfilling requests to your website. Even when it is involved, it is involved only tangentially and through several other intermediaries.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Apr 15 at 19:52

























            answered Apr 15 at 18:39









            Stephen OstermillerStephen Ostermiller

            72k13 gold badges102 silver badges262 bronze badges




            72k13 gold badges102 silver badges262 bronze badges















            • "The only time that ICANN's DNS server would be queried, is if no caching DNS server had the records for the top level domain." No or not always. See root-servers.org there are 13 root servers, only one (the L one) is managed technically by ICANN. All others are managed by corporations, universities, the US army or non profit organizations, that do not have real formal contracts with ICANN.

              – Patrick Mevzek
              Apr 15 at 19:17


















            • "The only time that ICANN's DNS server would be queried, is if no caching DNS server had the records for the top level domain." No or not always. See root-servers.org there are 13 root servers, only one (the L one) is managed technically by ICANN. All others are managed by corporations, universities, the US army or non profit organizations, that do not have real formal contracts with ICANN.

              – Patrick Mevzek
              Apr 15 at 19:17

















            "The only time that ICANN's DNS server would be queried, is if no caching DNS server had the records for the top level domain." No or not always. See root-servers.org there are 13 root servers, only one (the L one) is managed technically by ICANN. All others are managed by corporations, universities, the US army or non profit organizations, that do not have real formal contracts with ICANN.

            – Patrick Mevzek
            Apr 15 at 19:17






            "The only time that ICANN's DNS server would be queried, is if no caching DNS server had the records for the top level domain." No or not always. See root-servers.org there are 13 root servers, only one (the L one) is managed technically by ICANN. All others are managed by corporations, universities, the US army or non profit organizations, that do not have real formal contracts with ICANN.

            – Patrick Mevzek
            Apr 15 at 19:17














            3
















            Stephen's answer gives you all the details, but I think your misconception or slight changes of wording is related to something else, the "IANA root".



            ICANN oversees the running of the system, and plays no operational part (which is a simplification, as they technically run some root nameservers, and are also the "registry" of .int, but this is tangential to your case).



            ICANN has a direct contract with gTLD registries, but it still needs to manage a single hierarchy in which all TLDs fit in, because obviously there is a need of uniqueness. This is called the "IANA root". Because there have been multiple attempts in the past of people trying, for technical, political, philosophical, experiment, to define other roots, which would/could carry other TLDs.



            This was called "alternate roots". They all failed for various reasons. Or at least the one trying to sell "new" TLDs, that would work only in the alternate root. There are still some alternate roots used for experiments, like the YETI Project



            But the IANA root is described in RFC 2826: "IAB Technical Comment on the Unique DNS Root" which says in its summary:




            The DNS name space is a hierarchical name space derived from a
            single, globally unique root. This is a technical constraint
            inherent in the design of the DNS. Therefore it is not technically
            feasible for there to be more than one root in the public DNS.
            That one root must be supported by a set of coordinated root
            servers administered by a unique naming authority.




            IANA was previously a specific service just maintaining this and other parameters for the IETF. After ICANN was built, IANA became a service inside ICANN. After latest ICANN evolutions, IANA is now more technically called "PTI" for "Public Technical Identifiers", see https://pti.icann.org/
            It is a separate structure, in contract with ICANN, that manages the IANA functions.






            share|improve this answer





























              3
















              Stephen's answer gives you all the details, but I think your misconception or slight changes of wording is related to something else, the "IANA root".



              ICANN oversees the running of the system, and plays no operational part (which is a simplification, as they technically run some root nameservers, and are also the "registry" of .int, but this is tangential to your case).



              ICANN has a direct contract with gTLD registries, but it still needs to manage a single hierarchy in which all TLDs fit in, because obviously there is a need of uniqueness. This is called the "IANA root". Because there have been multiple attempts in the past of people trying, for technical, political, philosophical, experiment, to define other roots, which would/could carry other TLDs.



              This was called "alternate roots". They all failed for various reasons. Or at least the one trying to sell "new" TLDs, that would work only in the alternate root. There are still some alternate roots used for experiments, like the YETI Project



              But the IANA root is described in RFC 2826: "IAB Technical Comment on the Unique DNS Root" which says in its summary:




              The DNS name space is a hierarchical name space derived from a
              single, globally unique root. This is a technical constraint
              inherent in the design of the DNS. Therefore it is not technically
              feasible for there to be more than one root in the public DNS.
              That one root must be supported by a set of coordinated root
              servers administered by a unique naming authority.




              IANA was previously a specific service just maintaining this and other parameters for the IETF. After ICANN was built, IANA became a service inside ICANN. After latest ICANN evolutions, IANA is now more technically called "PTI" for "Public Technical Identifiers", see https://pti.icann.org/
              It is a separate structure, in contract with ICANN, that manages the IANA functions.






              share|improve this answer



























                3














                3










                3









                Stephen's answer gives you all the details, but I think your misconception or slight changes of wording is related to something else, the "IANA root".



                ICANN oversees the running of the system, and plays no operational part (which is a simplification, as they technically run some root nameservers, and are also the "registry" of .int, but this is tangential to your case).



                ICANN has a direct contract with gTLD registries, but it still needs to manage a single hierarchy in which all TLDs fit in, because obviously there is a need of uniqueness. This is called the "IANA root". Because there have been multiple attempts in the past of people trying, for technical, political, philosophical, experiment, to define other roots, which would/could carry other TLDs.



                This was called "alternate roots". They all failed for various reasons. Or at least the one trying to sell "new" TLDs, that would work only in the alternate root. There are still some alternate roots used for experiments, like the YETI Project



                But the IANA root is described in RFC 2826: "IAB Technical Comment on the Unique DNS Root" which says in its summary:




                The DNS name space is a hierarchical name space derived from a
                single, globally unique root. This is a technical constraint
                inherent in the design of the DNS. Therefore it is not technically
                feasible for there to be more than one root in the public DNS.
                That one root must be supported by a set of coordinated root
                servers administered by a unique naming authority.




                IANA was previously a specific service just maintaining this and other parameters for the IETF. After ICANN was built, IANA became a service inside ICANN. After latest ICANN evolutions, IANA is now more technically called "PTI" for "Public Technical Identifiers", see https://pti.icann.org/
                It is a separate structure, in contract with ICANN, that manages the IANA functions.






                share|improve this answer













                Stephen's answer gives you all the details, but I think your misconception or slight changes of wording is related to something else, the "IANA root".



                ICANN oversees the running of the system, and plays no operational part (which is a simplification, as they technically run some root nameservers, and are also the "registry" of .int, but this is tangential to your case).



                ICANN has a direct contract with gTLD registries, but it still needs to manage a single hierarchy in which all TLDs fit in, because obviously there is a need of uniqueness. This is called the "IANA root". Because there have been multiple attempts in the past of people trying, for technical, political, philosophical, experiment, to define other roots, which would/could carry other TLDs.



                This was called "alternate roots". They all failed for various reasons. Or at least the one trying to sell "new" TLDs, that would work only in the alternate root. There are still some alternate roots used for experiments, like the YETI Project



                But the IANA root is described in RFC 2826: "IAB Technical Comment on the Unique DNS Root" which says in its summary:




                The DNS name space is a hierarchical name space derived from a
                single, globally unique root. This is a technical constraint
                inherent in the design of the DNS. Therefore it is not technically
                feasible for there to be more than one root in the public DNS.
                That one root must be supported by a set of coordinated root
                servers administered by a unique naming authority.




                IANA was previously a specific service just maintaining this and other parameters for the IETF. After ICANN was built, IANA became a service inside ICANN. After latest ICANN evolutions, IANA is now more technically called "PTI" for "Public Technical Identifiers", see https://pti.icann.org/
                It is a separate structure, in contract with ICANN, that manages the IANA functions.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 15 at 19:16









                Patrick MevzekPatrick Mevzek

                3,4221 gold badge8 silver badges25 bronze badges




                3,4221 gold badge8 silver badges25 bronze badges
























                    1
















                    Hosting service and Domain Name Provider service are two separate things.



                    Both are reachable via IP addresses only. That's how the Internet Protocol Suite functions.



                    Your DNS provider allows you to purchase a domain name and handles the DNS mechanism from there.



                    Your hosting provider provides you a computer connected to the Internet.






                    share|improve this answer

























                    • I didn't say a domain name provider and hosting service are the same... I know what anyone do for more than 10 years, I just aimed to understand how a server environment is linked with ICANN via a domain register (i.e name provider).

                      – JohnDoea
                      Apr 17 at 3:04






                    • 1





                      en.wikipedia.org/wiki/…

                      – Ron Royston
                      Apr 17 at 3:23















                    1
















                    Hosting service and Domain Name Provider service are two separate things.



                    Both are reachable via IP addresses only. That's how the Internet Protocol Suite functions.



                    Your DNS provider allows you to purchase a domain name and handles the DNS mechanism from there.



                    Your hosting provider provides you a computer connected to the Internet.






                    share|improve this answer

























                    • I didn't say a domain name provider and hosting service are the same... I know what anyone do for more than 10 years, I just aimed to understand how a server environment is linked with ICANN via a domain register (i.e name provider).

                      – JohnDoea
                      Apr 17 at 3:04






                    • 1





                      en.wikipedia.org/wiki/…

                      – Ron Royston
                      Apr 17 at 3:23













                    1














                    1










                    1









                    Hosting service and Domain Name Provider service are two separate things.



                    Both are reachable via IP addresses only. That's how the Internet Protocol Suite functions.



                    Your DNS provider allows you to purchase a domain name and handles the DNS mechanism from there.



                    Your hosting provider provides you a computer connected to the Internet.






                    share|improve this answer













                    Hosting service and Domain Name Provider service are two separate things.



                    Both are reachable via IP addresses only. That's how the Internet Protocol Suite functions.



                    Your DNS provider allows you to purchase a domain name and handles the DNS mechanism from there.



                    Your hosting provider provides you a computer connected to the Internet.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Apr 17 at 1:10









                    Ron RoystonRon Royston

                    1416 bronze badges




                    1416 bronze badges















                    • I didn't say a domain name provider and hosting service are the same... I know what anyone do for more than 10 years, I just aimed to understand how a server environment is linked with ICANN via a domain register (i.e name provider).

                      – JohnDoea
                      Apr 17 at 3:04






                    • 1





                      en.wikipedia.org/wiki/…

                      – Ron Royston
                      Apr 17 at 3:23

















                    • I didn't say a domain name provider and hosting service are the same... I know what anyone do for more than 10 years, I just aimed to understand how a server environment is linked with ICANN via a domain register (i.e name provider).

                      – JohnDoea
                      Apr 17 at 3:04






                    • 1





                      en.wikipedia.org/wiki/…

                      – Ron Royston
                      Apr 17 at 3:23
















                    I didn't say a domain name provider and hosting service are the same... I know what anyone do for more than 10 years, I just aimed to understand how a server environment is linked with ICANN via a domain register (i.e name provider).

                    – JohnDoea
                    Apr 17 at 3:04





                    I didn't say a domain name provider and hosting service are the same... I know what anyone do for more than 10 years, I just aimed to understand how a server environment is linked with ICANN via a domain register (i.e name provider).

                    – JohnDoea
                    Apr 17 at 3:04




                    1




                    1





                    en.wikipedia.org/wiki/…

                    – Ron Royston
                    Apr 17 at 3:23





                    en.wikipedia.org/wiki/…

                    – Ron Royston
                    Apr 17 at 3:23


















                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Webmasters Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebmasters.stackexchange.com%2fquestions%2f122256%2fis-it-true-to-say-that-an-hosting-providers-dns-server-is-what-links-the-entire%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Tamil (spriik) Luke uk diar | Nawigatjuun

                    Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                    Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?