{"id":109,"date":"2020-02-12T10:36:34","date_gmt":"2020-02-12T10:36:34","guid":{"rendered":"https:\/\/www.lcn.com\/support\/knowledge-base\/what-is-dns\/"},"modified":"2020-08-26T14:18:08","modified_gmt":"2020-08-26T14:18:08","slug":"what-is-dns","status":"publish","type":"ht_kb","link":"https:\/\/www.lcn.com\/support\/articles\/what-is-dns\/","title":{"rendered":"What is DNS?"},"content":{"rendered":"\n<p>If you&#8217;re here I&#8217;m sure your are wondering &#8220;what is DNS?&#8221;<\/p>\n\n\n\n<p>Well, all the computers connected to the internet are identified by a unique series of numbers called IP addresses (eg.&nbsp;94.126.40.154). IP stands for Internet Protocol and these numbers are not easy to remember. Domains were invented because we find it easier to deal with the names, than numbers.&nbsp;<\/p>\n\n\n\n<p>To make it easier to connect specific computers and content, the Domain Name System (DNS) was invented. This is basically an address book which is used to map an easy to remember domain name to an IP address. This then allows any responses sent to the domain name to communicate with the computer that the IP address relates to.&nbsp;<\/p>\n\n\n\n<p>Using DNS is&nbsp;similar to&nbsp;making a phone call with your mobile phone. Your phone dials the number for you and the telephone network uses that number to connect you.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Nameservers&nbsp;<\/h3>\n\n\n\n<p>Nameservers form the backbone of the Domain Name System (DNS) as they create the link between a domain name and its email and website services and hold your DNS settings. If you are not using LCN nameservers the DNS settings with LCN will not be used.&nbsp;<\/p>\n\n\n\n<p>For more information on how to update your nameservers can be found here.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Different DNS settings&nbsp;<\/h3>\n\n\n\n<p>There are&nbsp;several&nbsp;different settings and records that can be set to your Domain. We have guides on how to add these different types of records here:<\/p>\n\n\n\n<p><a href=\"https:\/\/www.lcn.com\/support\/articles\/how-to-create-an-a-aaaa-cname-or-txt-record\/\" target=\"_blank\" rel=\"noreferrer noopener\">How to create an A, AAAA, CNAME or TXT record\u00a0<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.lcn.com\/support\/articles\/how-to-create-an-mx-record\/\" target=\"_blank\" rel=\"noreferrer noopener\">How to create or edit an MX record\u00a0<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.lcn.com\/support\/articles\/how-to-create-an-srv-record\/\" target=\"_blank\" rel=\"noreferrer noopener\">How to Create an SRV record&nbsp;<\/a><\/p>\n\n\n\n<p>Below you can find a list of records you can add to your domain and what they will do.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">DNS Records<\/h3>\n\n\n\n<p><strong>A Records &#8211;&nbsp;<\/strong>(Address records)&nbsp;These records are&nbsp;used&nbsp;to link domain names to the IP address of the web server a website is hosted on.&nbsp;If&nbsp;you\u2019ve&nbsp;moved to a new hosting provider, there\u2019s a chance you may need to change or add\u202f<strong>A records<\/strong>\u202ffor your domain name.&nbsp;&nbsp;<\/p>\n\n\n\n<p><strong>CNAME<\/strong><strong>&nbsp;Records \u2013&nbsp;<\/strong>(Canonical name records)<strong>&nbsp;<\/strong>These records&nbsp;are used to map or point one hostname to another. CNAMEs are commonly used to point&nbsp;one&nbsp;domain name to another&nbsp;domain name; allowing you to display the same website on both domains.&nbsp;<\/p>\n\n\n\n<div class=\"container row col-md-24 support-article panel panel-default panel-body\" style=\"background-color: #f6e9db; border-color: #ead9c7; border: 1px solid #ddd; border-radius: 4px; padding: 1% 2%; background-image: url('\/images\/my_account\/highlight.png'); background-position: left top; background-repeat: repeat-x;\">\n<p><span style=\"font-size: 17px;\"><strong style=\"color: #e77600 !important; font-size: 18px;\">Please Note:<\/strong>\u202f<strong>CNAME records<\/strong> will supersede an <strong>A record<\/strong>. For example, if you have a <strong>CNAME<\/strong> and an <strong>A record<\/strong> for www.yourdomain.com \u2013 the <strong>CNAME<\/strong> will resolve and the <strong>A record<\/strong> will not.&nbsp;<\/span><\/p>\n<\/div>\n\n\n\n<p><strong>AAAA records<\/strong><strong>&nbsp;&#8211;<\/strong>\u202f(so-called Quad-A records)&nbsp;Their&nbsp;primary use, is to link domain names to an IPv6 (IP Version 6) address of the webserver a website is hosted on.&nbsp;If&nbsp;you\u2019ve&nbsp;moved to a new hosting provider, there\u2019s a chance you may need to add\u202fAAAA records\u202ffor your domain name.&nbsp;<\/p>\n\n\n\n<p><strong>MX records<\/strong>&nbsp;&#8211; (Mail&nbsp;eXchange&nbsp;records) Their primary use is to direct email sent to your\u202fdomain name\u202fto the correct email server. If&nbsp;you\u2019ve&nbsp;moved to a new hosting provider, there\u2019s a chance you may need to change or add MX records for your domain name.&nbsp;<\/p>\n\n\n\n<p><strong>SPF Records \u2013 (<\/strong>Sender Policy Framework) These records specify which mail servers can send email on behalf of your domain. When an email is received, the mail server uses the SPF record to check that mail is being sent by an authorised mail server, if not the mail can be rejected as spam.&nbsp;<\/p>\n\n\n\n<p>If&nbsp;you\u2019re&nbsp;using LCN for your email services, an SPF record is already setup on your domain. If&nbsp;you\u2019re&nbsp;using an external mail provider such as Google Mail you can ask them for an SPF record and add this as a TXT record.&nbsp;<\/p>\n\n\n\n<p><strong>DKIM<\/strong><strong>&nbsp;\u2013<\/strong>&nbsp;(Domain Keys Identified Mail) -\u202frecords allow you to digitally sign emails from your domain. Recipients of your emails can then verify that the message really did come from your domain and has not been tampered with.&nbsp;<\/p>\n\n\n\n<p>DKIM works by using public and private encryption keys. The private key is used to create encrypted mail headers that are embedded in every email message you send. The public key is added to the DNS records for your domain which allows recipients to retrieve and then use it to decrypt the header and verify the message.&nbsp;<\/p>\n\n\n\n<p>If you run your own mail server and would like to start signing your own emails,\u202f<a href=\"http:\/\/www.dkim.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">dkim.org<\/a>\u202fwill give you everything you need.&nbsp;<\/p>\n\n\n\n<p><strong>SRV<\/strong><strong>&nbsp;\u2013&nbsp;<\/strong>(Service records)\u202fThese records&nbsp;are a general use records that relate to a&nbsp;particular service&nbsp;of the domain e.g. SIP or FTP. They provide flexibility to the DNS system by not having to create lots of new record types for each service. SRV records are popular for newer protocols, for example, Internet telephony (SIP) or Instant Messaging (XMPP) where the desktop programs that connect to the services can find out where it is hosted and additional information such as port and protocol.&nbsp;<\/p>\n\n\n\n<p>One reason for creating an SRV record for your domain would be if you wanted to have a single public SIP address which could be redirected to your current location. If someone wanted to make a SIP phone call to you@domain.com the SRV record on domain.com would tell their SIP program that it should connect to sip.voip-service.com.&nbsp;<\/p>\n\n\n\n<p>That&#8217;s it! You now know the different types of DNS records and what they do.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you&#8217;re here I&#8217;m sure your are wondering &#8220;what is DNS?&#8221; Well, all the computers connected to the internet are identified by a unique series of numbers called IP addresses (eg.&nbsp;94.126.40.154). IP stands for Internet Protocol and these numbers are not easy to remember. Domains were invented because we find it easier to deal with [&hellip;]<\/p>\n","protected":false},"author":3,"comment_status":"closed","ping_status":"open","template":"","format":"standard","meta":{"footnotes":""},"ht-kb-category":[16],"ht-kb-tag":[3],"class_list":["post-109","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-managing-dns-and-nameservers","ht_kb_tag-domain-names"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What is DNS? - LCN.com Customer Support Guide<\/title>\n<meta name=\"description\" content=\"What is DNS? This article explains what exactly is DNS, how it works and why it is vital to your domain and website.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.lcn.com\/support\/articles\/what-is-dns\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is DNS? - LCN.com Customer Support Guide\" \/>\n<meta property=\"og:description\" content=\"What is DNS? This article explains what exactly is DNS, how it works and why it is vital to your domain and website.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.lcn.com\/support\/articles\/what-is-dns\/\" \/>\n<meta property=\"og:site_name\" content=\"Customer Support Guides - LCN\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/lcndotcom\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-26T14:18:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.lcn.com\/support\/wp-content\/uploads\/support-facebook-feed.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@lcndotcom\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.lcn.com\/support\/articles\/what-is-dns\/\",\"url\":\"https:\/\/www.lcn.com\/support\/articles\/what-is-dns\/\",\"name\":\"What is DNS? - LCN.com Customer Support Guide\",\"isPartOf\":{\"@id\":\"https:\/\/www.lcn.com\/support\/#website\"},\"datePublished\":\"2020-02-12T10:36:34+00:00\",\"dateModified\":\"2020-08-26T14:18:08+00:00\",\"description\":\"What is DNS? This article explains what exactly is DNS, how it works and why it is vital to your domain and website.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.lcn.com\/support\/articles\/what-is-dns\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.lcn.com\/support\/articles\/what-is-dns\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.lcn.com\/support\/articles\/what-is-dns\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.lcn.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is DNS?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.lcn.com\/support\/#website\",\"url\":\"https:\/\/www.lcn.com\/support\/\",\"name\":\"Customer Support Guides - LCN\",\"description\":\"- LCN\",\"publisher\":{\"@id\":\"https:\/\/www.lcn.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.lcn.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.lcn.com\/support\/#organization\",\"name\":\"LCN.com\",\"url\":\"https:\/\/www.lcn.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.lcn.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.lcn.com\/support\/wp-content\/uploads\/2020\/02\/ZF_-hcc3.jpg\",\"contentUrl\":\"https:\/\/www.lcn.com\/support\/wp-content\/uploads\/2020\/02\/ZF_-hcc3.jpg\",\"width\":461,\"height\":461,\"caption\":\"LCN.com\"},\"image\":{\"@id\":\"https:\/\/www.lcn.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/lcndotcom\",\"https:\/\/x.com\/lcndotcom\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is DNS? - LCN.com Customer Support Guide","description":"What is DNS? This article explains what exactly is DNS, how it works and why it is vital to your domain and website.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.lcn.com\/support\/articles\/what-is-dns\/","og_locale":"en_US","og_type":"article","og_title":"What is DNS? - LCN.com Customer Support Guide","og_description":"What is DNS? This article explains what exactly is DNS, how it works and why it is vital to your domain and website.","og_url":"https:\/\/www.lcn.com\/support\/articles\/what-is-dns\/","og_site_name":"Customer Support Guides - LCN","article_publisher":"https:\/\/www.facebook.com\/lcndotcom","article_modified_time":"2020-08-26T14:18:08+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/www.lcn.com\/support\/wp-content\/uploads\/support-facebook-feed.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@lcndotcom","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.lcn.com\/support\/articles\/what-is-dns\/","url":"https:\/\/www.lcn.com\/support\/articles\/what-is-dns\/","name":"What is DNS? - LCN.com Customer Support Guide","isPartOf":{"@id":"https:\/\/www.lcn.com\/support\/#website"},"datePublished":"2020-02-12T10:36:34+00:00","dateModified":"2020-08-26T14:18:08+00:00","description":"What is DNS? This article explains what exactly is DNS, how it works and why it is vital to your domain and website.","breadcrumb":{"@id":"https:\/\/www.lcn.com\/support\/articles\/what-is-dns\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.lcn.com\/support\/articles\/what-is-dns\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.lcn.com\/support\/articles\/what-is-dns\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.lcn.com\/support\/"},{"@type":"ListItem","position":2,"name":"What is DNS?"}]},{"@type":"WebSite","@id":"https:\/\/www.lcn.com\/support\/#website","url":"https:\/\/www.lcn.com\/support\/","name":"Customer Support Guides - LCN","description":"- LCN","publisher":{"@id":"https:\/\/www.lcn.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.lcn.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.lcn.com\/support\/#organization","name":"LCN.com","url":"https:\/\/www.lcn.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.lcn.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.lcn.com\/support\/wp-content\/uploads\/2020\/02\/ZF_-hcc3.jpg","contentUrl":"https:\/\/www.lcn.com\/support\/wp-content\/uploads\/2020\/02\/ZF_-hcc3.jpg","width":461,"height":461,"caption":"LCN.com"},"image":{"@id":"https:\/\/www.lcn.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/lcndotcom","https:\/\/x.com\/lcndotcom"]}]}},"_links":{"self":[{"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/ht-kb\/109","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/comments?post=109"}],"version-history":[{"count":2,"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/ht-kb\/109\/revisions"}],"predecessor-version":[{"id":1308,"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/ht-kb\/109\/revisions\/1308"}],"wp:attachment":[{"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/media?parent=109"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/ht-kb-category?post=109"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/www.lcn.com\/support\/wp-json\/wp\/v2\/ht-kb-tag?post=109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}