alice eneyoaliyo.hashnode.dev·2 hours ago🚀 Exploring DNS and Network Protocols: A Deep Dive into Internet Fundamentals 🌐I've been looking at the key concepts of DNS and networking, delving into the critical components that keep our internet experiences smooth. Here's a brief overview of my findings: 📌 DNS Overview - DNS structures domain names in a hierarchical forma...Discussdns
Sprasad Pujarisprasad.hashnode.dev·Nov 20, 2024DNS Lookup Mastery: A Comprehensive Guide to Network Exploration 🌐🔍Introduction DNS (Domain Name System) lookup is a fundamental networking technique that helps translate human-readable domain names into IP addresses. This guide will walk you through various DNS lookup techniques using the powerful nslookup command!...Discussdns
Mostafa Ahmedmostafaahmed.hashnode.dev·Nov 12, 2024Building a DNS resolver in Go from scratch - Part 3Recap In the last 2 parts we went over the DNS protocol flow and terms, then in part 2 we built the query packet and sent it to a root nameserver. In this part, we will parse the response we got and complete our simple resolver. Israel is committing...DiscussBuilding a DNS resolver in Go from scratchdns resolver
Mostafa Ahmedmostafaahmed.hashnode.dev·Nov 12, 2024Building a DNS resolver in Go from scratch - Part 2Recap In the last part, we went over the DNS components and outlined what the query's cycle looks like. In this part, we'll go over the format of a DNS packet and start building our toy resolver using Go & send a DNS query to the root nameserver. Is...DiscussBuilding a DNS resolver in Go from scratchdns
Mostafa Ahmedmostafaahmed.hashnode.dev·Nov 12, 2024Building a DNS resolver in Go from scratch - Part 1Introduction DNS is one of those systems that are so ubiquitous and hidden in plain sight. In 2018 Google's DNS (8.8.8.8) was handling over a trillion queries per day (20M/sec). If distributed systems had Ballon d'Ors in my opinion the global DNS sys...Discuss·87 readsBuilding a DNS resolver in Go from scratchdns
Krishnat Ramchandra Hogalekrish27.hashnode.dev·Nov 11, 2024Understanding Network Programming with Python: Socket Library, IPs, and MoreIn today's world, the internet is at the core of almost every technology we use. Understanding how devices communicate over networks is essential for developers. In this blog, we'll explore the Python socket library, IP addresses, network protocols, ...Discussnetworking
Rosecurifylog.rosecurify.com·Nov 9, 2024Seclog - #99"To deceive your enemy, make your vulnerabilities appear as your strengths." - The Art of Cyber War 📚 SecMisc Movies for Hackers - A curated list of movies that hackers would enjoy - Read More 📰 SecLinks Hacking 700 Million Electronic Arts Acco...Discussseclogbrowser hacking
Philippe Charrièrek33g.hashnode.dev·Nov 5, 2024Setting up a Local DNS Server with dnsmasq, Caddy, and Docker Compose on Raspberry Pi for DevelopmentDisclaimers This blog post is a continuation of the previous post: Using Docker Compose and Caddy for Local Network Services on Raspberry Pi. It's recommended to read the previous post to understand the context and setup. 🖐️ I'm not a DNS expert, ...Discuss·1 like·59 readsDocker CookBookDocker
Gabriel Gonzalezbeyondbaremetal.hashnode.dev·Nov 4, 2024Setting up the DomainLet’s get started! For this project, we will use PNET Let’s set up our first Domain Controller (DC): We have a Windows Server 2019 (this is the latest version supported by PNET): Specs: 4vCPUS 2 Disks (C: 50GB / S: 20GB) 4GB Ram Let’s start by l...DiscussBeyond Bare Metal: Building an Enterprise Infrastructure from the Ground Upwindows server
Ngozi Oparangozihannahopara.hashnode.dev·Oct 28, 2024How to Host an On-Demand Streaming Video With AWS S3, CloudFront, and Route 53As a cloud engineer, a strong understanding of hosting and distributing media files via cloud platforms like AWS is essential. AWS offers services that simplify uploading, streaming, and delivering media across multiple web applications and regions. ...Discuss·10 likes·77 readsAWS