Pelican Parts
Parts Catalog Accessories Catalog How To Articles Tech Forums
Call Pelican Parts at 888-280-7799
Shopping Cart Cart | Project List | Order Status | Help



Go Back   Pelican Parts Forums > Miscellaneous and Off Topic Forums > Off Topic Discussions


Reply
 
LinkBack Thread Tools Rate Thread
Author
Thread Post New Thread    Reply
Registered
 
id10t's Avatar
 
Join Date: Mar 2003
Posts: 10,338
fellow geeks.... fqdn ....

We all know that if you wanna have a presence online, you need a fully qualified domain name... or FQDN.

About to teach the section on DNS/bind configuration for my Linux class, did a search for giggles on a domain, and myfqdn.org was available.

Operative word - was.

Just gonna park it, but if you want a subdomain off it, send me a PM

Old 01-30-2017, 06:22 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #1 (permalink)
Get off my lawn!
 
GH85Carrera's Avatar
 
Join Date: Nov 2007
Location: Oklahoma
Posts: 85,044
Garage
Is there such a thing as a non qualified or partial qualified similar qualified domain? Why the "fully" part of the acronym?
__________________
Glen
49 Year member of the Porsche Club of America
1985 911 Carrera; 2017 Macan
1986 El Camino with Fuel Injected 350 Crate Engine
My Motto: I will never be too old to have a happy childhood!
Old 01-30-2017, 07:01 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #2 (permalink)
The Unsettler
 
stomachmonkey's Avatar
 
Join Date: Dec 2002
Location: Lantanna TX
Posts: 23,885
Send a message via AIM to stomachmonkey
Quote:
Originally Posted by GH85Carrera View Post
Is there such a thing as a non qualified or partial qualified similar qualified domain? Why the "fully" part of the acronym?
pelicanparts.com is a domain name.

forums is a host name.

forums is a host in the domain pelicanparts.com

forums.pelicanparts.com is a fully qualified domain name
__________________
"I want my two dollars"
"Goodbye and thanks for the fish"
"Proud Member and Supporter of the YWL"
"Brandon Won"
Old 01-30-2017, 07:10 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #3 (permalink)
The Stick
 
RKDinOKC's Avatar
 
Join Date: Dec 2007
Location: Someplace Safe?
Posts: 17,328
Garage
I've had my own domain and servers to host it since 1991. ZIPBANG.COM
Got it back when the only domain registry was Network Solutions.
You had to mail a request on letterhead to prove if you were a business, .COM, or Service Provider, .NET and had to have Tax IDs to prove you were a School, .EDU or non-profit, .ORG.

A fully qualified domain name is HOST.DOMAIN.TLD were TLD is Top Level Domain and points to a specific IP address.
The only TLDs used to be .COM, .NET, .ORG, and .EDU.
Now there are all kinds of TLDs. .INFO, .BIZ were the first.
Now you can even get .NINJA, .SOCIAL, .ROCKS, .WEBSITE and many more.
There are also TLDs for Countries like .CA for Canada, .CN for China, .MX for Mexico, .RU for Russia, etc.
The .COM TLD has been out there so long people still pretty much expect it when manually typing in a web address.

HOST in HOST.DOMAIN.TLD is the subdomain.
It is typically a specific server, but can also be a directory on another server like HOST2.DOMAIN.TLD can point to HOST.DOMAIN.TLD/directory/

Technically you can have DOMAIN.TLD as a FQDN if it points to a specific IP address ie host. Most redirect to the web server at WWW.

MYFQDN.ORG to me would mean MYFQDN was a non-profit organization.
__________________
Richard aka "The Stick"
06 Cayenne S Titanium Edition

Last edited by RKDinOKC; 01-30-2017 at 11:58 PM..
Old 01-30-2017, 11:37 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #4 (permalink)
Registered User
 
