In
computing
Computing is any goal-oriented activity requiring, benefiting from, or creating computer, computing machinery. It includes the study and experimentation of algorithmic processes, and the development of both computer hardware, hardware and softw ...
, the network model is a
database model
A database model is a type of data model that determines the logical structure of a database. It fundamentally determines in which manner data can be stored, organized and manipulated. The most popular example of a database model is the relatio ...
conceived as a flexible way of representing objects and their relationships. Its distinguishing feature is that the
schema
Schema may refer to:
Science and technology
* SCHEMA (bioinformatics), an algorithm used in protein engineering
* Schema (genetic algorithms), a set of programs or bit strings that have some genotypic similarity
* Schema.org, a web markup vocab ...
, viewed as a
graph in which object types are nodes and relationship types are arcs, is not restricted to being a hierarchy or
lattice.
The network model was adopted by the
CODASYL Data Base Task Group in 1969 and underwent a major update in 1971. It is sometimes known as the CODASYL model for this reason. A number of network database systems became popular on
mainframe and
minicomputers through the 1970s before being widely replaced by
relational database
A relational database (RDB) is a database based on the relational model of data, as proposed by E. F. Codd in 1970.
A Relational Database Management System (RDBMS) is a type of database management system that stores data in a structured for ...
s in the 1980s.
Overview
While the
hierarchical database model structures data as a
tree
In botany, a tree is a perennial plant with an elongated stem, or trunk, usually supporting branches and leaves. In some usages, the definition of a tree may be narrower, e.g., including only woody plants with secondary growth, only ...
of
records, with each record having one parent
record and many children, the network model allows each record to have multiple parent and child records, forming a generalized graph structure. This property applies at two levels: the schema is a generalized graph of record types connected by relationship types (called "set types" in CODASYL), and the database itself is a generalized graph of record occurrences connected by relationships (CODASYL "sets").
Cycles are permitted at both levels. Peer-to-Peer and Client Server are examples of Network Models.
The chief argument in favour of the network model, in comparison to the hierarchical model, was that it allowed a more natural modeling of relationships between entities. Although the model was widely implemented and used, it failed to become dominant for two main reasons. Firstly, IBM chose to stick to the hierarchical model with
semi-network extensions in their established products such as
IMS and DL/I. Secondly, it was eventually displaced by the
relational model, which offered a higher-level, more declarative interface. Until the early 1980s the performance benefits of the low-level navigational interfaces offered by hierarchical and network databases were persuasive for many large-scale applications, but as hardware became faster, the extra productivity and flexibility of the relational model led to the gradual obsolescence of the network model in corporate enterprise usage.
History
The network model's original inventor was
Charles Bachman, and it was developed into a standard specification published in 1969 by the Conference on Data Systems Languages (
CODASYL) Consortium. This was followed by a second publication in 1971, which became the basis for most implementations. Subsequent work continued into the early 1980s, culminating in an
ISO
The International Organization for Standardization (ISO ; ; ) is an independent, non-governmental, international standard development organization composed of representatives from the national standards organizations of member countries.
Me ...
specification, but this had little influence on products.
Bachman's influence is recognized in the term
Bachman diagram, a diagrammatic notation that represents a database schema expressed using the network model. In a Bachman diagram, named rectangles represent record types, and arrows represent one-to-many relationship types between records (CODASYL set types).
Database systems
Some well-known database systems that use the network model include:
*
IMAGE
An image or picture is a visual representation. An image can be Two-dimensional space, two-dimensional, such as a drawing, painting, or photograph, or Three-dimensional space, three-dimensional, such as a carving or sculpture. Images may be di ...
for
HP 3000
*
Integrated Data Store (IDS)
*
IDMS (Integrated Database Management System)
*
Univac DMS-1100
*Norsk Data SIBAS
*
Oracle CODASYL DBMS for
OpenVMS (originally known as
DEC VAX DBMS)
See also
*
Navigational database
*
Graph database
References
David M, k., 1997. Fundamentals, Design, and Implementation. database processing ed. s.l.:Prentice-Hall.
Further reading
*
Charles W. Bachman, ''The Programmer as Navigator.''
Turing Award lecture,
Communications of the ACM
''Communications of the ACM'' (''CACM'') is the monthly journal of the Association for Computing Machinery (ACM).
History
It was established in 1958, with Saul Rosen as its first managing editor. It is sent to all ACM members.
Articles are i ...
, Volume 16, Issue 11, 1973, pp. 653–658, ,
External links
*
Network (CODASYL) Data ModelSIBAS Database running on Norsk Data Servers
{{DEFAULTSORT:Network Model
Database models
Networks