# Network model

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Network_model
> Markdown URL: https://mediated.wiki/source/Network_model.md
> Source: https://en.wikipedia.org/wiki/Network_model
> Source revision: 1318072460
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

{{Short description|Database model invented by Charles Bachman}}
{{About|the database model}}
{{Multiple issues|
{{No inline sources|date=October 2008}}
{{one source|date=January 2019}}
{{technical|date=January 2019}}
}}
thumb|320px|Bachman diagram of a simple network database
In [computing](/source/computing), the '''network model''' is a [database model](/source/database_model) conceived as a flexible way of representing objects and their relationships. Its distinguishing feature is that the [schema](/source/database_schema), viewed as a [graph](/source/graph_(discrete_mathematics)) in which object types are nodes and relationship types are arcs, is not restricted to being a hierarchy or [lattice](/source/Lattice_graph).

The network model was adopted by the [CODASYL](/source/CODASYL) [Data Base Task Group](/source/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](/source/mainframe) and [minicomputer](/source/minicomputer)s through the 1970s before being widely replaced by [relational database](/source/relational_database)s in the 1980s.

==Overview==
While the [hierarchical database model](/source/hierarchical_database_model) structures data as a [tree](/source/Tree_data_structure) of [records](/source/Record_(computer_science)), with each record having one parent [record](/source/Record_(computer_science)) 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"). [Cycle](/source/cycle_(graph_theory))s 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](/source/semi-network) extensions in their established products such as [IMS](/source/Information_Management_System) and DL/I. Secondly, it was eventually displaced by the [relational model](/source/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](/source/Charles_Bachman), and it was developed into a standard specification published in 1969 by the  Conference on Data Systems Languages ([CODASYL](/source/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](/source/International_Organization_for_Standardization) specification, but this had little influence on products.

Bachman's influence is recognized in the term ['''Bachman diagram'''](/source/Data_structure_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](/source/IMAGE_(database)) for [HP 3000](/source/HP_3000)
*[Integrated Data Store](/source/Integrated_Data_Store){{r|rdbmsearlyyearsoh20070612}} (IDS)
*[IDMS](/source/IDMS)<ref name="rdbmsearlyyearsoh20070612">{{Cite interview |interviewer=Burton Grad |title=RDBMS Plenary 1: Early Years  |type=PDF |url=https://archive.computerhistory.org/resources/access/text/2013/05/102702562-05-01-acc.pdf |access-date=2025-05-30 |publisher=Computer History Museum |date=2007-06-12}}</ref> (Integrated Database Management System)
*[Univac DMS-1100](/source/Unisys_OS_2200_databases)
*Norsk Data SIBAS
*[Oracle](/source/Oracle_Corporation) CODASYL DBMS for [OpenVMS](/source/OpenVMS) (originally known as [DEC](/source/Digital_Equipment_Corporation) [VAX](/source/VAX) DBMS)

==See also==
*[Navigational database](/source/Navigational_database)
*[Graph database](/source/Graph_database)

==References==
{{Reflist}}
*David M, k., 1997. Fundamentals, Design, and Implementation. database processing ed. s.l.:Prentice-Hall.

==Further reading==
*[Charles W. Bachman](/source/Charles_W._Bachman), ''The Programmer as Navigator.'' [Turing Award](/source/Turing_Award) lecture, [Communications of the ACM](/source/Communications_of_the_ACM), Volume 16, Issue 11, 1973, pp.&nbsp;653–658, {{ISSN|0001-0782}}, {{doi|10.1145/355611.362534}}

==External links==
{{Commons category|Network models}}
*{{cite web
 |url=http://www.sqlsummit.com/PDF/DatabaseSurvey_CODASYL_1968.pdf
 |title=CODASYL Systems Committee "Survey of Data Base Systems"
 |date=1968-09-03
 |archive-url=https://web.archive.org/web/20071012095137/http://www.sqlsummit.com/PDF/DatabaseSurvey_CODASYL_1968.pdf
 |archive-date=2007-10-12}}
*[https://web.archive.org/web/20060904190944/http://coronet.iicm.edu/wbtmaster/allcoursescontent/netlib/ndm1.htm Network (CODASYL) Data Model]
*[http://www.ndwiki.org/wiki/SIBAS SIBAS Database running on Norsk Data Servers]
{{Database models}}

{{DEFAULTSORT:Network Model}}
Category:Database models
Category:Networks

---
Adapted from the Wikipedia article [Network model](https://en.wikipedia.org/wiki/Network_model) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Network_model?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
