Network Devices
This video introduces the basic network devices essential for the CCNA 200-301 exam. It explains what a computer network is and covers the roles of key devices such as clients, servers, switches, routers, and firewalls. It shows how these components work together to form simple and complex networks, demonstrating how switches connect devices within a LAN and how routers connect different networks.
Anki Flashcards
The video presents a deck of flashcards designed for use with Anki to help students review and retain key network-engineering concepts. It explains how to download and install Anki on various platforms (Windows, macOS, Linux, Android, iPhone) and how to import the flashcard decks (organized by course day) into a master “CCNA” deck for structured study. It demonstrates basic Anki usage — how to study cards, use the “Again/Good” review options, and benefit from spaced repetition so that material moves from short-term to long-term memory.
Packet Tracer Introduction
This video introduces how to configure network devices using the Cisco IOS CLI (command-line interface). It covers how to physically connect to a Cisco device via console port (using a rollover cable and a terminal emulator), and explains the different CLI modes — user EXEC, privileged EXEC, and global configuration — showing how to navigate and make configuration changes. It also walks through basic configuration commands (e.g., enable, configure terminal), setting up passwords and securing privileged access (using enable secret, password-encryption), and saving configuration to ensure changes persist after reboot.
Interfaces and Cables
This video explains the different types of physical network interfaces and cabling used in computer networks, including copper‑based Ethernet cables and fiber‑optic media. It covers how to choose the correct cable or interface based on network requirements (distance, speed, reliability), and shows how different cables connect devices — such as routers, switches, and end‑hosts — to build a working network.
Connecting Devices
This video explains how devices on a local network communicate using Ethernet LAN switching — focusing on how a switch handles data at the Data Link layer. It shows how an Ethernet frame is structured (with fields like source MAC, destination MAC, type/length, and FCS) and emphasizes the role of MAC (Media Access Control) addresses as unique hardware identifiers for devices. When a switch receives a frame, it “learns” the source MAC address and associates it with the port it came in on, building a dynamic MAC address table. If the destination MAC is unknown, the switch “floods” the frame out all other ports; if the destination is known, it forwards the frame directly to the correct port — enabling efficient data delivery within the LAN.
OSI Model & TCP/IP Suite
This video explains the OSI Model and the TCP/IP protocol suite, breaking down how data moves through each layer during network communication. It describes the purpose of all seven OSI layers and how the four TCP/IP layers map to them. The lesson also highlights key protocols associated with each layer—such as IP, TCP, UDP, Ethernet, and HTTP—and explains how encapsulation and decapsulation work as data travels across the network. This helps learners understand the foundational framework used to design, troubleshoot, and analyze network communication.
OSI Model
This video expands on the OSI model by demonstrating how its concepts apply in a hands-on lab environment. It shows how data moves through the OSI layers, how encapsulation and decapsulation work, and how different protocols interact across the stack. By walking through these processes in a practical lab setting, the lesson reinforces core ideas like layering and data flow, helping build the foundational networking understanding needed for later topics such as IP addressing and routing.
Intro to the CLI
This video introduces the Cisco IOS command-line interface and explains how to access a network device through the console using a rollover cable and a terminal emulator like PuTTY. It walks through the key CLI modes—user EXEC, privileged EXEC, and global configuration—and demonstrates essential configuration commands. The lesson also covers securing device access with enable passwords, enable secret, and service password-encryption, and shows how to save the running configuration so changes persist after a reboot.
Basic Device Security
This video demonstrates how to apply basic security configurations on Cisco devices using the CLI. It shows how to secure privileged EXEC access using enable secret (preferred over enable password) and how to enable password encryption to protect plain-text passwords in configuration files. The lab walks through connecting to a device via console, entering global configuration mode, and applying security commands, highlighting the importance of protecting network devices at the configuration level.
Ethernet LAN Switching (Part 1)
This video explains how Ethernet LAN switching works at the Physical and Data Link layers — covering how Ethernet frames are built (fields like source/destination MAC, type/length, FCS, etc.) and how switches use those frames to move data inside a LAN. It introduces MAC addresses as unique device identifiers, shows how switches build and maintain a MAC address table dynamically by learning source MACs, and describes how switches handle traffic: if the destination MAC is unknown they flood the frame to all ports, and if it’s known they forward it directly — enabling efficient local‑network communication.
Ethernet LAN Switching (Part 2)
This video continues the explanation of Ethernet LAN switching by diving deeper into how switches manage and forward traffic in a LAN. It covers how switches use their MAC address tables to decide whether to forward or flood Ethernet frames, and how address resolution works when IP‑to‑MAC mapping is needed (e.g. via ARP). The lecture also demonstrates how to analyze actual network traffic — such as using packet‑capture tools or basic connectivity tests — to see how frames move through a network.
Analyzing Ethernet Switching
This video lets you apply and practice how LAN switching works in a real‑world (simulated) network. It reinforces how switches use MAC address tables to forward traffic efficiently, how unknown destinations are handled (flooding vs forwarding), and gives a hands‑on lab to observe actual Ethernet frame behavior and switching logic in action. By working through the lab, you deepen your understanding of internal traffic flow within a LAN — a foundational concept for building and troubleshooting networks under the scope of CCNA 200-301.
IPv4 Addressing (Part 1)
This video introduces the concept of IPv4 addressing — how IPv4 addresses are structured into network and host portions. It explains how to convert IP addresses between binary and dotted‑decimal notation, and shows how to identify the network address, usable host addresses, and broadcast address within a subnet. This foundational knowledge is crucial for understanding subnetting and for configuring IPv4 on network devices later on.
IPv4 Addressing (Part 2)
This video shows how to configure IPv4 addresses on a Cisco router — covering practical steps such as assigning addresses to interfaces, using commands like ip address …, verifying interfaces with show ip interface brief or show interfaces, and labeling interface descriptions. It reviews address classes and subnetting concepts (maximum hosts per network, first/last usable address), and demonstrates how to commit configuration changes so they persist. The lesson combines foundational IPv4 theory with hands‑on router configuration, helping learners move from understanding IP structure to applying IP settings in real network devices.
Configuring IP Addresses
This video reviews how interfaces on network devices—particularly switches and routers—differ, and explains how to properly configure and verify switch interfaces. It covers commands like show ip interface brief or show interfaces status, interface speed and duplex settings, and how to use interface‑range commands to configure multiple ports at once. The lesson also discusses concepts like full/half duplex, autonegotiation, collision domains, and common interface errors — knowledge that’s crucial for real‑world switch configuration, network performance tuning, and simplifying troubleshooting when building or maintaining LANs.
Switch Interfaces
This video explains how switch interfaces differ from other network interfaces (like router interfaces) and teaches how to properly configure and verify switch ports. It walks through important commands (such as checking interface status with show interfaces status or show ip interface brief), discusses interface settings like speed and duplex modes, and shows how to configure multiple ports at once using interface‑range commands. Understanding switch interfaces and their configuration is crucial for ensuring stable, efficient LAN operation.
Configuring Interfaces
This video introduces how IPv4 addresses are constructed and how to interpret them: showing how an IPv4 address is divided into network and host portions, how to convert between binary and dotted‑decimal notation, and how to identify key components like the network address, usable host addresses, and the broadcast address within a subnet.
IPv4 Header
This video breaks down the structure of the IPv4 packet header: it explains each field in the IPv4 header — such as version, header length, total length, TTL, protocol, source and destination IP addresses, and more. Understanding these header fields is crucial for grasping how IP packets are formatted, what information routers and hosts use to process packets, and how data travels across networks reliably.
Routing Fundamentals
This video introduces the fundamentals of IP routing — explaining how routers decide the best path for packets to travel across networks. It covers the basic concept of routing tables, how routers examine destination IP addresses to forward packets toward their destination, and outlines the difference between directly connected networks and routes that must traverse multiple networks.
Static Routing
This video explains how to manually configure static routing on routers — showing how to create route entries so routers know where to send packets destined for networks they aren’t directly connected to. It covers the syntax of static‑route commands, how to specify next‑hop or exit‑interface, and how a routing table is used to forward traffic across networks.