is there a way to manage DNS without being a sysadmin?

What are pros and cons of using wildcard DNS to manage hostnames in   SaaS , multi-tenancy and cloud computing  if you want to  give  customers URLs like 'yourcompany.mysaas.com'  ? For example, Amazon S3  uses   wildcard DNS, Salesforce does not.

  • I want to  understand the best approach to  provisioning new  customers for a SaaS system. Do  corporate clients want a URL  like 'theircorporation.mysaas.com' or  are they just as happy with http://mysaas.com/theircorporation. DNS Wildcards seem like the way to go  but if so, why don't people like salesforce  use them ?

  • Answer:

    A third-level domain is not necessarily a wildcard. Wildcards resolve anything to a particular destination, and appear in the form *http://.yourdomain.com. They operate as a catch-all record for the parent. http://Corporation.mysaas.com is probably a subdomain, not a wildcard. Wildcards might be an interesting solution for something specific, but you'd probably be better off using subdomains in most traditional circumstances. Miscreants might enjoy the fact that http://yourmomisugly.mysaas.com (or far worse) resolves to a responding address.

Tom Kovarik at Quora Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.