Link to home
Start Free TrialLog in
Avatar of trojan81
trojan81

asked on

WMI AND RPC

Experts,

Can someone tell me the difference between WMI and RPC? They both start out with 135 or 445 and then call for a random port above 1024.

Question 2, what makes it use 445 instead of 135? Is it that it tries 135 first and then if that doesn't work it will try 445?
Avatar of Matt V
Matt V
Flag of Canada image

135 is the non-secure port, 445 uses SSL security

WMI is a Windows framework used to query and set values for various operating system and software options

RPC is remote procedure call, which allows you to run code remotely on a server
Avatar of trojan81
trojan81

ASKER

Matt,

Is it a correct statement to say that WMI and RPC use the same ports?
ASKER CERTIFIED SOLUTION
Avatar of graye
graye
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial