Skip to content

Latest commit

ย 

History

95 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“Œ Overview

This repository contains lab work and notes completed as part of the Cisco Networking Basics course โ€” a foundational course in understanding how networks are built, configured, and secured.

Course: Cisco Networking Basics Platform: Cisco Skills for All (NetAcad) Status: โœ… Completed

๐Ÿ“ What's Inside

Network fundamentals Network Components, Types and Connections Wireless and Mobile Networks Build a Home Network Communication Principles Network Media The Access Layer Internet Protocol IPv4 and Network Segmentation IPv6 Addressing Formats and Rules Dynamic Addressing Formats and Rules Gateways to Other Networks The ARP Process Routing between Networks TCP and UDP Application Layer Services Network Testing Utilities

๐Ÿงช Labs Covered

Lab Concepts Practiced
Basic LAN Setup Switch config, end-device connectivity
IP Addressing Subnetting, assigning static IPs
Router Config Default gateway, inter-VLAN routing
DNS & DHCP Automatic IP assignment, name resolution
Wireless Setup SSID config, WPA2 security

๐Ÿ—๏ธ Key Concepts Learned

  • OSI & TCP/IP models โ€” how data travels across a network layer by layer
  • IP addressing & subnetting โ€” calculating network ranges and host limits
  • Switches & routers โ€” how packets are forwarded at Layer 2 and Layer 3
  • DHCP & DNS โ€” how devices get addresses and resolve names
  • Basic network security โ€” port security, disabling unused ports

๐Ÿ› ๏ธ Tools Used

  • Cisco Packet Tracer โ€” network simulation
  • Cisco IOS CLI โ€” device configuration commands

๐Ÿ’ก Sample IOS Commands

# Basic router config
Router> enable
Router# configure terminal
Router(config)# hostname R1
Router(config)# interface GigabitEthernet0/0
Router(config-if)# ip address 192.168.1.1 255.255.255.0
Router(config-if)# no shutdown

# Show routing table
Router# show ip route

Weak Subjects

Communication Principles
The Access Layer

โš ๏ธ Disclaimer

This repository is for educational purposes only. All content is based on the Cisco Networking Devices course curriculum from Cisco Skills for All (NetAcad).

About

Lab work and notes from the Cisco Networking Basics course (NetAcad) | covering IP addressing, subnetting, routing, switching, DHCP, DNS, and wireless config using Cisco Packet Tracer.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors