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.
Below are the steps that NODE2 could perform while returning the requested content to the client:
1. Send a request to NODE3 to get the requested contents.
2. Receive the content from NODE3 and store it in its cache as on-demand content.
3. Send a request along with the client request to NODE3 to return the content to the client.
4. Receive the content from NODE3 and store it in NODE1 cache because NODE1 has the
highest capacity.
5. Send a request along with the client request to NODE1 to return the content to the client.
6. Return the requested content to the client.
Which option illustrates the correct steps and order that NODE2 would use?
A.
1,4 and 5
B.
1,2,and6
C.
1,2, and 5
D.
1, 2,4 and 5