Understanding the OSI Model: Layer 4 to Layer 7
Welcome to the final blog in the series on the OSI Model. In the last blog, we discussed Layer 3 and how IP packets move from source to destination. In this one, we鈥檒l cover the shortcomings of Layer 3 and then discuss all the Layers from 4 to 7! Problems with Layer 3 While Layer 3 allows devices to communicate across different networks, there are still some problems that can occur with it....
Understanding the OSI Model: Layer 3
In the last blog, we looked at Layer 1 and Layer 2 of the OSI Model. While Layer 2 (Data Link Layer) adds a lot of improvements over Layer 1, like the ability to identify individual devices in the local network with the help of MAC addresses, it still only works best over local area networks (LAN). In this blog, let鈥檚 see some shortcomings of Layer 2 and how Layer 3 of the OSI Model improves upon them....
Understanding the OSI Model: Layer 1 and Layer 2
The OSI (Open Systems Interconnection) Model is a framework that helps understand how communication between computers takes place in a network. It consists of 7 layers, and each layer builds on top of the ones below it and adds additional functionality. In this blog, we鈥檒l understand the different layers part of this model, starting from Layer 1 at the bottom. All layers rely on the layers below them to continue functioning....
AWS Root User vs IAM Users
Welcome to the first in a series of blog posts about AWS! Throughout this series, I鈥檒l be covering various AWS topics as I prepare for the AWS Solutions Architect exam. I thought what better place to start than with one of the most fundamental steps when beginning with AWS: creating an account. In this post, I鈥檒l discuss the root user that鈥檚 created with your AWS account and how it differs from IAM users....
Coding Bugs with ChatGPT
Recently I was tinkering around with creating a Chrome extension. Not having a lot of experience with this, I did what the cool kids these days are doing: I decided to use ChatGPT for helping me write code. And don鈥檛 get me wrong, ChatGPT (or other AI tools for that matter) does a decent job of helping you create things and spot bugs. But it鈥檚 a gun that can easily backfire if you don鈥檛 know what you鈥檙e doing with it....