Join Date: Sep 2012
Location: Växjö Sweden/Hannover Germany
Posts: 1,135
stomachmonkey, just a short question, what is a subdomain? In my world forums is (was until now) the subdomain.
Old 01-30-2017, 11:46 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #5 (permalink)
The Stick
 
RKDinOKC's Avatar
 
Join Date: Dec 2007
Location: Someplace Safe?
Posts: 17,328
Garage
Maybe you missed it...

Quote:
Originally Posted by RKDinOKC View Post
HOST in HOST.DOMAIN.TLD is the subdomain.
__________________
Richard aka "The Stick"
06 Cayenne S Titanium Edition
Old 01-31-2017, 12:24 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #6 (permalink)
 
Registered
 
id10t's Avatar
 
Join Date: Mar 2003
Posts: 10,338
Quote:
Originally Posted by RKDinOKC View Post
Maybe you missed it...
Not quite.... foo.some.tld - the .tld can be a domain, and .some.tld is a subdomain of it - or a host in it. foo.some.tld can either be a host named foo in the domain some.tld - or it can be a sub domain.

Basically, in the DNS config, one specifies an A record for foo.some.tld. That record points at a particular IP address/host. BUT the same DNS server can also say "not only is there a host named foo.some.tld at 10.100.100.123 BUT they are also their own subdomain and have authority to create other hostnames/records in the name space .foo.some.tld"

In reality - there is only one domain - the . top level. Everything else (.com, .net, whatever) is host in that domain, a host in a subdomain of that domain, or a host that has rights to create other names/records... the top level . is always implied - but in a zone file, you'll see it used (ie, foo.some.tld. points to 10.100.100.123)
Old 01-31-2017, 04:29 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #7 (permalink)
Registered User
 
Join Date: Sep 2012
Location: Växjö Sweden/Hannover Germany
Posts: 1,135
Quote:
Originally Posted by RKDinOKC View Post
Maybe you missed it...
I sure did! Thanks RKDinOKC and id10t!
Old 01-31-2017, 04:42 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #8 (permalink)
Registered
 
id10t's Avatar
 
Join Date: Mar 2003
Posts: 10,338
Quote:
Originally Posted by pcardude View Post
What's pelicanparts.com/forums
A (partial) URL - uniform resource locater or URI - uniform resource identifier Should contain a protocol/scheme as well.

https://en.wikipedia.org/wiki/Uniform_Resource_Identifier#Syntax
Old 01-31-2017, 05:39 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #9 (permalink)
Registered User
 
Join Date: Sep 2012
Location: Växjö Sweden/Hannover Germany
Posts: 1,135
I think pcardude means the folder after the /
It is just a folder.
Old 01-31-2017, 06:43 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #10 (permalink)
Registered
 
id10t's Avatar
 
Join Date: Mar 2003
Posts: 10,338
Quote:
Originally Posted by Holger View Post
I think pcardude means the folder after the /
It is just a folder.
That would be the path part (it could be a file, but it isn't) of the URL/URI
Old 01-31-2017, 07:02 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #11 (permalink)
The Unsettler
 
stomachmonkey's Avatar
 
Join Date: Dec 2002
Location: Lantanna TX
Posts: 23,885
Send a message via AIM to stomachmonkey
Quote:
Originally Posted by id10t View Post
That would be the path part (it could be a file, but it isn't) of the URL/URI
Well it is a directory. Unless it had a file extension forums.html, forums.php etc...

__________________
"I want my two dollars"
"Goodbye and thanks for the fish"
"Proud Member and Supporter of the YWL"
"Brandon Won"
Old 01-31-2017, 08:06 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #12 (permalink)
 
Reply


 


All times are GMT -8. The time now is 09:08 AM.


 
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0
Copyright 2025 Pelican Parts, LLC - Posts may be archived for display on the Pelican Parts Website -    DMCA Registered Agent Contact Page
 

DTO Garage Plus vBulletin Plugins by Drive Thru Online, Inc.