We are independent & ad-supported. We may earn a commission for purchases made through our links.
Advertiser Disclosure
Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.
How We Make Money
We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently of our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.
Networking

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

What Is a Network Model?

By T.S. Adams
Updated: May 16, 2024

A computer database is arranged by tables, which generally refer to a listing of records that share some commonality. In a standard hierarchical database model, tables are associated with one another based on a parent and child relationship, where one parent table can have multiple children, but a child table cannot have multiple parents. For example, the "Employees" table — the parent table — might be further subdivided into two child tables: "Current Workers" and "Past Workers." A network model database offers an alternative to this parent and child limitation. In a network model database, any single table can have both multiple child tables and multiple parent tables, resulting in a more natural graphical structure between the entities in the database.

The primary advantage of a network model database is that it allows for a more realistic portrayal of the relationship between tables. Trying to squeeze table arrangements into a one-parent model can be restrictive, especially when two or more tables could equally be considered parent categories. Continuing the past example, while the "Employees" table was used as the parent for both the "Current Workers" and "Past Workers" tables, an "Independent Contractors" table would serve equally well as the parent for either, or even both. Through the network model setup, the end-user can structure the database so that both "Employees" and "Independent Contractors" are parents of the "Current Workers" and "Past Workers" tables.

Tables in a network model database can be represented graphically, by listing each table name individually, starting with the highest-level parent tables at the top of the graph and working down to the most dependent child tables at the bottom. Each parent-child relationship can be represented by drawing a line between the related tables. This allows database designers to more readily understand the connection between entities.

Although the network model allows for a more realistic representation of the relationships between data entities, it is largely obsolete in modern database design. Escalating hardware performance for computers allowed larger organizations to evolve to what is called a relational database model, which allows the end-users to directly input data using key values instead of focusing strictly on the parent-child relationship. For example, a list of employees in a relational database model might have the employee's name listed as the key value. That links the employee list to all other tables containing the employee's name, allowing all information about that employee to be pulled up at once, regardless of what table holds it.

EasyTechJunkie is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.
Discussion Comments
Share
EasyTechJunkie, in your inbox

Our latest articles, guides, and more, delivered daily.

EasyTechJunkie, in your inbox

Our latest articles, guides, and more, delivered daily.