Skip to main content

Networking Basics

Welcome back! So in our last blog, we went through some of the basics of an operating system. In this blog, we will be covering Networking Basics. Oh yes, let's jump right in!



  Introduction  



























  Networking Hardware  



A switch does what a hub does, but more efficiently. By paying attention to the traffic that comes across it, it learns which computers are connected to which port. We will go deeper into it in another blog, as far as the basics are concerned, these are more than enough!


Network Stack
Protocol Stack

 






Comments

Popular posts from this blog

Data Analytics Essentials

 This article aims at foundational knowledge of Data Analytics. After reading this article, you will be able to explain what Data Analytics actually is, list the key tools and technologies within the data ecosystem, look at the different roles associated with the modern data ecosystem, and will have a conceptual understanding of the data analysis lifecycle. Modern Data Ecosystem A modern data ecosystem includes a whole network of interconnected, independent, and continually evolving entities.  It includes data that has to be integrated from disparate sources, analyze to generate insights, and finally collaborate with the active stakeholders to present and act on the insights hence obtained. Let’s start with the  data sources . Data is available in a variety of structured and unstructured datasets, residing in text, images, videos, user conversations, social media platforms, the Internet of things (IoT devices), real-time events that stream data, legacy databases, and data sourced from

Operating System Basics

Welcome back! So far we have covered HTML and CSS, and up next this we are meant to cover JavaScript, however, I ended up deciding to take a little break from our web development series to cover other topics. So in this blog, we will be going through some of the basics of Operating Systems. So without further ado, let's jump right in!   Introduction   Operating systems are an essential part of the IT  support. Everyone uses a computer to accomplish something,  whether that's browsing the web,  writing a novel, making graphics,  playing video games, et cetera.  Whatever the case may be,  they need to interact with their operating system to do.  In I.T.  support, it's essential to understand how operating systems  work so you can help someone accomplish the task they set out to do so,  whether that's figuring out why an application won't start,  why the graphics look funny on their video games, or anything else.  Things can get really messy and challenging and that

HTML basics for absolute beginners

Whether you’re interested in becoming a professional full-stack developer or you simply want to learn more about how websites work, the first basic thing you need to study is HTML. So this is gonna be an ongoing series, and each of them will cover different topics related to web development. As a stepping stone, let us start with Hypertext Markup Language (HTML) Before we dive into HTML, I want to let you know that patience is the key to learn web development or anything for that matter. In fact, you can even study HTML for months if you decide to dive really deep into it, covering each and every inch of it. Anyways we are not gonna do that here, we are just gonna go through some of the very important and useful tips and tags. First of all, HTML is not a programming language, it is just a markup language used to edit and format what we see. HTML is probably the first step that fulfills Front-end development which grows into back-end, web, and finally full-stack development if you are i