HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: DNS Client - how does it work?
Operating System - Tru64 Unix
1827809
Members
2059
Online
109969
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
04-29-2005 03:00 AM
04-29-2005 03:00 AM
Does a Tru65 5.1b DNS Client cache Data? Or does it continually make requests to the DNS server? Where is the DNS client binary located? And the cache if one exists? I have looked at docs, but haven't found the right one.....Thanks for any info!!!!
-john
-john
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 01:42 AM
05-02-2005 01:42 AM
Solution
Does a Tru65 5.1b DNS Client cache Data?
I have been told that it does, but it is also my experience that each request
even for repeated requests for the same address or name always generates
a request to the server. You can see this for yourself by running tcpdump
and tracing on port 53.
Where is the DNS client binary located? And the cache if one exists?
It is also my understanding that the client is not really a binary image,
but a system call, not to be confused with nslookup which is a binary image
in /usr/bin.
The system actually makes calls to gethostbyname() and gethostbyaddress()
when ever a program or user requests hostname or address information that
requires an dns lookup.
Perhaps someone more familiar with the code can correct any misinformation
I've posted.
I have been told that it does, but it is also my experience that each request
even for repeated requests for the same address or name always generates
a request to the server. You can see this for yourself by running tcpdump
and tracing on port 53.
Where is the DNS client binary located? And the cache if one exists?
It is also my understanding that the client is not really a binary image,
but a system call, not to be confused with nslookup which is a binary image
in /usr/bin.
The system actually makes calls to gethostbyname() and gethostbyaddress()
when ever a program or user requests hostname or address information that
requires an dns lookup.
Perhaps someone more familiar with the code can correct any misinformation
I've posted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 02:50 AM
05-02-2005 02:50 AM
Re: DNS Client - how does it work?
Specifically, the user program calls the gethostbyname() and gethostbyaddress() to perform the lookups. These calls then refer to the /etc/svc.conf (or /etc/nsswitch.conf for newer versions) to figure out where to do the lookups. The common configuration in those .conf files is to look in the local file (/etc/hosts), and if not found, look on a DNS server (listed in /etc/resolv.conf).
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP