What is Packet Tracer
Cisco Packet Tracer is a network simulation tool created by Cisco.
It allows you to:
- build networks (PCs, switches, routers)
- connect devices using cables
- assign IP addresses
- test connectivity (ping)
- troubleshoot network issues
Why it is used
- to understand how networks actually work
- to visualize communication between devices
- to practice safely without real hardware
- to build foundational networking skills used in cloud (AWS, Kubernetes)
STEP 1 — Create Cisco Account
Open:
Actions:
- Click Sign Up
- Create account (email + password)
- Verify email
- Log in
STEP 2 — Download Packet Tracer (Mac)
Open:
👉 https://www.netacad.com/resources/lab-downloads
Actions:
- Scroll to Packet Tracer
- Select macOS (.dmg)
- Download file
STEP 3 — Install (Mac)
- Open
.dmg - Drag Packet Tracer → Applications
- Open from Applications
If blocked:
- System Settings → Privacy & Security → Open Anyway
STEP 4 — First Launch
- Open Packet Tracer
- Log in using Cisco account
STEP 5 — Interface Overview
Main components
- Workspace → area to build network
- Bottom panel → devices and tools
Device Types
PC (End Devices)
- Represents a computer
- Used to send/receive data
Switch
- Connects devices in the same network
- Operates inside one LAN
Router
- Connects different networks
- Enables communication between networks
Cables (Connections ⚡)
- Used to connect devices physically
- Use: Copper Straight-Through
STEP 6 — First Network Build
Add Devices
- Add 2 PCs
- Add 1 Switch
Connect Devices
- Click ⚡ Connections
- Select Copper Straight-Through
Connect:
- PC0 → Switch
- PC1 → Switch
STEP 7 — Configure IP Addresses
PC0
- Open PC0 → Desktop → IP Configuration
Set:
IP Address: 192.168.1.1
Subnet Mask: 255.255.255.0
PC1
Set:
IP Address: 192.168.1.2
Subnet Mask: 255.255.255.0
STEP 8 — Test Connectivity
On PC0 → Command Prompt:
ping 192.168.1.2
Expected Result
- Reply → network is working
- Timeout → configuration issue
STEP 9 — Troubleshooting
Change PC1 IP:
192.168.2.2
Run ping again:
ping 192.168.1.2
Result
- Communication fails
Reason
- Devices are in different networks
- No router present
STEP 10 — Fix
Change PC1 back:
192.168.1.2
Run ping again → success
RESULT
After completing this lab:
- network devices can be added and connected
- IP addressing is understood
- connectivity can be tested using ping
- basic troubleshooting is performed
PRACTICE
Task 1
- Add 3 PCs
- Connect to 1 switch
- All must communicate
Task 2
- Break IP configuration
- Restore connectivity
This completes the first Packet Tracer lab.
Top comments (0)