You are designing a caching subsystem that temporarily stores data retrieved over the network (e.g., web pages) into a faster access storage (e.g., the hard disk). Due to a change in requirements, you define an additional service in your subsystem for configuring cache parameters (e.g., the maximum amount of hard disk the cache can use). Which project participants do you notify?

What will be an ideal response?


You should notify at least:
• all teams using your subsystem
• the team responsible for testing your subsystem
• the team responsible for documenting the interface of your subsystem
• the architecture team

Computer Science & Information Technology

You might also like to view...

In C++, the condition (4 > y > 1):

a. Evaluates correctly and could be replaced by (4 >y &&y> 1). b. Does not evaluate correctly and should be replaced by (4> y &&y>1). c. Evaluates correctly and could not be replaced by (4>y&&y1). d. Does not evaluate correctly and should not be replaced by (4 >y&&y1).

Computer Science & Information Technology

Of which of the following ICMP replies are there two versions, which are: the standard version that simply states the packet had the Don't Fragment bit set when it reached a router that needed to fragment it, and the PMTU version that includes information about the restricting link?

A. Code 2: Protocol Unreachable B. Code 3: Port Unreachable C. Code 4: Fragmentation Needed and Don't Fragment Was Set D. Code 5: Source Route Failed

Computer Science & Information Technology

Neither the Insert method nor the Remove method removes any characters from the original string.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

?Select the commands that can be used to extend a volume group and logical volume respectively:

A. ?pgextend B. ?vgextend C. ?lvextend D. ?lvm_extend

Computer Science & Information Technology