Design a network in Cisco Packet Tracer to connect the ACCOUNTS and DELIVERY departments, implementing best practices in cabling, IP addressing, and testing.
- ๐ฅ๏ธ Each department (ACCOUNTS and DELIVERY) must include at least two PCs.
- ๐งท Use an appropriate number of switches and routers to connect all devices.
- ๐ Base the design on the IP network:
192.168.40.0/24
. - ๐ Configure:
- Correct IP addresses for all interfaces
- Subnet masks for each device
- Appropriate default gateways for host PCs
- ๐ Use correct cabling types for all connections (e.g., straight-through, crossover).
- โ Perform end-to-end communication tests between devices in both departments.
Design a network in Cisco Packet Tracer to connect the ACCOUNTS and DELIVERY departments using appropriate devices, IP addressing, and connectivity.
- ๐ฅ๏ธ Each department (ACCOUNTS and DELIVERY) must contain at least two PCs.
- ๐ถ Use an appropriate number of switches and routers to interconnect the devices.
- ๐ IP addressing must be based on the 192.168.40.0/24 network.
- Assign correct IP addresses, subnet masks, and default gateways to all interfaces.
- ๐ Use appropriate cables to connect all devices (copper straight-through, crossover where necessary).
- โ
Verify end-to-end communication between PCs in the ACCOUNTS and DELIVERY departments using the
ping
command.
This project demonstrates key networking fundamentals using Cisco Packet Tracer and includes the following implementations:
-
๐ ๏ธ Creating a Simple Network
Designed a basic LAN topology using a Router and an Access Layer Switch. -
๐ Correct Cabling of Network Devices
Connected PCs, switches, and routers using appropriate cable types (straight-through and crossover). -
๐ Connecting Two Networks via a Router
Enabled communication between two different subnets using a single router. -
๐งฎ Subnetting and IP Addressing
Applied custom subnetting on the192.168.x.x/24
network to efficiently allocate IP ranges. -
๐ IP Configuration on Router Interfaces
Assigned IPv4 static IPs to each interface of the router based on the subnet plan. -
๐ฅ๏ธ Static IP Assignment to End Devices
Manually configured static IP addresses on host machines (PCs) within each subnet. -
โ Testing and Verifying Communication
Usedping
and other diagnostic tools to validate network connectivity across all devices and departments.
๐ All configurations were completed in Cisco Packet Tracer, and results were verified through simulation mode and successful ping tests.