TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The secret life of DNS packets (2019)

95 pointsby ohjeez5 months ago

9 comments

adeptima5 months ago
There are many more dark secrets of DNS packets. Especially, in the context of internet providers and censorship industry - DNS Filtering, DNS Spoofing/Poisoning, Blocking Public DNS, etc
makiniq0z5 months ago
Instead of running local resolvers for caching, they should have used nscd DNS cache to decrease the volume of queries from those machines running the logs tasks. nscd is not designed for that, but is long known to have this best-use practice: <a href="https:&#x2F;&#x2F;prefetch.net&#x2F;blog&#x2F;2011&#x2F;03&#x2F;27&#x2F;configuring-nscd-to-cache-dns-host-lookups&#x2F;" rel="nofollow">https:&#x2F;&#x2F;prefetch.net&#x2F;blog&#x2F;2011&#x2F;03&#x2F;27&#x2F;configuring-nscd-to-cac...</a>
评论 #42408180 未加载
评论 #42406269 未加载
dougifresh945 months ago
AWS natively provides this (1024 PPS) as a metric (‘ linklocal_allowance_exceeded’) via eth tool, which is automatically scraped by most Observability stacks. See <a href="https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;AWSEC2&#x2F;latest&#x2F;UserGuide&#x2F;monitoring-network-performance-ena.html#network-performance-metrics" rel="nofollow">https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;AWSEC2&#x2F;latest&#x2F;UserGuide&#x2F;monitori...</a>
mattrighetti5 months ago
Another super interesting article that talks about DNS and how it’s used at Spotify [0] (or was used in 2013)<p>[0]: <a href="https:&#x2F;&#x2F;engineering.atspotify.com&#x2F;2013&#x2F;02&#x2F;in-praise-of-boring-technology&#x2F;" rel="nofollow">https:&#x2F;&#x2F;engineering.atspotify.com&#x2F;2013&#x2F;02&#x2F;in-praise-of-borin...</a>
aeden5 months ago
I&#x27;d love to see an update of this for how things look in 2024.
morgansolis5 months ago
As an experienced developer, I would like to know: In the context of optimizing DNS resolution for latency-sensitive applications, what specific strategies or configurations does Stripe recommend implementing based on the insights from the blog post, and how do these strategies compare to traditional DNS setups in terms of performance and reliability?
tetnis5 months ago
What is with the trend of making stupid ass titles to explain some small tech issue?
评论 #42412144 未加载
评论 #42408582 未加载
msdundarss5 months ago
I really wonder the profit margin you are targetting with the current pricing.
akira25015 months ago
&gt; We realized we may be hitting the AWS limit for how much traffic can be sent to a VPC resolver<p>Never rely on an AWS service until you&#x27;ve understood it&#x27;s quotas. They are reliable services, but to maintain that standard, they have to impose limits at many different levels of the plane. There are some good &quot;quota surprises&quot; tucked away in there.
评论 #42410830 未加载