
Configure and troubleshoot networks using routers, switches, and access points to enable data flow between endpoints across local and wide area networks, including the internet.
Learn how the TCP/IP and OSI models standardize network communications, compare four-layer TCP/IP with seven-layer OSI, and explain encapsulation of application data into PDUs, frames, and eventual transmission.
Understand how data travels from point A to point B using NICs, copper ethernet cables, wireless, and fiber on the physical layer, and compare bandwidth with throughput.
Explore copper and fiber ethernet cabling—cat5/cat6, single-mode and multimode fiber—for short-distance and long-distance high-bandwidth links, and master straight-through, crossover, and auto-mdx concepts.
Explain how Layer 1 hubs act as repeaters on coaxial shared bus networks, centralizing connections and extending reach while outlining collision domains and CSMA/CD backoff.
Explore layer one concepts and CSU/DSU connections linking customer equipment to a provider’s digital circuit, and learn how the dc clocking synchronizes circuit speed.
Explore mac addresses, 48-bit layer 2 identifiers that uniquely encode manufacturer and network interface cards in hexadecimal, used by Ethernet frames and layer 2 switches.
Layer 2 switching learns source MAC addresses to build the MAC address (CAM) table, floods unknown destinations to all ports, and uses VLANs to isolate MAC entries with aging timers.
Explore how binary digits compose IPv4 addresses and subnets, convert decimal values to binary, and understand why IP addresses—split into four octets—enable network communication.
Explore how layer four transport protocols like TCAP and UDP use port numbers and sockets to multiplex traffic to the correct applications, including the three-way handshake, acknowledgments, and windowing.
Understand how applications run on a network device, use services, and transfer data via client-server and peer-to-peer models with htp, dns, telnet, and web browsing examples.
Explore a hands-on layer review from layer 1 through layer 7, identifying wireless vs wired connections, MAC and IP addresses, layer 2 topology, default gateway, and the application protocol HTTP.
Explore how ARP maps IP addresses to MAC addresses using broadcast requests and replies, populate ARP tables, and enable gateway routing on local networks.
Explore collapsed core and three-tier architectures, where the core handles layer 3 routing, the distribution aggregates access, and smaller networks use a merged core and distribution with no distance limitations.
Explore star, mesh, and hybrid topologies in networks; star uses a central hub with low cost but single point of failure, mesh adds redundancy, and hybrid combines topologies.
Autonomous access points provide home networks but don't scale to enterprises; lightweight APs managed by a wireless LAN controller enable central management, AP groups, and group-based SSIDs and security.
Firewalls enforce security boundaries between inside networks and untrusted zones, using acl rules, dmz, nat, and stateful inspection to control traffic and enable vpn access.
Master Cisco CLI basics from executive mode to privilege mode, navigate global and interface configuration, and save running configurations; use show commands, ping, and traceroute for troubleshooting.
Master device management by configuring IP connectivity, using Telnet or SSH for remote access, and navigating the command-line interface for show commands, password setup, and console access.
configure your vty and console line parameters with consistent timeouts, set an executive timeout to a practical duration, and enable logging synchronous to keep output aligned for secure, debuggable sessions.
Use debug commands to view real-time network events, monitor logs, and enable terminal monitoring, while carefully avoiding overloads that could lock devices or disrupt production.
Understand what an IP network is and how networks define an IP address range, using area codes as an analogy to explain subnet masks and how routers route traffic.
Explore how subnet masks define the network portion of an IP address using 32 bits, four octets, and prefix notation, with examples like /8, /12 and 10.0.0.0/24.
Identify the three IP address classes—Class A, Class B, and Class C—and determine their ranges using examples like 10.0.0.0, 172.16.0.0, and 192.168.0.0.
Learn subnetting to divide an IP network into multiple subnets, borrowing host bits and using classful ranges with the 2^n and 2^h-2 formulas to size subnets and hosts.
Master the magic number method to quickly compute the network and broadcast addresses, first and last host IPs, and host ranges for a given IP, using the interesting octet.
Explore variable length subnet masking (vlsm) to design efficient subnets from a 10.0.0.0/16 network, creating two 100-host networks and three 60-host networks with /25 and /26 masks.
Explore IPv4 address types: unicast for one-to-one communications, multicast for one-to-many streams (such as video), and broadcast for one-to-all traffic on the LAN.
Explore IPv6 addressing, including global unicast, link-local, unique local, multicast, and anycast; learn dual stack coexistence, 64-bit prefixes, and EUI-64 and DHCPv6 stateful/autoconfig.
Explore layer one troubleshooting by verifying interface status to up-up, matching speed and duplex, and monitoring drops, crc errors, and collisions using show interface and tdr cable diagnostics.
Explore configuring vlans on switches, using access mode to send untagged host traffic and trunk mode to tag frames for multiple vlans across switch links.
Configure access VLANs on lab switches by setting switch ports to access mode, assigning data and voice VLANs, and verifying changes with show commands and CDP neighbor data.
Configure trunk ports between switches by setting trunk mode, selecting an encapsulation (ISL or 802.1Q) with a matching native vlan, and understanding trunk negotiation.
Learn how port security on switches controls learned MAC addresses to prevent unauthorized devices, using dynamic or static entries and sticky MAC addresses to protect cameras and other devices.
Explore how default gateways route traffic between subnets and enable communication across networks. See how hosts send to the gateway to reach distant destinations, with IP addressing examples.
Learn how routers forward IP packets from host to host, including MAC and IP addressing, ARP resolution, and the routing table with connected, static, and dynamic routes using EIGRP.
Explore how routing decisions use the longest prefix match, administrative distance, and routing metric to select the best path, with hands-on lab traces and static vs dynamic route comparisons.
Learn how default routes act as catch-all paths when no specific route matches, using static or learned routes to reach internet destinations.
Explore how route summarization reduces routing table size and improves convergence in dynamic routing protocols. Practice crafting a summarized 10.0.0.0/22 route by writing binary subnets to reach multiple destinations.
Learn to configure and verify router and switch interfaces, including speed and duplex negotiation, admin down or no shutdown, and distinguishing layer 2 and layer 3 ports, with show commands.
Enable ip routing on a layer 3 switch and create logical interfaces to route between VLANs. Learn to use interface vlan and verify with show ip interface brief.
Learn how a router on a stick uses a single physical interface with logical subinterfaces and VLAN tagging to route between multiple networks via a trunk.
Explore dynamic routing protocol classifications—distance vector, link state, and advanced distance vector—highlighting RIP v2, IGMP, and EIGRP, and distinguish interior protocols like OSPF and ISIS from exterior BGP.
RIPv2 is a classless distance-vector routing protocol that uses hop counts and multicast updates. It supports split horizon, route poisoning, no auto summary, and can originate a default route.
Configure rip version 2 on two routers, advertise the 10.0 networks, and enable rip on the wan links. Disable auto summary, set passive-interface default, and originate a default route.
Demonstrate rip v2 troubleshooting by inspecting show ip protocols outputs, enabling a passive interface back to active, correcting 172.16 network statements, and disabling auto summary while watching updates.
Map domain names to ip addresses through the domain name system using udp port 53, enabling dns lookups via dns servers that store name-to-ip mappings.
configure and understand dhcp for dynamic ip address assignment, including scope creation, excluding addresses, default gateway and dns information, and using ip helper addresses to relay requests to dhcp servers.
Configure network time protocol using a client-server model with public and internal ntp servers. Verify time accuracy by monitoring stratum levels and using show ntp status and show ntp associations.
Apply and test ip access lists to control traffic on interfaces, using standard and extended acl types, with named or numbered configurations, wildcard masks, time ranges, and optional logging.
Learn how NAT conserves public IPs using dynamic NAT pools, port address translation, and static NAT, with inside/outside interfaces and port forwarding.
Explore Cisco licensing concepts from image-based features to right-to-use licensing, and learn to generate, install, and verify license files using the device UDI and PAC numbers.
Learn how to configure and monitor centralized logging by sending device events to a remote log server, manage log levels from emergencies to debugging, and verify delivery and source interface.
Learn password security best practices for Cisco devices, using secret instead of password, enabling service password encryption, and understanding that type 7 can be decrypted.
Replace telnet with ssh for remote device management, generate 2048-bit rsa crypto keys after creating a domain, enable ssh version 2, and disable telnet by configuring transport input.
Configure local authentication on vty lines using locally stored user accounts with privilege 15, secret, and enable password, then enable aaa new-model for authentication, authorization, and accounting.
Configure a log in banner on network devices to warn and deter unauthorized access. Compare it with the message of the day banner.
Upgrade a Cisco router in the lab by downloading a newer image, verifying with an MD5 checksum, reviewing release notes, and loading to boot flash, then show version.
Learn Cisco password recovery by checking the config register with show version, breaking boot to bypass startup config with 0x2142, and resetting the enable password.
Master these topics
Network Fundamentals
LAN Switching Fundamentals
Routing Fundamentals
Infrastructure Services
Infrastructure Maintenance
Student Feedback
-"I've gone through skillsoft and Cbt Nuggets, the differance between this is that its in laymans terms and very easy for me to understand, compared to others,"
-"I am slowly starting to understand I am anxious to get to the next video. The training videos I watched from other companies didn't go into detail like he does"