- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- What is the max length for a fully (DNS) qualified...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 04:52 PM
01-13-2005 04:52 PM
Is there any limit to te length of a fully qualified host name?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 05:54 PM
01-13-2005 05:54 PM
Re: What is the max length for a fully (DNS) qualified hostname?
63 octets per label. 255 bytes per FQDN (254 bytes for the FQDN plus one byte for the terminating dot).
see table 3.7 in http://www.microsoft.com/resources/documentation/WindowsServ/2003/all/deployguide/en-us/Default.asp?url=/resources/documentation/WindowsServ/2003/all/deployguide/en-us/dnsbd_dns_rcvz.asp
That means 63 characters per label.
See this page paragraph 6.
http://www.tcpipguide.com/free/t_DNSNameNotationandMessageCompressionTechnique.htm#Figure_252
regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2005 04:36 AM
01-14-2005 04:36 AM
Re: What is the max length for a fully (DNS) qualified hostname?
What would be the practical on site big big name lengths that anyone has come accross?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2005 10:09 AM
01-14-2005 10:09 AM
SolutionLongest I could find in some quick playing was 40:
dcr1-so-3-3-0.SanFranciscosfo.savvis.net
Bug I guess if you're talking internal departmentalized records, I guess they could stack a bit, something like:
sort of thing *shrug*. No limit to the amount of dots in the middle ;P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2005 01:47 AM
01-16-2005 01:47 AM
Re: What is the max length for a fully (DNS) qualified hostname?
thanks for the info. everyone!