Skip to main content

Posts

A-Z Protocols: A is for Access

This series is especially for those studying for certifications , IT beginners , or anyone curious about how networking actually works. Welcome to the A–Z Protocols Series Whether related to legacy systems or cutting-edge technology , these posts will discuss some of the most pivotal protocols, ports, and acronyms used in the IT field. There's no better place to begin than at the start: the letter A. The acronyms chosen in this and future blog posts were generated from ChatGPT and certification guides, but I would love to include your input in what to discuss. A is for Access The following protocols discussed have some relation to how we access our networks, information, and other resources that keep us online. Address Resolution Protocol (ARP) - The Network Phonebook Imagine you are at a party, and you meet someone new. Let's say their name is Ben. You exchange numbers and you both make sure to save each other's contact info. Ben gives you his number: +1 (456)-1...
Recent posts

New Series: A-Z Protocols

Image created by ChatGPT So far, I have finished two certifications: A+ and Network+. Do you want to know some of my favorite parts from studying for both exams? Protocols.  If you look at the exam objectives for any CompTIA exam, you will notice that there are many port numbers, protocols, and plenty (nailed the alliteration) of abbreviations and acronyms you could be tested on. It can feel like a whirlwind to remember each one. If that's not enough, some acronyms are spelled the same but have entirely new meanings. I mean think about when you hear STP, what do you think of first? Spanning Tree Protocol Shielded Twisted Pair I am starting a new series: an A-Z of Protocols, Ports, and Acronyms. I will go down the alphabet list discussing some of the most popular, useful, and historical terms used in the IT field. There will be:  Definitions  Examples  Demos  Troubleshooting Tips This is my first ti...

Why I Chose Networking: My 5 Whys

Image created by ChatGPT I recently rewatched an episode of The Art of Network Engineering where hosts Andy Lapteff  and William Collins  interviewed Muna Chimso about his dual experience in networking and programming. In their conversation, Andy asked a thought-provoking question:  "Why doesn't anybody want to go into networking?" It's a valid question. I have met people who struggle with networking, but that's not the point. Many are drawn to other fields: cybersecurity, programming, AI & machine learning, the cloud ... the list goes on. I reflected on the question for myself. What drew me to networking? Here are my 5 answers. Maybe you can relate. 1. Networking is everywhere Everything relies on a network. Think about it: our smartphones, operating systems, and driverless cars all rely on a network for communication. Because it is so pervasive, understanding networking can make troubleshooting quicker and easier. Improving your home network can be exciti...

Understanding OSI and TCP/IP Models

Visual breakdown of the OSI Model's 7 layers Whether you are new to IT or a seasoned admin, chances are you have heard of the OSI or the TCP/IP model. These frameworks help us understand how data flows across our networks — from online shopping to high-speed data transfers. However, many job postings require knowledge of TCP/IP but not OSI. Why is that? Is one favored over the other? Let's take a look at both. What is the OSI Model?  Introduced in the 1980s, the Open System Interconnect — OSI — breaks down network communication into seven layers, each with a specific function. Layer Functions 7. Application User and device interaction for network services (web browsing, email, file transfer) 6. Presentation Formats data for applications, ensures readable and secure data 5. Session Establishes, maintains, and ends connections between devices. For example: Online shop...

Journey to Being Network+ Certified

I Passed the Network+ Exam! Here's My Journey I can't believe it. After months and years of practice, patience, and frustration, I am Network+ certified. Even thinking about it gets me excited. The journey here was not easy. Many people have their stories on how they passed, such as what study resources they used, the amount of time spent, sacrifices, or even field experience. I am going to throw my hat in the ring and share my experience, from what I remember, to get here. I'll even include some tips and the resources I used to pass this exam. Discovering Networking Through A+ It started with going into the A+ certification. The hardware sections were overwhelming at first, but I especially enjoyed the parts about cloud computing, virtualization, and networking. Consistently, networking stood out as my best-performing domain. At first, I just needed an introduction to networking, but as time went on—and with the opportunity of getting an internship—the need for the ...

DHCP Security: Shrinking the Attack Surface

A reservation means nothing if you get the wrong size for your guests, or a party crasher, intended or not, is there first. Similarly, if DHCP is not secure, your device runs the risk of not getting the right network configuration—or any at all. What threats does DHCP face, and how can we protect both devices and the server from such attacks? Let's secure those answers. For a refresher on DHCP, check out this post . DHCP Attacks Rogue DHCP Server On picnic day, you go to the park office to claim your pavilion, but another staff member—different from the one you arranged the event with—has no note of your reservation and gives you another pavilion. What does that mean for your guests? They already have the original location. Things just got complicated. Similarly, a rogue DHCP server is an unauthorized or misconfigured device that disrupts the operations of an authorized server within a network. This can result from manually assigning conflicting IP address ranges or some...

How to Set Up a Cisco Router as a DHCP Server (Step-by-Step Guide)

Lab time! Want to build a DHCP server?  In this lab, I will show you how to build your own DHCP server on a router using Cisco Packet Tracer, as shown above. By the end of this post, you will be able to create your own DHCP server with a Cisco 2911 router, perhaps in a home lab setting, and prepare you to build your own on other hardware.  Why a Router?  A DHCP server is a centralized, automated service that assigns important network configuration details to devices on a network, such as IP addresses. Without it, we would have to create manual entries for our entire network, which can be time-consuming and lead to errors. Traditionally, there are dedicated servers to handle these functions. There are many ways to implement a DHCP server in your topology, including a dedicated physical server, a virtual machine, cloud-based gateways, and firewalls. However, there are specific benefits to using a router as your DHCP server: Reduced infrastructur...