5.3.1 Name Spaces
●
A Name space is a labeled, directed graph with two types of
nodes.
●
A leaf node represents a named entity and has the property that it
has no outgoing edges.
●
And a directory node that has a number of outgoing edges, each
labeled with a name, and has an associated identifier.
●
A directory table holds (edge label, node identifier) for the
directory contents.
●
n0 is the root node and name : N label_1 , label_2 , ..... label_n is
called a path. If N is the root then the path is called an absolute
path, otherwise it is called a relative path. We use "/" as a
separator between labels and as a representation for n0.