LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Question on urls (https://www.linuxquestions.org/questions/linux-general-1/question-on-urls-4175456910/)

abcde597 04-04-2013 09:19 PM

Question on urls
 
I'm setting up a public *Nix server that will host several games, including Nethack.
My question I cannot easily put into words, simply it is,
What is this portion of a URL for?
-->(nethack.)alt.org
(Of course there wouldn't really be parentheses or an arrow :P)

kbp 04-04-2013 10:44 PM

This will probably be an A record which identifies a specific hostname to IP address mapping, it could also be a CNAME record which would be an alias to another host.

Fake A Record: www.domain.com 127.0.0.1
Fake CNAME Record: games.domain.com -> www.domain.com

<host_or_alias>.<domain>.<top_level_domain>


All times are GMT -5. The time now is 03:15 AM.