Questions tagged [domain-name]

A domain name is an identification string that defines a group of computers on the internet under the same realm of administrative autonomy, authority, or control. Technically, any name registered in DNS is a domain name, however, the term usually refers to a second and top level domain, such as serverfault.com

A domain name is an identification string that defines a group of computers on the internet under the same realm of administrative autonomy, authority, or control. Technically, any name registered in DNS is a domain name, however, the term usually refers to a second and top level domain, such as serverfault.com.

Domains are grouped into a hierarchy from right to left, with levels being delimited by dots. For example, in the domain name chat.stackexchange.com, .com would be the top level domain (TLD), stackexchange would be the second level domain and chat would be the third level domain. (Third level and higher domains are usually referred to as subdomains.)

Domain names serve as human-friendly references to networked devices, which would otherwise be designated by their IP addresses, which are strings of numbers that are generally difficult for humans to remember.

More information on domain names can be found at the Wikipedia page devoted to the topic, here.

475 questions
5
votes
5 answers

www.example.com vs example.com

Possible Duplicate: to www or not to www Consider a website at www.example.com When the URL is entered manually into Firefox's address bar as example.com , the browser automatically redirects to www.example.com. Using Internet Explorer, the…
Broken Link
  • 161
  • 2
  • 5
5
votes
1 answer

Domain Not Resolving to Forwarded IP

I've recently registered a domain name with GoDaddy.com and forwarded it to my web server's IP address. Now when I enter the domain name in my browser, my site appears as expected. The strange part is, when I ping the domain name, another IP…
ks78
  • 849
  • 2
  • 10
  • 20
5
votes
2 answers

Why should www.domain and mail.domain be used?

I see the default hostname for mail and web servers being set as mail.domain.tld and www.domain.tld respectively. Why is this? Does it help as you move from a single server to multiple servers? I have always used plain domain.tld for both the mail…
Xeoncross
  • 4,449
  • 12
  • 43
  • 56
5
votes
3 answers

When does the TLD having glue records for the nameservers save DNS lookups?

My understanding is that if I have the nameservers for both example1.com and example2.us set to ns1.example2.us and ns2.example2.us, looking up www.example1.com will: look up example1.com to find its nameservers, yielding no glue records (.com…
Isaac
  • 534
  • 2
  • 11
  • 24
5
votes
1 answer

Is email deliverability impossible with a .name email address?

I have a dot name domain. .name is an odd TLD: they originally only offered third level domains, eg first.last.name, so that more people could get their own name. They also included the first@last.name email address with each domain registration.…
ryan
  • 246
  • 1
  • 8
4
votes
1 answer

SSH using domain name from internal network

I have a home server running Ubuntu 18.04 that hosts some private services. For access from the outside world, I have a domain that points through my router at my home server. This way I can access webservices, as well as SSH from anywhere, which…
erik
  • 151
  • 1
  • 3
4
votes
3 answers

How are the NS records resolved?

Note: I'm aware of glue records and that DNS servers use them only in case the ns server domain is the same as the domain for which you sent the query. Now my question was: Say you have example.com which has ns1.example.org (a different domain than…
4
votes
2 answers

Domain will not propagate (Over 96+ Hours)

I'm stumped. I have dozens of domains, but this is my first "ngo" domain. On tuesday (march 15th, 2016), I set the same servers for my domain "sai.ngo"…
4
votes
1 answer

Exchange 2013 Internal and External URLs with multiple servers and certificates

I'm building a lab with two Exchange 2013 Servers with different internal names and only one external URL, the naming schema is something like this: Internal Names: exchange1.local.example.com exchange2.local.example.com External…
4
votes
2 answers

Why can't I whois '.google' domains?

I know of only two domains under the TLD google (owned by Google, obviously): nic.google lers.google However, neither of these give valid output when used with whois: $ whois nic.google No whois server is known for this kind of object. Why aren't…
IQAndreas
  • 1,550
  • 2
  • 20
  • 39
4
votes
2 answers

Is this a case of a stale ISP DNS cache or did I fudge something up?

I am currently in the process of transferring a legacy website (from a legacy hosting service provider) to a modern solution. Due to my context-specific requirements (which include financial constraints), I made the decision to backup and replicate…
dvijayak
  • 43
  • 3
4
votes
1 answer

How Apache name-based virtual host works with public IP address?

I am new to Apache web server. When we configure Apache web server, we have the options of setting name-based virtual host. Based on my understanding, when a user type in a domain name www.example.com in a web browser, it will connect to a DNS…
userpal
  • 613
  • 4
  • 10
  • 17
4
votes
3 answers

Redirect email using DNS?

I own a custom domain, i.e myself.com. I would like to make all email sent to me@myself.com to be delivered to myself@hotmail.com. I do not want to use Google's Google Apps, or Microsoft's Live Admins. Is this possible using DNS only?
itaysk
  • 395
  • 2
  • 4
  • 9
4
votes
2 answers

How to specify search domain name of nginx resolver for proxy_pass

Assuming my server is www.mydomain.com, on Nginx 1.0.6 I'm trying to proxy all request to http://www.mydomain.com/fetch to other hosts, the destination URL is specified as a GET parameter named "url". For instance, when user requests either…
myjpa
  • 43
  • 1
  • 4
4
votes
1 answer

Joining domain in depolying image with Unattend file

I am deploying windows 7 images to our classroom PC's via WDS. Am trying to get the machine to auto join the domain through the unattend file but am running into an issue. The unattendfile is created with WSIM. The domain section to my understanding…
chr
  • 112
  • 1
  • 2
  • 10