The network data model was developed to overcome the limited ca hierarchical model. Here, multiple parernt-child relationships are used.
The original network model and larnguage were presented in the Con. (Conference on Data Systems Languages) through its Data Base Task Group (DRTC DASYL is sometimes called the DBTG model.
The network model uses a network structure, which is a data structure consisting ot nodes and branches.
In this model, there is no distinction between parent and child nodes as in the hierarchical model. Each node may be related to more than one node.
In this model, directed graphs are used instead of tree structure to represent the structure of database. Here, records appearing as nodes and relationships as edges the graph.
The main difference of network model with hierarchical model is that a netwOn model permits a child node to have more than one parent nodes, Wnere hierarchical model does not allows a child node to have multiple parent nodes.
Advantages of Network Model:-
Conceptual Simplicity: Like hierarehical model, network model is also simple and easy to implement.
Capability to handle more relationship types: The network model can handie one to one (1:1) and many to many (N: N) relationship.
Ease to access data: Rapid and easy access to data is possible in this model due to multiple acoess paths to the data elenments.
Data Integrity: Since it is based on the parent child relationship, there is always a link between the parert segment and the child segment under it.
Data Independence: The network model is better than hierarchical model in case of data independence.
Disadvantages of Network Model :-
System Complexity: All the records have to maintain using pointers thus the database structure becomes more complex.
Operational Anomalies: As discussed earlier in network model large number of pointers is required so insertion, deletion and updating more complex.
Absence of structural Independence: There is lack of structural independence because when we change the structure then it becomes compulsory to change the application too.
What is Relational Model ?
The most popular data model in DBMS is the Relational Model. The principles of the relational model were first outlined by Dr. E. F. Codd in a June 1970.
The relational model is considered as one of the most popular developments in the database technology because it can be used for representing most of the real world objects and the relationships between them.
In relational model, data is organized in terms of rows and columns in a table known as relation. Each table consists of rows aliso known as tuples .
Any two tables can be linked irrespective of hierarchical placement. Therefore, any table can be accessed directly without having to access child tables through a hierarchy or network of parent tables.
The relational database relates or connects data in different tables through the use of a common field or attribute.
This model doesn't require any information that specifies how the data should be stored physically.
Relatively complex and efficient data structures can be created with the relational data model .
Advantages of Relational Model :-
Conceptual Simplicity: We have seen that both the hierarchical and network models are conceptually simple, but relational model is simpler than both of those two.
Design Impleme mentation: The relational model achieves both data independence and structural independence.
Ad hoc query capability: The presence of very powerful, flexible and easy to use capability is one ot the main reasons for the immense popularity of the relational database model.
Security: Security control and authorization can also be implemented more easily by moving sensitive attributes in a given table into a separate relation with its own authorization controls.
Disadvantages of Relational Model :-
Hardware overheads: Relational database systems hide the implementation complexities and the physical data storage details from the user. For doing this, the relational database system need more powerful hardware computers and data storage devices. .
Cost: One disadvantage of relational databases is the expensive of setting up and maintaining the database system. In order to set up a relational database, you generally need to purchase special software.
Ease of design can lead to bad design: The relational database is easy to design and use. The user needs not to know the complexities of the data storage. This ease of design and use can lead to the development and implementation of the very poorly designed database management system.
1 Comments
nice
ReplyDelete