You have three Web Cache nodes, NODE1 NODE2, and NODE3, in your OracleAS Cluster (Web
Cache) environment. The capacity of the cache members are 20,10, and 10 respectively. From a
client, NODE2 receives a request for a content that is stored in and owned by NODE3. NODE2
sends a request to NODE3 to get the content but does not receive a response after a specified
threshold.
Below are the steps that NODE2 could perform while returning the requested content to the client:
1. Detect NODE3 to have failed.
2. Reassign ownership of content.
3. Recalculate the relative capacity of the remaining cache cluster members.
4. Send a request to the application Web server and store the content in its cache after receiving
it.
5. Receive the content from application Web server and store it in the NODE1 cache because
NODE1 has the highest capacity.
6. Return the requested content to the client.
7. Send a request along with the client request to NODE1 to return the content to the client.
Which option illustrates the correct steps and order that NODE2 would use?
A.
3,2,4,and6
B.
3,4, 5, and 6
C.
2, 3,4, 5, and 7
D.
1,3,2,4,811016
E.
1,2, 3,4, 6, and 7