Recommended Posts

Are you jumping around with IPs like crazy?? Why in the world would the TTL for both the NS and A and cname be 60 seconds?

I was looking at dns queries -- and couldn't figure out why so many to neowin. Then I took a look at the ttl

******

;; ANSWER SECTION:

www.neowin.net. 60 IN CNAME neowin.net.

neowin.net. 60 IN A 74.204.71.245

neowin.net. 60 IN A 74.204.71.246

neowin.net. 60 IN A 74.204.71.247

;; AUTHORITY SECTION:

neowin.net. 60 IN NS ns3.neowin.net.

neowin.net. 60 IN NS ns1.neowin.net.

neowin.net. 60 IN NS ns2.neowin.net.

;; ADDITIONAL SECTION:

ns1.neowin.net. 60 IN A 74.204.71.249

ns2.neowin.net. 60 IN A 74.204.71.250

ns3.neowin.net. 60 IN A 208.43.57.26

********

Unless these IP are changing every couple of minutes -- why such a low TTL? Even freaking google does not have a 60 second ttl.

;; ANSWER SECTION:

www.google.com. 604800 IN CNAME www.l.google.com.

www.l.google.com. 300 IN A 74.125.225.146

www.l.google.com. 300 IN A 74.125.225.147

www.l.google.com. 300 IN A 74.125.225.144

www.l.google.com. 300 IN A 74.125.225.145

www.l.google.com. 300 IN A 74.125.225.148

See the length of that cname -- thats because they KNOW its not going to change.. Sure the A's that it points to do, so 5 minutes you have to recheck those. But neowin is 1 minute every single dns server on the planet that has users asking for neowin.net have to come and talk to one of the 3 ns every freaking minute. Not counting the extra traffic to re lookup the NS for neowin your causing.

That is just nuts!!!

Link to comment
https://www.neowin.net/forum/topic/1074747-who-manages-dns-for-neowin/
Share on other sites

how often do change the 3 ips you have listed? 300 is still seems WAY to low for such a site.. Why would you want that added dns traffic?

Do you really move IPs that often?? You lower your ttl as you get close to a move - or if you expect an issue where you will be changing IPs on the fly, etc.

I see you bumped up the cname and ns to 6 hours..

But really 5 minutes on these ips

neowin.net. 205 IN A 74.204.71.247

neowin.net. 205 IN A 74.204.71.246

neowin.net. 205 IN A 74.204.71.245

You have been using the same IPs since what aug 2011 or something, this is what netcraft shows. Do you really need the extra dns traffic?

You could be talking some significant amount of bandwidth. I would assume with the number of users for neowin globally - that there is quite a bit of traffic.. Why not make that 5 minutes 1 hour, 12 hours? What are the odds that your IPs are going to change? Really..

Just talking a move to 1 hour vs 5 minutes would cut your dns to 1/12 of its current level??

If you plan a move to new servers or something in the future - then you just lower the ttl as you get close to the cut over. So that there is min amount of time before everyone sees the new ips. But I would think your generating significant traffic to your servers for no reason.

load balanced or just round robin dns? Which is NOT load balancing btw, load distribution sure.. Unless you are using some form of api to change the order of the IPs based returned by your name server upon load on the server at any given moment, than its not load balancing if your only doing it with dns. There are ways to do this -- but I'm pretty sure you just doing the generic round robin order of the 3 ips returned.

Either way your handing out the 3 ips.. Does not mater if you hand them out for 5 minutes or 1 hour or 12.. Your still handing out the 3.. The isp dns once cached will round robin through them.

This is to my server - 3 queries back to back..

C:\Windows\System32>dig www.neowin.net +short

neowin.net.

74.204.71.246

74.204.71.245

74.204.71.247

C:\Windows\System32>dig www.neowin.net +short

neowin.net.

74.204.71.245

74.204.71.247

74.204.71.246

C:\Windows\System32>dig www.neowin.net +short

neowin.net.

74.204.71.247

74.204.71.246

74.204.71.245

Notice how the order changes.. This is from my cached server. All within the current ttl.

Does not matter if that ttl is 5 minutes or 12 hours. Still going to change the order every time a client asks. They are just going to ask less often is all -- the order of the ips the given is going to be distributed to the clients in different order. So globally you still get load across all 3 of your servers.

Just look at one isp dns for example - say comcast.

C:\Windows\System32>dig @75.75.75.75 www.neowin.net +short

neowin.net.

74.204.71.246

