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)