Introduction to Network Administration & Fundamentals

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

27 Terms

1
New cards

Database Management System

software that allows users to define, create, maintain, and control access to databases.

2
New cards

Traditional file processing systems

 To store and manage data

3
New cards

Hierarchical DBMS

 Data is structured in a tree-like format.

4
New cards

Network DBMS

Uses a graph structure with multiple relationships between data records.

5
New cards

Relational DBMS (RDBMS)

Stores data in tables with relationships.

6
New cards

Object-Oriented DBMS

Stores data as objects, similar to _______ programming

7
New cards

Data Integrity and Consistency

Ensures accurate and up-to-date data

8
New cards

Efficient Data Access

Uses indexing and query optimization technique

9
New cards

Reduced Data Redundancy

Eliminates duplicate data storage.

10
New cards

Security and Authorization

Provides controlled access to data

11
New cards

Backup and Recovery

Supports automatic backup mechanisms.

12
New cards

High Initial Cost

Requires investment in hardware, software, and training

13
New cards

Complexity

Needs skilled administrators and developers.

14
New cards

Performance Overhead

Consumes more memory and processing power than file systems.

15
New cards

Real-world entity

A modern DBMS is more realistic and uses real-world entities to design its architecture.

16
New cards

Relation-based tables

DBMS allows entities and relations among them to form tables.

17
New cards

Isolation of data and application

A database system is entirely different than its data.

18
New cards

Less redundancy

DBMS follows the rules of normalization, which splits a relation when any of its attributes is having redundancy in values.

19
New cards

Consistency

It is a state where every relation in a database remains consistent.

20
New cards

Query Language

DBMS is equipped with __________ , which makes it more efficient to retrieve and manipulate data.

21
New cards

ACID Properties

  • DBMS follows the concepts of Atomicity, Consistency, Isolation, and Durability.

  • These concepts are applied on transactions, which manipulate data in a database.

22
New cards

Multiuser and Concurrent Access

DBMS supports multi-user environment and allows them to access and manipulate data in parallel

23
New cards

Multiple views

DBMS offers ________ views for different users.

24
New cards

Security

Features like multiple views offer_________ to some extent where users are unable to access data of other users and departments

25
New cards

Administrators

They maintain the DBMS and are responsible for administrating the database.

26
New cards

Designers

are the group of people who actually work on the designing part of the database.

27
New cards

End Users

_____________ those who actually reap the benefits of having a DBMS