Computer Science, asked by gulfishanzahid001, 8 months ago

: What is a benefit of a hierarchical name space over a flat name space for a system the size of the internet? What is the variance among a primary server and a secondary server?

Answers

Answered by Preeti4120
2

Answer:

"When the name space is large, searching a name in hierarchical structure (tree) is much faster that searching it in a flat structure (linear). The first can use a binary search; the second needs to use a sequential search."

Similar questions