G
greatmacoy
Hello everyone,
Can anybody help me solve my school assigment.
SCENARIO:
There are thre or more computers on the LAN, any of which can be use
to configure or set which of the computers a certain user can lon-o
to. Assuming the the computers are named "Workstation 01" t
"Workstation 03", the user who is in charge of the over-all security o
the program will set which computer "User A" can log-on to. Whic
means that if User A is configured to log-on to the PROGRAM throug
WORKSTATION 01, then he can not log-on to the program using any othe
computer.
MY STRATEGY:
I will create a table of users where the accounts of the users of th
program will be stored then I'll use the table to validate user log-o
to the program (not network). Then I will create two table linke
tables, one will be used to store the identity of the computers tha
are on the network, possibly IP address or computer name and the othe
will be used to map which users can log-on to each of the computers.
MY LIMITATION:
How to determine the identity of the computers that are connected t
the network. How is it possible for me to detect the and determine th
identity of the computers on the network?
PLEASE, PLEASE, PLEASE HELP ME....
Can anybody help me solve my school assigment.
SCENARIO:
There are thre or more computers on the LAN, any of which can be use
to configure or set which of the computers a certain user can lon-o
to. Assuming the the computers are named "Workstation 01" t
"Workstation 03", the user who is in charge of the over-all security o
the program will set which computer "User A" can log-on to. Whic
means that if User A is configured to log-on to the PROGRAM throug
WORKSTATION 01, then he can not log-on to the program using any othe
computer.
MY STRATEGY:
I will create a table of users where the accounts of the users of th
program will be stored then I'll use the table to validate user log-o
to the program (not network). Then I will create two table linke
tables, one will be used to store the identity of the computers tha
are on the network, possibly IP address or computer name and the othe
will be used to map which users can log-on to each of the computers.
MY LIMITATION:
How to determine the identity of the computers that are connected t
the network. How is it possible for me to detect the and determine th
identity of the computers on the network?
PLEASE, PLEASE, PLEASE HELP ME....