Implementing Advance Windows Server on E-Agriculture
→ View detailed version on GitHub
A group project focused on building a reliable Windows Server infrastructure for a modern farming environment. The main goal was to combine traditional agriculture with centralized network management and smart system integration.
This project was developed using multiple Windows Server services to simulate a small enterprise network for E-Agriculture operations.
Features Implemented
- DHCP Server
- DNS Server
- Active Directory Domain Services (ADDS)
- Group Policy Object (GPO)
- NFS Server
- Join Forest
- DHCP Failover
- File Server Resource Manager (FSRM)
- Distributed File System (DFS)

Infrastructure Overview
The setup included a main server and a backup server connected within the same network.
| Device | IP Address |
|---|---|
| Main Server | 192.168.10.1 |
| Backup Server | 192.168.10.2 |
| DHCP Scope | 192.168.10.3 - 192.168.10.200 |
We also configured:
- DHCP failover for redundancy
- DFS replication between servers
- User and policy management using ADDS & GPO
- File quota and filtering with FSRM