This video demonstrates our LAN-Based Quiz System, developed as a requirement for Networking 2. The system is designed using PHP, MySQL, HTML/CSS, and JavaScript, and is hosted on a local server using XAMPP.
It showcases real client–server communication, IP-based access, and multi-user synchronization, making it a fully functional networking project.
🔍 System Features Shown in This Video
✔ User Registration (with role selection: Student or Professor)
✔ Secure Login System
✔ Forgot Password with OTP verification
✔ Admin/Professor Dashboard (Users, Questions, Attempts overview)
✔ Question Management Module
✔ Student Quiz Taking Interface
✔ Real-time scoring and results
✔ LAN access using server IP address
✔ Synchronized data across multiple devices
Why This Fits Networking 2
This project demonstrates key networking concepts including:
• Running a web system on a local server
• Accessing the system via LAN IP address
• Multi-client communication
• Shared database communication
• Real-time updates across networked devices
This proves that the system is not just a simple quiz app, but a true networking-based project.