CCNA
CCNA
Contents
1. OSI Model & TCP/IP Architecture (2-Tier vs. 3-Tier) ..................................................... 2
1. OSI Model – 7 Layers ................................................................................................ 2
2. TCP/IP Model – 4 Layers ........................................................................................... 2
3. 2-Tier vs. 3-Tier Network Architecture ........................................................................ 2
2. IPSec VPN vs. GRE Tunnel – Secure Network Connectivity ........................................ 3
3. Wireless Concepts & Wireless LAN Controller (WLC).................................................. 4
4. Automation & Programmability in Networking ............................................................. 5
5. Access Control List (ACL) in Networking...................................................................... 5
6. How to Enable Telnet and SSH on a Cisco Router ....................................................... 7
7. ARP, ICMP & MAC Address Learning in Switches ....................................................... 8
8. EtherChannel, NAT, and PAT Explained........................................................................ 9
pg. 1 | [email protected] \ For Admission, Call|Whatsapp: +91 9739521088 \ Trainer Sagar Dhawan
1. OSI Model & TCP/IP Architecture (2-Tier vs.
3-Tier)
1. OSI Model – 7 Layers
🔗 YouTube Link
🔗 YouTube Link
3. Wireless Concepts & Wireless LAN
Controller (WLC)
🔹 Wireless Networking Basics
✅ Functions of WLC:
🔗 YouTube Link
4. Automation & Programmability in
Networking
🔹 What is Network Automation?
🔗 YouTube Link
An Access Control List (ACL) is a set of rules used to control network traffic
and restrict access to resources based on IP addresses, protocols, and ports. It
is applied to routers, firewalls, and switches to enhance security and traffic
management.
🔹 Types of ACLs
✅ Named ACLs:
✅ IPv6 ACLs:
🔗 YouTube Link
6. How to Enable Telnet and SSH on a Cisco
Router
🔹 Enable Telnet on a Cisco Router
line vty 0 4
password cisco
login
end
write memory
✅ Telnet is insecure since it sends credentials in plain text. Use SSH instead!
configure terminal
hostname Router1
ip domain-name example.com
ip ssh version 2
end
write memory
ssh admin@<router-ip>
🔗 YouTube Link
🔗 YouTube Link
✅ Types of EtherChannel:
interface Port-channel1
channel-group 1 mode active
✅ Types of NAT:
PAT is a type of NAT that allows multiple private IPs to share one public IP
by assigning unique port numbers.
🔗 YouTube Link