74.204.71.247

74.204.71.245

C:\Windows\System32>dig @75.75.75.75 www.neowin.net +short

neowin.net.

74.204.71.247

74.204.71.245

74.204.71.246

C:\Windows\System32>dig @75.75.75.75 www.neowin.net +short

neowin.net.

74.204.71.247

74.204.71.245

74.204.71.246

Order is changed every time I queried it. Now there is nothing saying that client has to go to 1st ip given, but that is normally the case. So now first isp client will go to ip 1, 2nd client that queries would go to ip 2, etc.. So your still distributing the load across the number of clients. Just not having to come ask your server every 5 minutes if the ips changed.

Your distributing the requests across the IPs - this is load distribution. In this case does not matter if you have 5 minute ttl or 12 hour.. Other than load on your DNS!! That is for sure!

You don't need a low ttl to distribute your load across your 3 ips.. But that will for sure generate way more traffic to your dns. That is just not needed..

I have to assume neowin.net has to pay for bandwidth they use?? Right -- so why have more traffic to your servers than needed. You don't need a 300 second ttl to distribute the load across your 3 ips. A 12 hour would do the same thing.

Even if they had 500,000,000 DNS queries per month, it would be less than your average animated .gif on these forums.

Seriously though, the average query is what.. few hundred bytes tops - you might shave a little bandwidth here and there but I doubt it would make much of a difference in the hosting bill for Neowin.

And as for the comparison to "getting nowhere", people who tend to only view minuscule details lack the ability to look at the big picture - if we only dedicated ourselves to examining the most efficient way to do something, we would have spent so much time trying to perfect things we would have gotten nowhere either.

So 500 million queries * 100 bytes = 50GB of traffic.. What you don't think they pay for that? Why not make it 4GB with one simple change to 1 hour vs 5 minutes on their ttl?

And your talking more than 100bytes, with just the simple query for www.neowin.net returns

;; MSG SIZE rcvd: 207

So with your 500 million example your talking 103GBytes of traffic. This is nothing to sneeze at.. And I would bet they are seeing way more than 500 million queries a month to be honest..

So 500 million queries * 100 bytes = 50GB of traffic.. What you don't think they pay for that? Why not make it 4GB with one simple change to 1 hour vs 5 minutes on their ttl?

And your talking more than 100bytes, with just the simple query for www.neowin.net returns

;; MSG SIZE rcvd: 207

So with your 500 million example your talking 103GBytes of traffic. This is nothing to sneeze at.. And I would bet they are seeing way more than 500 million queries a month to be honest..

Good answer! (Y)

PING neowin.net (74.204.71.247): 56 data bytes

64 bytes from 74.204.71.247: icmp_seq=0 ttl=51 time=121.680 ms

64 bytes from 74.204.71.247: icmp_seq=1 ttl=51 time=123.945 ms

64 bytes from 74.204.71.247: icmp_seq=2 ttl=51 time=133.143 ms

--- neowin.net ping statistics ---

3 packets transmitted, 3 packets received, 0.0% packet loss

round-trip min/avg/max/stddev = 121.680/126.256/133.143/4.957 ms

Neowin seems to have connection issues. If I compare this result with say google:

PING google.com (173.194.34.166): 56 data bytes

64 bytes from 173.194.34.166: icmp_seq=0 ttl=57 time=28.229 ms

64 bytes from 173.194.34.166: icmp_seq=1 ttl=57 time=37.363 ms

--- google.com ping statistics ---

2 packets transmitted, 2 packets received, 0.0% packet loss

round-trip min/avg/max/stddev = 28.229/32.796/37.363/4.567 ms

ping times and dns are not related -- if neowin is farther way from you than google, then yeah its going to be a longer ping to them.

Google has servers all over the planet - so I would hope the would be closer to you then neowin -- which only has the servers in 1 location.

I'll be honest, I've been having loads of connection issues with neowin and neogamr in the past few weeks.. loads of server not responding pages.. But I've just not really had time or motivation to report it. xP

I'm going to close this, as it seems to just be inviting unneeded attacks against an undeserving member.

