Restricted Access to Server

Shriharsh Patil
1 min readOct 12, 2020

--

PROBLEM STATEMENT:

X sir needs to access server of College and at a same time students too, requirements of problem is we need to restrict students from accessing server’s any important facility like marks from students to access, so what will be approaches to restrict to do so ? i.e. we need to solve user authority as per student or sir.

Solution 1: Authentication

We can restrict the particular stuff by login credentials to the specific server. So the important stuff can only seen and handled by the faculty. Students can only view the marks and can not edit marks.

Solution 2: VPN

VPN is also a solution , VPN is also known as Virtual Private Network. As Remote access VPN are used to connect individual users to private networks. When a user is connected to network via VPN client, the software encrypted the traffic before it delivers it over the internet.

Source: Google

--

--

No responses yet