Divya Sharmavpntunnel.hashnode.dev·Dec 2, 2024Step-by-Step Guide to Creating a VPN Tunnel Using PythonIntroduction Virtual Private Networks (VPNs) are super important for keeping your communication safe over public networks. In this guide, we'll explore the details of VPN tunneling using Python and Linux's TUN/TAP interfaces. This hands-on lab activi...Kushagra Pandey and 1 other are discussing this2 people are discussing thisDiscuss·3 likes·27 readsvpn
Gift Ayodeledevgifttemitope.hashnode.dev·Sep 1, 2024How the Internet Works: An Expert TutorialUnderstanding the internet requires delving into the complex interplay of technologies that allow data to flow across the globe seamlessly. By the end of this tutorial, you will be well-versed in the key components, protocols, and mechanics that powe...Discussdns
Akash Reddy Jammulaakashrj.hashnode.dev·Aug 28, 2024Packet Sniffing in Action: A Hands-On Guide Using Python and ScapyImagine you’re curious about the data flowing through your network—what’s being sent, where it’s going, and who’s communicating with who?. Packet sniffing is a powerful technique that can help you answer all these questions. In this blog, we’ll dive ...DiscussWeb Development
Hankyu Kimhankyukim.hashnode.dev·Jun 4, 2024Data EncapsulationSegments: Transport layer (TCP/UDP) = transport header + data (from upper layer) Packet: Internet layer (IP) = network header + transport header and data (both transport and data from upper layers) Frames: Network layer (Ethernet) = frame heade...Discussdata
Dipesh Palcodewithdipesh.hashnode.dev·Feb 17, 2024Osi ModelThe Open System Interconnection model is a conceptual framework that divides network communication function into seven layers Every Layer is a package of protocols and provides certain capabilities Why Its Important? It encapsulates every type of ne...Discuss·51 reads#network-mode
Arif Anzumarifanxum.hashnode.dev·Jul 29, 2022What are TCP and UDP? How do they work?I often get asked "what TCP and UDP are. How do they work? what is the difference between them" - so today in this post I will clarify those questions for you. So first let's clarify what TCP and UDP are. In most simple terms They are two different p...Discuss·70 reads#cybersecurity