CREST Practitioner Security Analyst (CPSA) Practice

Disable ads (and more) with a membership for a one time $2.99 payment

Master the CREST Practitioner Security Analyst Exam. Prepare with quizzes and comprehensive study guides that include tips and explanations. Excel in your certification journey!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which port is associated with the Windows RPC (EPM)?

  1. Port 88

  2. Port 135

  3. Port 110

  4. Port 123

The correct answer is: Port 135

Port 135 is associated with Windows Remote Procedure Call (RPC) and serves as the End Point Mapper (EPM). This port is crucial for service aggregation and communication between different network services on Windows operating systems. When a client makes a call to a service that uses RPC, it first contacts the EPM service on port 135 to determine the dynamic ports used by the requested RPC service. This design allows for more flexible communication and port management in Windows environments, enabling services to communicate without needing to know the exact port numbers in advance. The other ports mentioned—88, 110, and 123—are typically associated with different protocols. Port 88 is used for Kerberos authentication, port 110 is the default port for the Post Office Protocol version 3 (POP3) for email retrieval, and port 123 is used for the Network Time Protocol (NTP), which synchronizes clocks over a network. These ports serve different purposes and are not involved in the functions of Windows RPC.