30.6k views
2 votes
A company wants to extend its help desk availability beyond business hours. The Chief Information Officer (CIO) decides to augment the help desk with a third- party service that will answer calls and provide Tier 1 problem resolution, such as password resets and remote assistance. The security administrator implements the following firewall change:

PERMIT TCP FROM TO PORT 80
PERMIT TCP FROM TO PORT 636
PERMIT TCP FROM TO PORT 5800
PERMIT TCP FROM TO PORT 1433

The administrator provides the appropriate path and credentials to the third-party company.

Which of the following technologies is MOST likely being used to provide access to the third company?

A. LDAP
B. WAYF
C. OpenID
D. RADIUS
E. SAML

1 Answer

3 votes

Final answer:

The most likely technology being used to provide access to the third-party company is RDP (Remote Desktop Protocol).

Step-by-step explanation:

The firewall change implemented by the security administrator suggests that the company is using RDP (Remote Desktop Protocol) to provide access to the third-party company. The specific ports mentioned in the firewall change (80, 636, 5800, and 1433) are commonly associated with different services. Port 80 is used for HTTP, port 636 is used for LDAPS (secure LDAP), port 5800 is used for Virtual Network Computing (VNC), and port 1433 is used for Microsoft SQL Server.

Therefore, based on the given information, the most likely technology being used to provide access to the third-party company is RDP.

User NIMISHAN
by
7.0k points