LAN Basics Data Encapsulation: PDUs Ethernet Frame Structure [ Preamble (7) | SFD (1) | Destination MAC (6) | Source MAC (6) | Type/Length (2) | Data | FCS (4) ] Ethernet Header (14 bytes) Preamble + SFD (not technically part of header) Ethernet Trailer (4 bytes) MAC Address (6 bytes) Hexadecimal and Decimal Quick…
Month: May 2025
Cisco IOS CLI
CLI vs GUI Connecting via Console Port CLI Modes Configuration Files Two types: To save configuration: write write memory copy running-config startup-config Password Encryption Use enable secret instead of enable password (more secure) service password-encryption no service password-encryption enable secret 5 xxx # Type 5: MD5 encryption enable password 7 xxx # Type 7: Cisco…
OSI Model and TCP/IP Suite
A networking model provides structure and categories for both logical protocols and physical standards. A networking protocol is a set of rules that defines how devices and software should operate and communicate logically. OSI Model (Open Systems Interconnection) Adjacent-Layer vs Same-Layer Interaction Layer 7 – Application Layer 6 – Presentation Layer 5 – Session Upper…
How to Install and Set Up Proxmox VE 8.4
After spending time with cloud platforms like Azure, AWS, and DigitalOcean — as well as Type 2 hypervisors (like VirtualBox) — I decided to try something new: a Type 1 hypervisor installed directly on hardware. My choice? The open-source, free, and powerful Proxmox VE (Virtual Environment). Here’s a step-by-step walkthrough of how I installed and…
Resetting a Preconfigured Cisco 881 Router
Recently, I got a used Cisco 881 router that was already configured (asking for a login and password when it started). The previous owner didn’t remember the credentials, so I had to reset it to factory settings. It turned out to be more difficult than I thought — here’s what I learned. 👇 1️⃣ ROM…
Interfaces and Cables
Ethernet is a collection of network protocols and standards. When you hear Ethernet think of IEEE 802.3, which means transmission over cables (copper or fiber-optic).When you hear Wi-Fi think of IEEE 802.11, which means wireless transmission. Data Transmission Basics Ethernet Standards (Copper) Different IEEE standards define transmission speed and cable type. Speed Common Name IEEE…
Network Devices
A computer network is a digital telecommunications network that allows nodes to share resources. Common Devices in a Network Types of Firewalls Examples of Cisco Devices 📌 These are personal study notes. Please read the full disclaimer for more information.