5.4 Data Models - Network Model
5.4 Data Models - Network Model
NETWORK MODEL
The network model is the extension of the hierarchical structure because it allows many-
to-many relationships to be managed in a tree-like structure that allows multiple parents.
The main difference of the network model from the hierarchical model is its ability
to handle many to many relationships In other words it allows a record to have
more than one parent.
The schema is viewed as a graph in which object types are nodes and relationship
types are arcs, is not restricted to being a hierarchy or lattice.
EXAMPLE-
It can represent redundancy in data more efficiently than that in the hierarchical
model.
There can be more than one path from a previous node to successor node/s.
1.) Conceptual simplicity-Just like the hierarchical model, the network model is also
conceptually simple and easy to design.
2.) Capability to handle more relationship types- The network model can handle the one
to many and many to many relationships which is real help in modeling the real life
situations.
3.) Ease of data access-The data access is easier and flexible than the hierarchical model.
4.) Data integrity- The network model does not allow a member to exist without an
owner.
5.) Data independence- The network model is better than the hierarchical model in
isolating the programs from the complex physical storage details.
1.) System complexity- All the records are maintained using pointers and hence the
whole database structure becomes very complex.
2.) Operational Anomalies- The insertion, deletion and updating operations of any record
require large number of pointers adjustments.
Great flexibility among the information files Less flexibility with the collection of
because the multiple relationships among the information because of the hierarchical
files position of the files