answersLogoWhite

0


Best Answer

In computing, networking is connecting computers that allows it to share and to relay resources and information's. It works like a net that needs each tread to support each other -- in computing end users help each other through a network to share and relay data and information.

Advantages: Through networking computer can communicate to each other.

Disadvantages: Because of networking, crimes are spreading and privacy is becomes questionable.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

ADVANTAGES

  • Provide very efficient "High-speed" retrieval
  • Simplicity

The network model is conceptually simple and easy to design.

  • Ability to handle more relationship types

The network model can handle the one-to-many and many-to-many relationships.

  • Ease of data access

In the network database terminology, a relationship is a set. Each set comprises of two types of records.- an owner record and a member record, In a network model an application can access an owner record and all the member records within a set.

  • Data Integrity

In a network model, no member can exist without an owner. A user must therefore first define the owner record and then the member record. This ensures the integrity.

  • Data Independence

The network model draws a clear line of demarcation between programs and the complex physical storage details. The application programs work independently of the data. Any changes made in the data characteristics do not affect the application program.

DISADVANTAGES

  • System complexity

In a network model, data are accessed one record at a time. This makes it essential for the database designers, administrators, and programmers to be familiar with the internal data structures to gain access to the data. Therefore, a user friendly database management system cannot be created using the network model

  • Lack of Structural independence

Making structural modifications to the database is very difficult in the network database model as the data access method is navigational. Any changes made to the database structure require the application programs to be modified before they can access data. Though the network model achieves data independence, it still fails to achieve structural independence.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

there are so many different benefits to remote network management tools, and the right network consulting firm can help your business operations run more smoothly at all times.

There are a variety of things to consider when you are choosing IT solutions, but choosing a reputable and professional service will always yield the best result. In order to understand the importance of remote management and the tools that come with it,

you should be aware of the benefits, which are listed below:

1. Remote network management tools allow for instant troubleshooting at anytime and from anywhere. Your business operations will never have to wait for someone to show up or face the hassles of not having someone who can fix things instantly.

2. Remote troubleshooting allows you to work with IT solutions firms from anywhere in the world, regardless of whether you are in the same city or across the globe.

3. Remote tools will save the business time, which is critical. You don't have to worry about losing access to your computers and IT operations while remote work and tools are being utilized.

4. Saving time also saves your business money. You will not lose income or face issues with downtime that cut into your profits because everything can be handled remotely.

5. Cost savings also come from hiring an IT tech support firm that uses remote network management tools. Hiring people in-house or even outsourcing a full-time team for onsite services can be expensive, but remote support is much more affordable.

6. Your company can put its focus on daily operations, which is critical to the success of your business. You no longer have to worry about IT management services or solutions because it's all taken care of.

7. 24/7 support, when you choose remote services, you can make sure that your business is running properly even when you're not there.

8. Your efforts to make sure that customers are happy and that sales are made will be successful because you have a remote support team with the proper remote network management tools backing you up at all times.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The advantages and disadvantages of database network model?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Compare between network hierarchal and relational model?

1. Relational Model : Newer database model; Network Model - Older database model 2. The network model structures data as a tree of records with each record can have multiple parent and child records, forming a lattice structure. The basic data structure of the relational model is the table, where information about a particular entity (say, an employee) is represented in columns and rows 3.The relational model has strong mathematical foundation with set theory and predicate logic. Network Model has no strong mathematical background. 4. Relational model is the most flexible of the database models. Network model is not very flexible. 5. Relational model has widespead use. Network model has limited use.


What are the advantages and disadvantages of Associative model?

With the Associative model there is not record. When assembling all of the current information on a complex order the data storage needs to be re-visited multiple times. This could pose as a disadvantage. Some calculations seem to suggest that Associative database would need as many as four times the data reads as the relational database.


Advantage of network database model?

One that has blocks in rows, that you put data in, like you put name in the first block, address in box 2 etc etc.


Why is making a model or prototype important in the engineering design process?

Modelling the idea allows you to design the prototype seeing the costraints needed, the advantages and disadvantages, and the features or parts needed to meet the requirements.


What is the meaning of database design?

There is only one meaning of the words database design. Data base design means the process of creating a very detailed data model of a database. It is used for a database, of course. Hello, Database design is part of system development, it is the process of producing a detailed data model of a database. A database is a collection of information that is organized so that it can easily be accessed, managed, and updated. Databases are used everywhere in the world of web development. - conceptual database design - logical database design - physical database design Database designing , website designing & development requires proper knowledge about that. If anyone wants more information about that can communicate with the Hvantage Technology. I also visited this site it has all related information.

Related questions

What are the advantages and disadvantages of network data model?

Network data model is just like a normal database model. In network model the data is seen as related to each other by links. Or we can say the relation between the data is represented by links.


What are the Advantages and disadvantages of Entity Relationship Model?

Entity-relationship model advantages and disadvantages AdvantagesDisadvantagesConceptual simplicityVisual representationEffective communicationIntegration with the relational database modelLimited constraint representationLimited relationship representationNo representation of data manipulationLoss of information


Architecture of Network database model?

what is the architecture of database network


What are the advantages of the biomedical model?

what are the advantages and disadvantages of the biomedical model


What are the Advantages of linear model communication?

advantages and disadvantages of linear model communication


Advantages of hierarchical database model?

optical illusion


Advantages and disadvantages of relational data model?

Advantages of relational data model include data integrity through normalization, flexibility to query data using SQL, and ease of understanding relationships between entities. Disadvantages can include performance issues with complex queries, potential for data duplication across tables, and difficulty in scaling for very large datasets.


What is a good way to represent a database?

Relational model of database is a good way to represent the database. Also network data model and hierarchical model can be used depending on the requirements.


What are the advantages of communication models?

advantages and disadvantages of linear model communication


What are the advantage of linear model?

advantages and disadvantages of linear model communication


What does the acronym IDMS mean?

The acronym IDMS is the initials of integrated database management system. This is a network database management system for mainframes. The model used by most is the CODASYL network model.


What are the advantages and disadvantages of network database model?

Network Database model was designed to solve some of Hierarchical Database Model. Specifically this solves the problem of data redundancy by representing relationships in terms of sets.ADVANTAGESOrganization: Information is grouped into entities/records and each entity has attributes, which correspond to column headings.Very efficient in retrievalConceptually simple and easy to designCan handle the diverse sort of relationships (one-to-many and many-to-many relationships)Clear line of demarcation between programs and the complex physical storage details. Application programs work independently of the data.DISADVANTAGESAll the records have to maintain using pointers thus the database structure becomes more complex. Network model large number of pointers is required to insertion, deletion and updating.