Skip to Content

EDNS stands for Extended DNS. EDNS gives us a mechanism to send DNS data in larger packets over UDP. The most popular implementation of EDNS is DNSSEC. History of EDNS Traditional DNS responses are typically small in size (less than 512 bytes) and fit nicely into a small UDP packet. Sometimes we have to transfer …

Read More about Exploring EDNS with Examples

tcpdump is a powerful command-line network packet analyzer used for network troubleshooting and analysis. To capture UDP packets using tcpdump, you can use specific filtering options to narrow down the traffic you want to capture. UDP Protocol UDP is a connectionless protocol. This means that there is no three-way handshake carried out before data is …

Read More about Tcpdump: Filter UDP Packets