Aniruddha Balbudheaniruddha2846.hashnode.dev·Sep 18, 2023! TCP vs UDP ! What's the difference?I am sure that in your student life, you might have been in a class in which the professor's only concern was to complete the syllabus as quickly as possible without giving a damn whether the students understood the topic or not. On the other hand, t...Discuss·11 likescomputer networking
Kshitij Khankakshitijkhanka.hashnode.dev·Sep 15, 2023Models Of Networking. Computer Networking Ep. 3Let's answer the question from the previous blog. How do our devices know how to classify the data accordingly to deliver it to specific applications? PORT NUMBERS Our applications work on various ports. These port numbers vary from 0 to 65535. They ...Discussnetworking
Samiksha Kutesamikshakute.hashnode.dev·Sep 14, 2023The Role of Data Link and Physical Layers in Network CommunicationWhen we use the internet or connect devices in our home, there are many layers of technology working together to make it all happen smoothly. Two of these important layers are the Data Link Layer and the Physical Layer. Let's dive into what these lay...DiscussComputer Networkingcomputer networking
Sean Coughlinblog.seancoughlin.me·Sep 8, 2023Understanding Amazon Route 53: An In-depth GuideIntroduction In today's cloud-centric world, one of the most crucial services often overlooked is the Domain Name System (DNS). A robust DNS service is foundational to ensure that your web applications are scalable, secure, and highly available. One ...DiscussCloud ComputingAWS
Abhinav Agarwalabhinav700.hashnode.dev·Sep 7, 2023The Hidden Delay: TCP HandshakeIntroduction Picture this: You're sitting at your computer, eager to access a website, but as you hit that enter key, you find yourself waiting. And waiting. The webpage seems to take an eternity to load, and your patience wears thin. We've all been ...DiscussWeb Development
Anjalihelpingtechies.hashnode.dev·Sep 5, 2023Connecting the Dots Between Sender, Receiver, and IPCIn the previous article, we discussed the meaning of the term 'computer network'. As we've mentioned earlier, the sender machine sends data over the network, and the receiver machine receives the data. In this blog, we'll explore where these machines...Discuss·1 likeNetworkNexcomputer networking
Sriram Bharadwajsriram9217.hashnode.dev·Sep 2, 2023Non-routable address spaces..what are theyWhat is a router? A router is a device responsible for connecting different networks. Router is what makes it possible for devices of different networks to communicate with each other. IP Addressing Let us begin this article with a brief introduction...Discuss·1 likecomputer networking
Atul SharmaforSkillsforEveryoneblog.skillsforeveryone.com·Sep 1, 2023From LAN to WAN: A Beginner's Guide to Understanding Computer NetworkingIntroduction Computer networking is the practice of connecting computers and other devices together to share resources and communicate with each other. It plays a crucial role in our modern world, enabling us to access information, communicate with o...Discusscomputer networking
Manoj Vignesh K Mkmmanoj.hashnode.dev·Mar 11, 2023Software Defined Networks 101Software Defined Networking, abbreviated as SDN, is an approach to networking that separates the control plane from the data plane. This architecture allows for the management and configuration of the network by administrators through software rather...Discusssoftware-defined networks
Maxat Akbanovbrain2life.hashnode.dev·Aug 21, 2023Quick guide on CIDR notation and Public and Private IP addressesCIDR stands for Classless Inter-Domain Routing. It is a method used to allocate IP addresses and route IP packets on the Internet. CIDR introduced a new way of representation for IP addresses, known as the CIDR notation, which replaces the older syst...DiscussdevopsDevops