- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: XNTPD - Broadcast vs. Polling?
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
09-19-2000 05:48 AM
09-19-2000 05:48 AM
I was wondering if anyone had information or could point me to sources where I might find details on the difference between a polling configuration and a bradcast situation?
From what I have read here in various messages it seems as though broadcasting is preferred although I am not sure why? My concern is that in our Data Warehouse environment every bit on the pipe is accountable for. I do not want to be adding any additional strain on the net caused by broadcasting time.
Thanks in advance for anything you have to add.
Rick Tweedy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 05:53 AM
09-19-2000 05:53 AM
Re: XNTPD - Broadcast vs. Polling?
http://www.eecis.udel.edu/~ntp/ntpfaq.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 05:57 AM
09-19-2000 05:57 AM
Solutionhmmm.. I would go with polling because you have better control as to when the client has to sync up ( so for example, you can configure your client sync up to raise alerts if it has been unable to contact any of the xntpd's in a specified period (you might want to know about this) ) ... plus, like you rightly mentioned, there would be some extra network traffic (not very significant) but its there.
configure your clients to run ntpdate from the cron at regular intervals - you can make it fancy by wrapping the ntpdate call around a script that does checking for success or failure of the ntpdate and send out an alert if required.
cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 07:39 AM
09-19-2000 07:39 AM
Re: XNTPD - Broadcast vs. Polling?
You would use this in the case when many clients require NTP info. If you only have a few, it is best to use polling because you have more control by using peer polling techniques.
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2000 08:27 AM
09-20-2000 08:27 AM
Re: XNTPD - Broadcast vs. Polling?
Thanx for all the info! It seems to me that broadcasting would be the best solution. It is obvious(now hahaha) that the traffic would be must small than polling from multiple machines.
It do not really understand why the concern over control leads to polling being preferencial? The only thing that I could think of is that you may not want the clock change while a oracle(for example) is up. In theory the time change could corrupt the DB but I would think that this sort of thing has been accounted for. I know that if there is too much difference in the clocks the update wont happen and I assume that if the update does happen that the time diff is small and things like oracle will componsate?
Thanks again for the help. Let me know if any of my assumptions are wrong above. Off to hand out sum points!
Cheers