How would I put my registered-domain-name into effect?
------------------------------------------------------
Ok, so let's assume I've got my home PC on a cable-modem service,
such as Comcast or MediaOne. And, I've got an Apache web-server
running on it. But, since I haven't yet paid the $30 or whatever
to get myself a registered 'domain-name', my machine has
an IP-address and an IP-name that the cable-modem service
assigned me, such as:
24.1.2.3
<unique-hex-hardward-addr>.ne.mediaone.net>
It works just fine. If I tell all my friends to browse
my web-server named '<unique-hex-hardward-addr>.ne.mediaone.net>',
it works just fine for them.
Ok, so now the question: If I pay the $30 and get a nice
user-friendly name assigned that I own, how do I make it known
to the Internet?
More specifically, let's say I get a name registered and
assigned to me like "DavesDomain.name". So, must/should I
contact my ISP, and ask them to put an 'alias' for 24.1.2.3
into their DNS server, such as 'DavesMachine.DavesDomain.name'?
(If so, do they typically charge me to do that?)
TIA...
Dave