• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Type of servers to be used for security purpose

 
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
In the institute that I am working , we are planning to change our lab systems in the following manner:
1. We will set up a server for each lab (in each lab roughly 30 systems) We still don't know what to use
2. After the windows/linux boot up ,before the students do any work, a popup will come on the screen and they will have to enter their roll no and password. They should not minimized this part
3. All the things that the students do (like accessing pen drive, dvd roms, web , which files they access) will be logged
4. The logged file will be analysed and if any abnormal words/ files are accessed (like Warcraft,CS etc) this will be sent back to the server
5. The server then will generate a report and the system administrator can then check the report.

This is for purely security purpose and to protect our lab systems from unwanted viruses downloaded by the students..

Any ideas/suggestion will be greatly appreciated.

Regards,
Vanlal
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you planning to implement this or are you looking for some product which already has these features? Does it have to be Java?
 
vanlalhmangaiha khiangte
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I feel that implementing this will be quite a task , if there is an existing server/software i would gladly go for that..Implementation is the last stage..
It does not have to be in java. If it's in other language there is no problem

Regards,
Vanlal
 
reply
    Bookmark Topic Watch Topic
  • New Topic