🌐 NT-150 Packet Tracer Assignment
Course: NT-150 Computer Networking
Instructor: Faith Olajide (Student Submission)
Objective
Simulate and configure a small computer network using Cisco Packet Tracer to practice real-world networking skills.
Steps Performed
- Created network topology with:
- 2 PCs
- 1 Switch
- 1 Router
- Configured IP addressing for each device.
- Verified connectivity using the
ping
command. - Tested communication between end devices through router interface configuration.
- Explored VLAN setup to segment traffic.
Key Commands
```bash Router> enable Router# configure terminal Router(config)# interface g0/0 Router(config-if)# ip address 192.168.1.1 255.255.255.0 Router(config-if)# no shutdown