hero-image

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)

image.png

Infrastructure Overview

The setup included a main server and a backup server connected within the same network.

DeviceIP Address
Main Server192.168.10.1
Backup Server192.168.10.2
DHCP Scope192.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