BudMan is indeed correct with his point, and I thank him for bringing it to our attention. I have raised the TTL for most records as I said earlier. I realise the setting of the A records for neowin.net. at 300 may seem a little low, but trust me, it's like that intentionally, and for good reason.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • foobar2000 2.25.10 by Razvan Serea foobar2000 is an advanced freeware audio player for the Windows platform. It features the simplest, most minimalistic interface you'll ever see in this kind of program. Other features include full unicode support, ReplayGain support and native support for several popular audio formats. foobar2000 features: Supported audio formats: MP3, MP4, AAC, CD Audio, WMA, Vorbis, FLAC, WavPack, WAV, AIFF, Musepack, Speex, AU, SND... and more with additional components. Gapless playback. Full unicode support. Easily customizable user interface layout. Advanced tagging capabilities. Support for ripping Audio CDs as well as transcoding all supported audio formats using the Converter component. Full ReplayGain support. Customizable keyboard shortcuts. Open component architecture allowing third-party developers to extend functionality of the player foobar2000 2.25.10 changelog: Improved implementation of built-in UPnP Media Renderer, implemented gapless playback compatible with popular UPnP control apps. Enabled discovery of OpenHome UPnP devices as output devices. Enabled TLS v1.3 encryption for HTTPS connections. Fixed Ogg/Opus files with single chapter not showing correct track numbers. Fixed Direct2D visualizations getting stuck after GPU driver reinitialization. Updated 7-Zip library to 26.01. Updated UnRAR library to 7.2.6. Download: foobar2000 64-bit | 7.3 MB (Freeware) Download: foobar2000 32-bit | 6.4 MB Links: Home Page | foobar2000 for Mac | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Pick up Babbel Language Learning lifetime subscription at 47% off with code by Steven Parker Learn all 14 languages and access more than 10,000 hours of high-quality language education online. Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where you can pick up a lifetime subscription to Babbel Language Learning at 47% off. Note: Available to U.S. customers & NEW users only. Learn Spanish, French, Italian, German, and many more languages with Babbel, the #1 top-grossing language-learning app in the world. Developed by over 100 expert linguists, Babbel is helping millions of people speak a new language quickly and with confidence. After just one month, you will be able to speak confidently about practical topics, such as transportation, dining, shopping, directions, making friends and socializing and much more! Get lifetime access to learn all 14 languages Practice with 10-15 minute bite-sized lessons that fit conveniently into your schedule Cover a wide range of useful real-life topics, from travel to family, business, food & more Use speech recognition technology to keep your pronunciation on point Learn at a variety of skill levels, from beginner to advanced Get personalized review sessions to reinforce what you learn so it really sticks Study whenever & wherever you want and your progress will be synchronized across your devices Use offline mode to access courses, lessons & review items when not on Wi-Fi—just download them beforehand Languages Available: Spanish (Spain), German, Italian, French, Portuguese, Swedish, Turkish, Dutch, Polish, Indonesian, Norwegian, Danish, Russian, Spanish (Latin America) Good to know Length of access: lifetime Valid for New Users in the USA Only Redemption deadline: redeem your code within 30 days of purchase Please note redemption is required via Web Browser. Access to the mobile app will be available after redemption has been completed via web browser Max number of devices: Unlimited Access options: desktop & mobile Number of languages: 14 (all current languages) Updates included Babbel Language Learning: Lifetime Subscription (All Languages) normally costs $299, but you can pick it up for just $159 for a limited time - that represents a saving of $140. For a full description, specs, and license info, click the link below. Deal Price $159.00 with code LEARN (was $299) NOTE: For NEW users in the US only. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • AltSendme 0.4.2 is out.
    • Simple answer is yes, you will still get the Windows updates and as long as browser is up to date, you will be good. Only thing secure boot does is protect you against boot level threats and make it harder to install other OS's. I've been looking into this pretty thoroughly lately myself as wifes computer has secure boot disabled plus my other, older computers that run Linux, don't have secure boot enabled. Have seen all kinds of questions about this on the Linux Mint and MX Linux forums. Just don't suddenly enable secure boot now.
    • How many other companies will follow Ford's lead? Or, have they already gotten lazy and become enslaved to AI--and now can't figure out how to get out of that mess.
  • Recent Achievements

    • Week One Done
      flexorcist earned a badge
      Week One Done
    • One Month Later
      Woland13 earned a badge
      One Month Later
    • Week One Done
      Woland13 earned a badge
      Week One Done
    • One Year In
      bernmeister earned a badge
      One Year In
    • Week One Done
      Scoobystu earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      493
    2. 2
      +Edouard
      225
    3. 3
      PsYcHoKiLLa
      148
    4. 4
      Steven P.
      75
    5. 5
      FloatingFatMan
      71
  • Tell a friend

    Love Neowin? Tell a friend!