Cisco Certified Technician (CCT) - Routing & Switching
1 Introduction to Networking
1-1 Networking Concepts
1-2 Network Components
1-3 Network Types
1-4 Network Topologies
1-5 Network Standards and Protocols
2 Cisco Networking Fundamentals
2-1 Cisco Network Devices
2-2 Cisco IOS Basics
2-3 Basic Configuration Commands
2-4 Device Management
2-5 Basic Troubleshooting Tools
3 IP Addressing and Subnetting
3-1 IPv4 Addressing
3-2 IPv6 Addressing
3-3 Subnetting Concepts
3-4 VLSM (Variable Length Subnet Masking)
3-5 IP Address Management
4 Routing Protocols and Concepts
4-1 Static Routing
4-2 Dynamic Routing Protocols
4-3 Distance Vector Routing Protocols
4-4 Link-State Routing Protocols
4-5 Routing Protocol Configuration
5 Switching Technologies
5-1 LAN Switching Basics
5-2 VLANs (Virtual LANs)
5-3 Trunking and Inter-VLAN Routing
5-4 Spanning Tree Protocol (STP)
5-5 EtherChannel
6 Network Security
6-1 Basic Security Concepts
6-2 Access Control Lists (ACLs)
6-3 Network Device Security
6-4 Secure Management Practices
6-5 Threat Mitigation Techniques
7 Network Services
7-1 DHCP (Dynamic Host Configuration Protocol)
7-2 DNS (Domain Name System)
7-3 NAT (Network Address Translation)
7-4 NTP (Network Time Protocol)
7-5 Quality of Service (QoS)
8 Troubleshooting and Maintenance
8-1 Troubleshooting Methodologies
8-2 Common Network Issues
8-3 Diagnostic Tools and Commands
8-4 Log Analysis
8-5 Backup and Restore Procedures
9 Network Automation and Programmability
9-1 Introduction to Network Automation
9-2 Scripting for Network Management
9-3 RESTful APIs and Network Programmability
9-4 Network Configuration Automation
9-5 Network Monitoring and Reporting Automation
10 Final Preparation
10-1 Exam Objectives Review
10-2 Practice Labs and Scenarios
10-3 Mock Exams
10-4 Study Tips and Strategies
10-5 Certification Exam Registration and Preparation
Cisco Networking Fundamentals

Cisco Networking Fundamentals

1. Network Addressing (IP Addresses)

Network addressing, specifically using IP (Internet Protocol) addresses, is a fundamental concept in networking. An IP address is a unique identifier assigned to each device connected to a network, allowing for communication between devices. IP addresses can be either IPv4 (e.g., 192.168.1.1) or IPv6 (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334).

IPv4 addresses are 32-bit numbers typically represented in dotted-decimal format, while IPv6 addresses are 128-bit numbers represented in hexadecimal format. IP addresses are divided into network and host portions, which help in routing data packets efficiently across networks.

Think of an IP address as a postal address for a house. Just as a postal address helps the mailman deliver letters to the correct house, an IP address ensures that data packets reach the intended device on a network.

2. Subnetting

Subnetting is the process of dividing a network into smaller, more manageable subnetworks or subnets. This technique improves network performance, enhances security, and optimizes the use of IP addresses. Subnetting involves borrowing bits from the host portion of an IP address to create additional network segments.

The subnet mask is used to determine how the IP address is divided into network and host portions. For example, a subnet mask of 255.255.255.0 (or /24 in CIDR notation) indicates that the first 24 bits are used for the network portion, and the remaining 8 bits are used for the host portion.

Imagine a large office building with multiple departments. Subnetting is like dividing the building into smaller sections (departments) to manage traffic and security more effectively. Each department has its own network segment, similar to how each floor in the building has its own set of rooms.