Hi guys,
I have an assignment on Intrusion Detection System. Which a server code will by sending data (char) over to it like
Data
G -> User
x -> Access
Q .
w .
E .
w .
R .
r
T
w
by 25 ports.
I have written a multi thread code to receive char through the 25 ports at the same time.
However, there is a policy rule for the Intrusion Detection System to check for Same User Login Through more then 3 ports at same time.
And the question is, is there anyway that you can listen from 25 ports and synchronizes them in a way that we can check each char at real time?
Greatly Appreciate any help or just a No will do if its not possible so I can move to an alternative
I have an assignment on Intrusion Detection System. Which a server code will by sending data (char) over to it like
Data
G -> User
x -> Access
Q .
w .
E .
w .
R .
r
T
w
by 25 ports.
I have written a multi thread code to receive char through the 25 ports at the same time.
However, there is a policy rule for the Intrusion Detection System to check for Same User Login Through more then 3 ports at same time.
And the question is, is there anyway that you can listen from 25 ports and synchronizes them in a way that we can check each char at real time?
Greatly Appreciate any help or just a No will do if its not possible so I can move to an alternative