Oracle WebLogic Server 12c: Administration I — Question 26

You create a new dynamic cluster with the following parameters:
✑ Number of servers: 2
✑ Listen port: 8101
✑ Enable calculated listen ports: true
To which two port numbers will the resulting two dynamic servers bind? (Choose two.)

Answer options

Correct answer: A, D

Explanation

The servers will bind to ports 8101 and 8100, as the first server uses the specified listen port of 8101 and the second server, with calculated listen ports enabled, will bind to the next available port, which in this case is 8100. The other options (8102, 8103, 8104) are not used because they do not follow the designation of the first two dynamic server ports.