Domain Related FAQS

  • What is a domain?
    Close

    A domain is like a title deed on the internet which can be purchased and owned. It is identified by a domain name (eg www.yourdomainname.com.au).

  • What's the difference between different domain names?
    Close

    There are different types of domains with country-specific domain names such as Australia (.com.au), UK (.co.uk), New Zealand (.co.nz) for example and operational-specific domain names such as non-profit organisations ".org" (international) or ".org.au" (Australian), educational institutions (.edu.au) and government departments (".gov.au" and ".nsw.gov.au"). There are even industry-specific domains, for example, TV stations and TV programs can opt for ".tv" domains.

  • Which domain name should I choose?
    Close

    It's best to make sure that your domain name reflects your business or organisation name, rather than your occupation or operational role. As an example, if your business name is "Assurance Insurance" and you're based at Pyrmont, it's best that you try to acquire the domain name "assurance.com.au" and if that is not available, then try to get "assuranceinsurance.com.au", rather than "insurance.com.au" (which would no doubt already be taken) or "pyrmontinsurance.com.au" (which makes your business seem small (limited to Pyrmont) and restricts search engines ranking of your website with your actual business name). Domain names can be purchased from various places on the internet and vary in price. If you are commercial business in Australia it is best to go for a ".com.au" domain, but if your business will be doing business internationally (or has the potential to) it is best to acquire a ".com" domain (which tend to be cheaper than ".com.au" domains). However, just because your domain is ".com.au" doesn't mean that you can't do business overseas.

  • How do I delegate (transfer) my domain name?
    Close

    If you already have a registered domain name, it's easy to transfer it to Webmax Technologies and use it with one of our hosting plans. The process of transferring a domain is called delegation. Delegation involves modifying the domain name servers (DNS) your domain name points to and then waiting 12 to 36 hours while the change propagates through Australian and international DNS. If you wish to manage the delegation of your domain, you need to log in to your domain's registrar (the website which you originally purchased the domain name from) and modify the DNS to point to the name servers provided by Webmax Technologies via email with your account information. If you would prefer Webmax Technologies to manage delegation, you will need to provide us with your username and password (or registry key) for your domain's registrar (the website which you originally purchased the domain name from).

  • What is domain authorization ? Why do I need it?
    Close

    The domain authorization code is a 6 to 16-character code assigned by the Registrar when the domain name is created. Essentially it is the "password" for a domain name and aids in the identification of the domain owner so proper authority can be established. A transfer request for .biz/.info/ccTLDs can not be initiated without auth-info code.

  • What is Mail Exchanger (MX) Record?
    Close

    An MX Record identifies the email server(s) responsible for a domain name. When sending an email to user@xyz.com, your email server must first looks up the MX Record for xyz.com to see which email server actually handles email for xyz.com (this could be mail.xyz.com or someone else's email server like mail.isp.com). Then it looks up the A Record for the email server to connect to its IP address.

    An MX Record has a Preference number, indicating the order in which the email server should be used. Email servers will attempt to deliver email to the server with the lowest preference number first, and if unsuccessful continue with the next lowest and so on.

  • What is Canonical Name (CNAME) Record?
    Close

    CNAME Records are domain name aliases. Often computers on the Internet have multiple functions such as Web Server, FTP Server, Chat Server, etc.. To mask this, CNAME Records can be used, to give a single computer multiple names (aliases).

    Sometimes companies register multiple domain names for their brand-names but still wish to maintain a single website. In such cases, a CNAME Record maybe used to forward traffic to their actual website.

    Example: www.abc.in could be CNAME to www.abc.com.

    The most popular use of the CNAME Record, is to provide access to a Web Server using both the standard www.yourdomainname.com and yourdomainname.com (without the www). This is usually done by adding a CNAME Record for the www name pointing to the short name [while creating an A Record for the shorter name (without www)]. CNAME Records can also be used when a computer or service needs to be renamed, to temporarily allow access through both the old and new name.

  • What is Name Server (NS) Record ?
    Close

    NS Records identify the DNS servers responsible (authoritative) for a Zone. A Zone should contain one NS Record for each of its own DNS servers (primary and secondary). This mostly is used for Zone Transfer purposes (notify). These NS Records have the same name as the Zone in which they are located.

    The most important function of the NS Record is Delegation. Delegation implies that part of a domain is delegated to other DNS servers.

    You can also delegate sub-domains of your own domain name (such as subdomain.yourdomainname.com) to other DNS servers. An NS Record identifies the name of a DNS server, not the IP Address. Because of this, it is important that an A Record for the referenced DNS server exists, otherwise there may not be any way to find that DNS server and communicate with it.

    If an NS Record delegates a sub-domain (subdomain.yourdomainname.com)to a DNS Server with a name in that sub-domain (ns1.subdomain.yourdomainname.com), an A Record for that server (ns1.subdomain.yourdomainname.com) must exist in the Parent Zone (yourdomainname.com). This A Record is referred to as a Glue Record, because it doesn't really belong in the Parent Zone, but is necessary to locate the DNS Server for the delegated sub-domain.

  • What is Text (TXT) Records ?
    Close

    TXT Records provide the ability to associate some text with a domain or a sub-domain. This text is meant to strictly provide information and has no functionality as such. A TXT Record can store upto 255 characters of free form text. This Record is generally used to convey information about the zone. Multiple TXT Records are permitted but their order is not necessarily retained.

    Example:
    You may add a TXT Record for yourdomainname.com with the value as This is my email server. Here, if anybody was checking the TXT Records of yourdomainname.com, would notice the above text appearing in the TXT Record.

    TXT Record can be used to implement the following:
    Sender Policy Framework (SPF): Sender Policy Framework is an extension to the Simple Mail Transfer Protocol (SMTP). SPF allows software to identify and reject forged addresses in the SMTP Mail From (Return-Path). SPF allows the owner of a domain to specify their mail sending policy, e.g. which mail servers they use to send mail from their domain name.

    1. The technology requires two sides to work in tandem:
    The domain owner publishes this information in an TXT Record in the domain's DNS zone, and when someone else's email server receives a message claiming to come from that domain, then the receiving server can check whether the message complies with the domain's stated policy. If, for example, the message comes from an unknown server, it can be considered a fake.

    DomainKeys: DomainKeys is an email authentication system (developed at Yahoo!) designed to verify the authenticity of the email sender and the message integrity (i.e., the message was not altered during transit). The DomainKeys specification has adopted aspects of Identified Internet Mail to create an enhanced protocol called DomainKeys Identified Mail (DKIM).

  • What is Service (SRV) Record ?
    Close

    An SRV or Service Record is a category of data in the DNS specifying information on available services. When looking up for a service, you must first lookup the SRV Record for the service to see which server actually handles it. Then it looks up the Address Record for the server to connect to its IP Address.

    The SRV Record has a priority field similar to an MX Record's priority value. Clients always use the SRV Record with the lowest priority value first, and only fall back to other SRV Records if the connection with this Record's host fails. If a service has multiple SRV records with the same priority value, clients use the weight field to determine which host to use. The weight value is relevant only in relation to other weight values for the service, and only among SRV Records with the same priority value.

    Newer Internet Protocols such as SIP (Session Initiation Protocol) and XMPP (Extensible Messaging and Presence Protocol) often require SRV support from clients.

  • What is Start of Authority (SOA) Record ?
    Close

    Each Zone contains a single SOA Record, which holds the following values for the Zone:
    Name of Primary DNS Server:
    The domain name of the Primary DNS server for the Zone. The Zone should contain a matching NS Record.
    Mailbox of the Responsible Person:
    The email address of the person responsible for maintenance of the Zone.
    Serial Number:
    Used by the Secondary DNS servers to check if the Zone has changed. If the Serial Number is higher than what the Secondary server has, a Zone Transfer will be initiated. This number is » automatically increased by our DNS servers when changes to the Zone or its Records are made.
    Refresh Interval:
    How often the Secondary DNS servers should check if changes are made to the zone.
    Retry Interval:
    How often the Secondary DNS server should retry checking, if changes are made if the first refresh fails.
    Expire Interval:
    How long the Zone will be valid after a refresh. Secondary servers will discard the Zone if no refresh could be made within this interval.
    Minimum (Default) TTL:
    Used as the default TTL for new Records created within the zone. Also used by other DNS servers to cache negative responses (such as Record does not exist, etc.)

Contact Us