Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radeelahmad/university-network-model
BluePrint of network of 3 departments in CISCO Packet Tracer
https://github.com/radeelahmad/university-network-model
cicso network packet-tracer
Last synced: 4 days ago
JSON representation
BluePrint of network of 3 departments in CISCO Packet Tracer
- Host: GitHub
- URL: https://github.com/radeelahmad/university-network-model
- Owner: RadeelAhmad
- Created: 2024-08-17T15:38:51.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T17:59:07.000Z (3 months ago)
- Last Synced: 2024-08-20T19:59:11.158Z (3 months ago)
- Topics: cicso, network, packet-tracer
- Homepage:
- Size: 540 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# University-Network-Model
## Device use
- 60 Generic Computers
- 12 Switches (2960)
- 4 Routers (2911)
- 2 Generic Servers## Assign DHCP
![image1](image/1.png)
![image1](image/1.1.png)## Subnetting
IP used 193.168.1.0, 193.168.2.0, 193.168.3.0 and 193.168.40.0
2^2 = 4 (number of networks)
2^6 = 26 (number of hosts)
64-2 = 64 (IP that can be assigned)
Subnet mask = 255.255.255.192/26
Binary = 11111111.11111111.11111111.11000000| Network address | Usable Host Range | Broadcast Address |
|--------------------------|-------------------------------|------------------------|
| 192.168.1.0 | 192.168.1.1 - 192.168.1.62 | 192.168.1.63 |
| 192.168.1.64 | 192.168.1.65 - 192.168.1.126 | 192.168.1.127 |
| 192.168.1.128 | 192.168.1.129 - 192.168.1.190 | 192.168.1.191 |
| 192.168.1.192 | 192.168.1.193 - 192.168.1.254 | 192.168.1.255 |## Dynamic Routing
![image1](image/3.png)
| Network Address |
|---------------------|
| 11.0.0.0 |
| 12.0.0.0 |
| 192.168.1.0 |
| 192.168.2.0 |
| 192.168.3.0 |
| 192.16.11.0 |## DNS Server
![image1](image/4.png)
![image1](image/4.1.png)
![image1](image/4.2.png)## Email Server
![image1](image/5.png)
![image1](image/5.1.png)
![image1](image/5.2.png)