What is port 135 commonly used for?
Olivia Hensley
Updated on February 22, 2026
Port 135 is used for RPC client-server communication; ports 139 and 445 are used for authentication and file sharing. UDP ports 137 and 138 are used for local NetBIOS browser, naming, and lookup functions.
What is RPC 135 for?
Remote Procedure Call (RPC) port 135 is used in client/server applications (might be on a single machine) such as Exchange clients, the recently exploited messenger service, as well as other Windows NT/2K/XP software.What are ports 135 139 used for?
Port 135 is used for RPC client-server communication, and ports 139 and 445 are used for authentication and file sharing.Is port 135 required?
However, Port 135 is needed in an active directory and server/client environment for many services to operate properly. For a client, such as a surface, the port can probably be safely closed because services that depend on Port 135 are typically exposed on a server.Is RPC 135 TCP or UDP?
TCP port 135 is the Remote Procedure Call (RPC) Endpoint Mapper service. It enables other systems to identify what services are available on a machine and on which port they can be found.Port Numbers Explained | Cisco CCNA 200-301
What does port 135 do Windows?
Microsoft Windows Networking ServicesPort 135 is used for RPC client-server communication; ports 139 and 445 are used for authentication and file sharing. UDP ports 137 and 138 are used for local NetBIOS browser, naming, and lookup functions.
Does SMB use port 135?
What are Ports 139 and 445? SMB is a network file sharing protocol that requires an open port on a computer or server to communicate with other systems. SMB ports are generally port numbers 139 and 445. Port 139 is used by SMB dialects that communicate over NetBIOS.How do I check if port 135 is open?
Using 'netstat -ab' to Identify Open PortsNow, type “ netstat -ab ” without quotes, then press “Enter.” Wait for the results to load. Port names get listed next to each local IP address. Look for the port number you need, and if it says LISTENING in the State column, it means your port is “open.”
What is RPC used for?
Remote Procedure Call is a software communication protocol that one program can use to request a service from a program located in another computer on a network without having to understand the network's details. RPC is used to call other processes on the remote systems like a local system.How do I open port 135 on Windows Server 2016?
At Windows Firewall With Advanced Security, click on Inbound Rules. Click on New Rule at the right-hand side panel. At New Inbound Rule Wizard, Select Port radio button and click Next. Select TCP/UDP & specify the port you wish to open in Specific Local Ports box OR check All local ports & click Next.Should port 135 be closed?
Hacker tools such as "epdump" (Endpoint Dump) can immediately identify every DCOM-related server/service running on the user''s hosting computer and match them up with known exploits against those services. Therefore, port 135 should not be exposed to the internet and must be blocked.How do I open port 135 on Windows?
Open firewall ports in Windows 10
- Navigate to Control Panel, System and Security and Windows Firewall.
- Select Advanced settings and highlight Inbound Rules in the left pane.
- Right click Inbound Rules and select New Rule.
- Add the port you need to open and click Next.