medium
Single Answer
0

Alan wants to configure his firewall to allow Microsoft SQL traffic through to the database server from web application servers in a screened subnet design. What is the minimum set of ports that he should port to allow this?

Answer Options

A

TCP 3389 and 1433

B

TCP 1433

C

TCP 8080

D

TCP 139 and 445

Correct Answer: B

Explanation

TCP port 1433 is the minimum port requirement for a Microsoft SQL server connection. TCP 3389 is used for Remote Desktop Protocol (RDP). TCP 8080 is a common alternate port for web servers, and TCP 139 and 445 are used for SMB connections.