
This CCNA 200-301 course overview prepares IT professionals for the exam with real Cisco equipment, practice labs, and core topics including networking fundamentals, network access, and automation.
Explore network components from endpoints and servers to wireless access points, layer 2 and layer 3 switches, routers, firewalls, and controllers, and learn how they interconnect for CCNA mastery.
Learn to access the Cisco command line interface on routers and switches, enter privileged mode, and practice configuration with configure terminal in ITProTV labs.
Explore Cisco DNA Center's single pane of glass for network visibility, automated provisioning, and AI-assisted assurance across wired and wireless devices.
Explore network topology characteristics, including physical and logical topologies, and how bus, ring, and star layouts affect visibility, data flow, and collisions through switches and broadcast.
Identify network types from home SoHo setups to WAN and hybrid cloud networks, and explain geography, VPN connections, bandwidth, latency, and shared responsibility.
Contrast network topology with network design topology, and explain prescriptive design characteristics across three-tier, two-tier, and spine-leaf architectures, including scaling out/in and redundancy for Cisco ccna networks.
Explore copper and fiber optic cabling, 568A/B wiring standards, Cat6, RJ45 and RJ11 connectors, pinouts, straight-through and crossover cables, and auto-mdix.
Explore how power over ethernet delivers data and power over a single network cable to devices like phones and access points, with PSE switches or injectors negotiating wattage via CDP.
Identify and troubleshoot interface and cabling issues on Cisco devices by inspecting show ip interface brief and show interface outputs, recognizing speed, duplex, collisions, and cable faults.
This lecture contrasts TCP, a connection oriented reliable protocol with sequencing and retransmission, and UDP, a connectionless protocol, highlighting their headers, three-way handshake, and typical use cases.
Review IPv4 addressing fundamentals: dotted decimal notation, 32-bit binary, network ID and host portions, subnet masks and slash notation; discuss classful ranges, subnetting, NAT, private addresses, and VLSM.
Configure IPv4 addresses on network devices using DHCP or static methods. Identify which devices need IP addresses, configure addressing on Windows, Linux, and Cisco devices, and verify with commands.
Discover how to subnet by converting between decimal and binary, applying subnet masks to identify network and host portions, and using private addresses and nat for efficient ip planning.
Master class C IPv4 subnetting by creating four subnets from 192.168.10.0 with 255.255.255.0 for 50 hosts each, using binary conversion and mask calculations.
Subnet class B IPv4 by converting 172.31.0.0/16 to 1500 subnets with 20 hosts each. Borrow 11 bits to /27 (255.255.255.224) and use CIDR notation to identify network IDs and broadcast.
Apply IPv4 subnetting in practice by analyzing class b and class c networks, calculating subnet masks, and identifying network ids and broadcast addresses through exam-style scenarios.
Explore the differences between IPv4 and IPv6, including the 2 to the 128th power address space, hexadecimal eight 16-bit groups, and the slash 64 network prefix.
Explore IPv6 unicast addresses and the five types: unspecified, loopback, unique local, global, and link-local. Learn how truncation and double-colon notation shorten addresses and how /128 and routing concepts apply.
Explore IPv6 address types beyond unicast, including anycast, multicast, and the modified EUI 64, and learn how these formats support router discovery and unique host addressing.
Demonstrates configuring ipv6 addresses on network devices, enabling ipv6 unicast routing, assigning global and link-local addresses, and using dual stack and eui-64 techniques with verification commands.
Compare type 1 and type 2 hypervisors and explain how virtualization enables multiple virtual machines on one hardware host, using examples like VMware Fusion, VirtualBox, and VMware ESXi.
Learn to configure wireless networks by setting SSIDs, encryption (psk, WPA2/WPA3), and radio channels, and manage multiple access points centrally with a wireless LAN controller like Meraki.
Learn how switches use mac addresses to build a dynamic mac address table and forward, flood, or filter traffic—the three F's—reducing network noise.
Configure and verify data and voice vlans on a Cisco switch, assign ports, and use verification commands to separate traffic while securing the default vlan.
Configure and verify inter-switch connectivity using vlan tagging and trunking with 802.1q, connect multiple switches with trunk links, manage native vlan traffic, and test cross-vlan reachability.
Discover why layer 2 loop prevention matters, how broadcasts create storms and mac address table instability, and how the spanning tree protocol blocks ports to stop looping traffic.
Describe how spanning tree protocol prevents loops by electing a root bridge via BPDU exchange, assigning root and designated ports, and blocking non-designated ports based on cost and MAC address.
Explore how spanning tree protocol selects a root bridge via BPDU exchanges, assigns port roles, and blocks loops, with rapid spanning tree and verification commands.
Explore CDP and LLDP, learn when to use each, and verify neighbors to map directly connected devices, while balancing security by enabling and then disabling protocols as needed.
Configure and verify layer two and layer three ether channels to aggregate switch links, boost bandwidth, and provide fault tolerance, using static, LACP, or PAGP configurations.
Compare home and business wireless networks and review Cisco wireless components, including autonomous, cloud-based, and split-MAC architectures, lightweight access points, VLANs, and wireless LAN controllers.
Explore wireless security protocols from WEP to WPA3, including per-packet encryption, TKIP, CCMP, and the advanced encryption standard. Learn how open networks use opportunistic encryption to guard traffic.
Learn how home and business wireless management differ and how to configure a Cisco wireless LAN controller to centrally manage multiple access points, SSIDs, and enterprise security options.
Explore how DHCP snooping and dynamic ARP inspection protect networks by validating DHCP offers and ARP replies, preventing rogue servers and ARP poisoning.
Discover how port security on switches restricts access to authorized devices and blocks rogue devices by limiting MAC addresses per port, with violation modes and sticky learning.
Compare routers and layer three switches and learn how vlans and ip networks route packets between networks, across edge deployments and the internet.
Learn to read and interpret routing table information, decode codes like C, O, D, E, and L, and understand how administrative distance and metrics guide route selection.
Learn how MAC addresses and IP addresses drive packet forwarding across multiple routers, using ARP, default gateways, and per-hop MAC changes to reach the final destination.
Learn how a router determines forwarding decisions for the routing table by applying the longest possible match, administrative distance, and metric, enabling equal-cost and unequal-cost load balancing.
Explore configuring static routing for IPv4 across four contexts—network routing, default routes (gateway of last resort), host routing, and floating static routes—contrasting static and dynamic routing.
Explore configuring static routing for IPv6, covering four contexts—network static route, host route, default route, and floating static route—and see how IPv6 addresses and routing show commands work.
Explore dynamic routing protocols such as RIP, RIPv2, EIGRP, OSPF, and BGP, and learn how routers dynamically discover routes and practice path selection.
Explore single area OSPFv2 fundamentals, including neighbor formation, link-state topology, and cost-based routing across multi-vendor IPv4 networks.
Configure and verify single-area ospfv2 across nyedge routers by using global and interface commands, test connectivity with ping, and confirm router IDs, adjacency, and dr/bdr roles.
Explore configuring and verifying first hop redundancy protocols, including HSRP, VRRP, and GLBP, to prevent a single point of failure at the network edge and provide virtual gateway options.
Configure standard access control lists on Cisco routers by matching the source IP with a wildcard mask, using permit and deny, and understanding the implicit deny and processing order.
Configure and verify extended ACLs in CCNA to selectively permit or deny traffic by protocol and port between source and destination addresses, and apply them on interfaces for granular control.
Explore how named ACLs extend standard and extended ACLs with intuitive names, and learn to configure, verify, and apply them with permit/deny on interfaces inbound or outbound.
Explore why IPv4 scarcity drives network address translation (NAT) and learn static NAT, dynamic NAT (NAT pooling), and PAT overload, including inside/outside concepts and basic Cisco configuration.
Learn to configure and verify nat, including static nat, nat pooling with a public address pool, and port address translation with overload, using acl, inside/outside, and verification commands.
Learn to configure and verify NTP on Cisco devices, set a master time server, synchronize clocks, manage time zones and daylight savings time, and verify with NTP associations.
Learn how to configure and verify DNS and DHCP on Cisco routers, including DNS server setup, IP host records, DHCP pools, exclusions, default gateway, and verification steps.
Identify the function of snmp and key differences between versions 2c and 3, and learn to configure snmp server, community strings, and authentication for querying Cisco devices for telemetry.
Identify syslog message features, their format, and how to enable console and remote logging; learn about logging buffers, show logging, terminal monitoring, and severity levels.
Discover how quality of service uses per-hop behavior to prioritize traffic, with classification, marking, and queuing, and manage congestion via shaping and policing.
Configure remote access on Cisco devices by enabling ssh, generating a 1024-bit rsa key, and restricting access with an access list. Require login local and set ip ssh version 2.
Learn to transfer files on Cisco routers using ftp or tftp, compare speed and setup, verify file integrity, and copy IOS images between flash and an ftp server.
Explore five general security concepts—asset, threat, vulnerability, exploit, and mitigation—by focusing on context over memorization and practicing scenario-based matching in real work.
Identify the core elements of a security awareness program and explain why ongoing training raises user awareness, makes security part of every role, and covers access controls.
Learn how to identify and implement Cisco password policy elements, including global config setups for username and enable secret, password encryption, line passwords, and remote authentication options.
Identify AAA security elements: authentication, authorization, and accounting, and configure remote authentication servers (radius) to validate users, with practice labs using ny edge 1.
Explore remote access and site-to-site vpn types and how they create encrypted tunnels over the internet for private network connections.
Discover how network management evolves from device-by-device control to controller-based networking and automation, reducing errors and costs with intent-based automation and Cisco DNA Center.
Identify SDN concepts by comparing hardware networks with a software-defined control plane, and explain underlay and overlay fabrics, VXLAN overlays, and northbound and southbound APIs.
Identify campus device management methods and compare traditional tools with Cisco DNA Center, a cloud-based digital network architecture that uses intent-based networking for global visibility and automated provisioning.
Explore how REST-based APIs use HTTP to request and retrieve data, leverage CRUD operations, and interpret status codes, with hands-on examples using Postman and JSON.
Explore configuration management to centralize configurations, enforce consistency, and enable automation with Chef, Puppet, and answerable, while idempotence and push or pull architectures enable infrastructure as code and fast provisioning.
Interpret JSON encoded data as a lightweight, human and application friendly data format. Build JSON objects with value pairs, colons, quotes, and arrays, and validate syntax to troubleshoot parsing errors.
Welcome to the Cisco Certified Network Associate (CCNA) Course! This course is designed to help you develop the knowledge and skills necessary to install, configure, and operate small to medium-sized networks.
Throughout the course, you will learn about the basics of networking, including network models, protocols, and topologies. You will also learn how to configure and troubleshoot various network devices, including routers and switches.
The course covers the following topics:
Network Fundamentals: This topic covers the basics of networking, including network models, protocols, and topologies.
Network Access: This topic covers the configuration of network devices, including switches and wireless access points, to provide access to network resources.
IP Connectivity: This topic covers the configuration of routers to provide connectivity between networks.
IP Services: This topic covers the configuration of various network services, including Domain Name System (DNS), Dynamic Host Configuration Protocol (DHCP), and Network Address Translation (NAT).
Security Fundamentals: This topic covers the fundamentals of network security, including threats, vulnerabilities, and basic security measures.
There are no formal prerequisites for the Cisco Certified Network Associate (CCNA) course. However, it is recommended that students have a basic understanding of networking concepts, such as IP addressing and subnetting, before beginning the course.