This project presents the network design and configuration for SmartTech International, a multi-branch enterprise operating across several geographical locations. The network is designed to support scalability, reliability, and efficient resource sharing among all branches.
The implementation follows enterprise networking best practices, combining dynamic and static routing, centralized services, and an optimized IP addressing scheme.
The enterprise network connects six sites:
- Cairo — Headquarters (HQ)
- Dubai — Regional Office
- Alexandria — Server Farm / IT Center
- Port Said — HR Department
- Aswan — Marketing Department
- Luxor — Customer Service Department
Cairo HQ acts as the central hub for all branch connectivity.
- Topology Type: Hub-and-Spoke
- Central Hub: Cairo HQ
- WAN Links: Serial DCE/DTE connections between sites
This topology simplifies management while ensuring reliable inter-branch communication.
-
Dynamic Routing: OSPF (Open Shortest Path First)
- Implemented between Cairo, Dubai, and Alexandria
- Provides fast convergence and scalability
-
Static Routing:
- Used for smaller branches (Port Said, Aswan, Luxor)
- Default routes point to Cairo HQ
-
Route Redistribution:
- Static routes are redistributed into OSPF at Cairo
- Private Address Space: 172.16.0.0 /16
- Subnetting Method: VLSM (Variable Length Subnet Masking)
| Location | Department | Hosts | Network | CIDR |
|---|---|---|---|---|
| Cairo | Operations & Finance | 1000 | 172.16.0.0 | /22 |
| Dubai | Management | 500 | 172.16.4.0 | /23 |
| Alexandria | Server Farm / IT | 200 | 172.16.6.0 | /24 |
| Port Said | HR | 120 | 172.16.7.0 | /25 |
| Aswan | Marketing | 60 | 172.16.7.128 | /26 |
| Luxor | Customer Service | 50 | 172.16.7.192 | /26 |
- DNS Server: Alexandria (172.16.6.2)
- Resolves
smarttech.comandmail.smarttech.com
- Resolves
- Web Server (HTTP/HTTPS): Alexandria (172.16.6.3)
- Mail Server (SMTP/POP3): Dubai (172.16.4.2)
- DHCP:
- Each router provides DHCP services for its local LAN
- Supplies IP address, default gateway, and DNS settings
- OSPF enabled on core routers (Cairo, Dubai, Alexandria)
- Static default routes on branch routers
- DHCP pools configured per site
- WAN serial interfaces configured with /30 subnets
The configuration ensures centralized services with distributed access.
Connectivity and functionality were verified using:
- Ping — End-to-end connectivity between all branches
- Traceroute — Traffic flow through Cairo HQ
- DNS Lookup — Domain resolution testing
- Web Access — Successful HTTP access via domain name
- Email Testing — SMTP/POP3 communication between branches
All tests were successful.
The SmartTech International enterprise network was successfully designed and implemented using a hybrid routing approach. The solution supports over 2000 hosts across multiple cities while providing secure and reliable access to centralized services.
The design is scalable, efficient, and suitable for real-world enterprise environments.
- Aysha Ahmed Kassem
- Mohamed Kamal Mohamed
- Nada Khamis Etman
- Ali Tamer Ali
- Abdelrahman Mostafa
This project is developed for educational and academic purposes.