Cybersecurity
According to New Revised CBCS syllabus w.e.f. 2021-22
B.B.A. (Computer Application)
Semesters-V
A Text book of
Cybersecurity
Author: Dr. Reshma (Patil) Kadam), Dr. Pramod Kadam
ISBN: 978-93-90646-77-7
Book ID: 1973
According to New Revised CBCS syllabus w.e.f. 2021-22
A Text book of
Author: Dipali V. Jadhav (Dhumal)
ISBN: 978-93-90646-84-5
Book ID: 1976
Contents
1. Introduction to NoSQL Databases
1. Introduction
2. Introduction to NoSQL Databases
3. NoSQL vs. SQL
4. Need of NoSQL Databases
5. Applications of NoSQL Database
6. Types of NoSQL
7. What is MongoDB
8. Features of MongoDB
2. MongoDB Basics
1. Installing MongoDB
2. MongoDB Server and Database, MongoDB Tools
3. Collection, Documents and Key-Values
4. Data Modeling Concepts
4.1 Why Data Modeling? Data Modeling Approach
4.2 Analogy between RDBMS and MongoDB Data Model, MongoDB Data
4.3 Model (Embedding and Linking)
4.4 Challenges for Data Modeling in MongoDB
4.5 Data Model Examples and Patterns
5. Mongo shell Commands to Create, Delete Database, Collection and Documents
6. MongoDB Datatypes
7. Inserting and Saving Documents
7.1 Batch Insert
7.2 Insert Validation
8. MongoDB GUI Like Compass
3. MongoDB CRUD Operations
1. MongoDB Development Architecture
2. MongoDB Production Architecture
3. MongoDB CRUD Introduction
3.1 MongoDB CRUD Concepts
4. MongoDB CRUD Concerns (Read and Write Operations)
5. Concern Levels, Journaling
5.1 Journaling Process
6. Cursor Query Optimizations, Query Behaviour in MongoDB
7. Distributed Read and Write Queries
8. MongoDB CRUD Syntax and Queries
4. MongoDB Index and Aggregation
1. Index Introduction
2. Indexing Reference
3. Introduction to Aggregation
3.1 Approach to Aggregation
4. Types of Aggregation (Pipeline, MapReduce and Single Purpose)
5. Performance Tuning
6. Number of Connections
5. MongoDB Administration
1. Administration Concepts in MongoDB
2. Monitoring Issues Related to Database
3. Monitoring at Server, Database, Collection level, and various Monitoring tools related to MongoDB
4. Database Profiling
4.1 Locks, Memory Usage, No of Connections, Page Fault
5. Backup and Recovery Methods for MongoDB
6. Export and Import of Data to and From MongoDB
7. Run Time Configuration of MongoDB
8. Production Notes/ Best Practices
9. Data Managements in MongoDB (Capped Collections/ Expired data from TTL), Hands on Administrative Tasks