In Section 24.5.1 when discussing naming transparency, we proposed the use of aliases to uniquely identify each replica of each fragment. Provide an outline design for the implementation of this approach to naming transparency.
What will be an ideal response?
FUNCTION map(name)
{
IF name appears in the replica table
THEN
result = name of replica of name;
IF name appears in the fragment table
THEN {
result = expression to construct fragment;
FOR each iname IN result {
replace iname in result with map(iname);
}
}
RETURN result;
}
IF name appears in the alias table
THEN
expression = map(name);
ELSE
expression = name;
You might also like to view...
____________________ (CGI) scripts are used to generate a dynamic Web page's contents and can be written in a number of programming languages, such as Java, C, and Perl.
Fill in the blank(s) with the appropriate word(s).
What command below is used to test network connections by sending a request packet to a host?
A. ps B. ifconfig C. ping D. df
The adjusted cell references in a copied and pasted formula are called ____ references.
A. related B. relative C. pasted D. alternative
A(n) ________ cell is formed by combining several cells into a single new cell
A) joined B) merged C) conjoined D) united