PAM-CDE-RECERT Exam QuestionsBrowse all questions from this exam

PAM-CDE-RECERT Exam - Question 15


What is the recommended method to determine if a PVWA is unavailable and must be removed from the load balancing pool?

Show Answer
Correct Answer: AC

The recommended method to determine if a PVWA (Password Vault Web Access) is unavailable and must be removed from the load balancing pool is to monitor port 443 on the PVWA server. Port 443 is used for HTTPS communication, which is essential for web services. Monitoring this port ensures that the web service is operational and can accept HTTPS requests.

Discussion

3 comments
Sign in to comment
dru0paOption: A
Mar 17, 2023

Monitor port 443 on the PVWA server. as 443 is https

bumikaOption: A
Apr 9, 2024

Ping is not good because it only checks whether the server is alive. TCP/443 is the default port of HTTPS, so the load balancer can check whether the web server can accept HTTPS requests on TCP level.

144d6ddOption: A
Jun 16, 2024

A. Monitor port 443 on the PVWA server.