Extensible Name Service (XNS)

A naming scheme is said to allow location transparency[26] if the scheme allows objects to be addressed without explicit knowledge of their physical location. For example, the U.S. phone number system is location transparent, as a caller does not need to know the whereabouts of the callee when dialing up. The U.S. postal address system, on the other hand, does not allow location transparency, since you must address the recipient with his/her physical address (excluding postal office boxes, that is).
Consider each of the following naming schemes. For each, determine if it is location transparent? Justify your answer.


It is supposed to be location transparent. However, it does use DNS to resolve Internet addresses, and in that regard it is not location transparent.

Computer Science & Information Technology

You might also like to view...

What exception is thrown if the pop method is called on an empty stack, implemented using the ArrayStack class?

a) EmptyStackException b) NoSuchElementException c) ArrayOutOfBoundsException d) EmptyCollectionException e) none of the above

Computer Science & Information Technology

Which of the following is NOT a goal in conducting a site survey?

A. determine the best location for APs B. locate unauthorized APs C. make the network secure D. determine the cost of the APs

Computer Science & Information Technology

In PHP, you must declare a global variable with the global keyword inside a function definition for the variable to be available within the scope of that function.

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

Computer Science & Information Technology

When two colored objects overlap and the Multiply blending mode is activated, the overlapped area is always darker.

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

Computer Science & Information Technology