Last modified by Drunk Monkey on 2022-06-16 10:44

From version 1.1
edited by Drunk Monkey
on 2022-06-16 08:48
Change comment: There is no comment for this version
To version 4.1
edited by Drunk Monkey
on 2022-06-16 10:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Domains/DNS/Websites/Hosting
1 +Domains / DNS / Websites / Hosting
Content
... ... @@ -1,7 +1,34 @@
1 -Domain Name Registrar
1 +== Definitions ==
2 2  
3 -Name Server
3 +**Registrar**
4 4  
5 -DNS Server
5 +Domain Name Registrars are the organizations responsible facilitating the leasing of domains from the Internet Domain Registry to a domain registrant.  They allow the registrant to define the which DNS Server is authoritative for the domain.
6 6  
7 +Registrars make their money by adding a service fee onto the cost of a Domain Registration with the Internet Domain Registry.  Some registrars charge q
8 +
9 +**Authoritative Name Server**
10 +
11 +A name server is a program that converts a domain name into an IP address.  An Authoritative name server is the name server that is considered the definitive source of records for a domain.  The Authoritative Name Server contains the master copy of the Zone Record for the domain from which all other names servers will query.
12 +
13 +**Zone Record / DNS Records**
14 +
15 +A zone record is a simple database that defines all the Domain Name System Records for a domain.  Website addresses and mail server addresses are examples of the kinds of information that is stored in a zone record.  These records are served out by the Authoritative Name Server to anyone that requests information for that domain.
16 +
17 +**DNS Service**
18 +
19 +A DNS Service is the software that allows a someone to edit/update the DNS Records for a domain's Authoritative Name Server.
20 +
21 +**Hosting**
22 +
23 +Hosting means providing a service on a service providers computers.  Common hosting services are Websites, EMail, File Sharing and DNS.
24 +
25 +**Hosting Provider**
26 +
27 +A Hosting Provider is a company that offers to host various services on behalf of a customer.  A Hosting Provider often offers a "1 stop" shop for a customer.  They'll register a domain on your behalf, provide an interface to manage your DNS, provide the tools required to provision the services you wish to run - such a website.
28 +
29 +== How It All Ties Together ==
30 +
31 +If one wishes to have a website, one has to first register a domain.   
32 +
33 +
7 7