Protocol and test

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
Nadir
Posts: 264
Joined: Mon Aug 29, 2005 2:01 am

Protocol and test

Post by Nadir »

Hi all,

For security issue I need to know what protocol and port exactly use AHM for:
nt eventlog test
services test
performance counter test
cpu usage
drive free space
folder/file size
count files
file integrity
text log
compare file

I thinks he use RPC calls is exact?

Thanks a lot
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Lets say HostMonitor does not use (directly) any protocol and port for these tests. HostMonitor uses Windows API.
Windows uses RPC for the following test methods
- nt eventlog test
- services test
- performance counter test
- cpu usage
RPC calls may use any port above 1023

And Windows calls network client to perform the following tests
- drive free space
- folder/file size
- count files
- file integrity
- text log
- compare file
This means port and protocol depends on network client that you are using. E.g. NETBIOS uses ports 137-139

Regards
Alex
Nadir
Posts: 264
Joined: Mon Aug 29, 2005 2:01 am

Post by Nadir »

Thanks a lot Alex
Post Reply