
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Found 618 Articles for Data Storage

6K+ Views
Disk formatting is the process of preparing a storage device, such as a hard drive or USB flash drive, for use by initializing its file system and creating a directory structure for storing files. This process is important because it allows the device to be recognized by the operating system and enables the storage and retrieval of data. In this article, we will discuss the different types of disk formatting, the steps involved in formatting a disk, the importance of choosing the right file system, and recovery options in case of accidental data loss. Definition of Disk Formatting Disk formatting ... Read More

4K+ Views
Disk attachment is the process of connecting a storage device, such as a hard disk drive or solid-state drive, to a computer system. This process is essential for the proper functioning of an operating system as it allows the system to read and write data to the storage device. Disk attachment can be either internal or external, and there are several methods of attachment, including SATA, SCSI, and SAS. In this article, we will explore the different types of disk attachments, methods of attachment, disk formatting and partitioning, and disk management. Definition Disk attachment refers to the process of physically ... Read More

7K+ Views
Copy-On-Write (COW) memory management is a memory optimization technique employed by operating systems to reduce overheads when creating new processes. It facilitates multiple processes to share the same memory pages until one process modifies them. Upon modification, the operating system creates a duplicate copy of the original page, which is exclusively granted to the modifying process, while the other processes continue to share the original page. This technique is especially advantageous while creating new processes, as it enables the new process to share the memory pages of the parent process until it requires modifying them. By significantly saving memory and ... Read More

202 Views
In recent years, bare metal cloud storage has become an increasingly popular choice for businesses of all sizes. This type of cloud storage offers a number of benefits, including increased security, scalability, and flexibility. However, managing bare metal cloud storage can be a complex task, especially for businesses with limited technical expertise. In this article, we'll explore how bare metal cloud storage can be managed via portal and API, and we'll provide examples of how this approach can be used to improve storage management. What is Bare Metal Cloud Storage? Bare metal cloud storage refers to a type of cloud ... Read More

3K+ Views
Introduction Set-based and cursor-based solutions are the two main methods of manipulating data when working with databases. Cursor-based solutions process data row by row using procedural programming structures, whereas set-based solutions process whole sets of data at once using SQL commands. The decision between the two ways depends on the requirements of the current challenge. Both have benefits and drawbacks. We will go into detail about the primary distinctions between set-based and cursor-based solutions in the essay's main body. We looked at the benefits and drawbacks of each strategy and emphasized the circumstances in which one strategy would be more ... Read More

4K+ Views
Relational database service (Amazon RDS) is a fully-managed tool that makes it easier to maintain and use databases. One benefit of using Amazon RDS is its simplicity in database migration from one area to another. Copying the database server and its contents to a new region is a step in migrating an RDS database from one region to another. This article will discuss migrating Amazon RDS from one region to another. Verify the Database Instance Confirming that the database server is consistent with the destination area before starting the transfer procedure is crucial. The destination region should also support the ... Read More

345 Views
What is Google Photos? Google Photos was launched in 2015 and is used to store photos, videos, screenshots and other types of media. It is one of the best platforms to store all kinds of media and help to free the space on your mobile. The platform is compatible with the Android and iOS devices. Cost of Google Photos You can store up to 15GB data for free. If you want more space, you will have to make payment depending on how much storage space you need. The prices are as follows − $1.99 per month for 100GB of ... Read More

5K+ Views
DVD stands for Digital Versatile Disk. DVD is a type of optical storage device used to store digital information. DVD uses red laser to read and write on the disk. DVD is a cheap method of storing and transferring of data in computers. Based on the nature, DVDs come in several formats such as, DVD-ROM DVD-RAM DVD-R DVD+R DVD-RW DVD+RW In this article, we will talk about DVD-R and DVD+R, and the important differences between DVD-R and DVD+R. What is DVD-R? DVD-R stands for Digital Versatile Disk Recordable. DVD-R is pronounced as DVD Dash R. DVD-R is ... Read More

3K+ Views
CD-ROM and Magnetic disks are the types of permanent (non-volatile) storage media used in computers and many other digital devices to store data and information in digital form. In this article, we will discuss the important differences between CD-ROM and magnetic disks. The most fundamental difference between CD-ROM and magnetic disks is that CD-ROM is a type of optical storage device, whereas magnetic disks, as the name implies, be the type of magnetic storage device. Before discussing the differences between CD-ROM and magnetic disks, let us first know a bit about them individually. What is a CD-ROM? CD-ROM stands for ... Read More

419 Views
Databases are like a collection of data in a well-structured and organized form. They are used in a variety of applications, from web applications to large scale systems. Databases are used to store data in tables, making it easier to access specific information. A table consists of rows and columns, where each row holds data, and the columns represent information based on these rows. Databases can be of two types: relational and non-relational. Relational databases store data in tables using SQL, while non-relational databases are designed to store data in collections, and use NoSQL to access it. Document databases are ... Read More