Advantages and disadvantages of Optical Disks
Last Updated :
15 Sep, 2024
Optical discs are a type of data storage media that are based on optical technology involving a laser. These discs, the data is written on them, by burning pits into their data layer, and the information is then read from it through a laser beam. Some known examples of optical discs are CD, DVD, and Blu-ray discs with different storage capacities and functions. While their utility in the current context has reduced given the availability of online download services and cloud storage, CD/DVD/Blu-Ray disks are reasonably cheap and sturdy, and hence not entirely out of relevance.
What is Optical Disks?
A disk that is optical is a memory gadget that stores information permanently. For putting away information optical plate utilizes LASER innovation. A dim pit-like substance is singed utilizing a laser radiating on the outside of the plate. Additionally, LASER innovation is used to peruse the data likewise. Computerized Versatile Disk (DVD), reduced circle (CD), and Blu-beam plate will be the three most smoking sorts of Optical circles, al however there additionally are WORM plates and Rewritable Optical plates. Depending on the model, the scope of capacity limit can shift.
The uses of optical disks have diminished affecting its prominence with the flow of downloading and surfing online from the web.
Advantages of Optical Disks
- Cost: The total cost involved when you look at the manufacturing is low Optical disks since only aluminium foils and plastics are involved in the production. Hence, the users in many cases benefit from the worth of buying optical disks in bulk. A lot of computers include optical disc Drives from their manufacturers that are respective in that the users don't have to purchase them separately.
- Durability: Optical disks are more durable than both Volatile and memories that are non-Volatile. It's not subjected to wear and now any charged power failures may cause data losses. Therefore, it should last long for many years. Nevertheless, it's not completely protected against scratching, heat as well as other sorts of physical damages.
- Simplicity: The approach to back up is created much simpler using Optical disks. No matter what the data that really must be burnt must be placed in the drive icon. Then in just clicking on '' Burn Disk '' the users can back up the info
- Portability: Although Optical disks are fairly large enough, they truly are still portable. They'll be placed inside bags along with other small objects in order that it in many cases are transported to varied places and utilized in different computers and devices.
- Stability: Optical disks usually provides a level that is high of. This is because unlike magnetic disks, it's not prone to electromagnetic fields and other sorts of environmental influences.
- Versatile: Optical disks are very versatile as it helps computer system act as music system.
Disadvantages of Optical Disks
- Security: When the Optical disks are employed for backup purposes, it must be kept safe through the hands of thieves. Thanks to its size, the optical disks are more at risk of loss and theft.
- Capacity: Optical disks cost more per GB/TB than the other sorts of storage drives. And it also to don't have a lot of or no storage capacity when compared with them. Unless it's a Blu-ray disc, the utmost storage the Optical disks offers is 4.7GB.
- Reliability: Unlike flash drives, Optical disks aren't protected by any plastic casings. Therefore, they may be susceptible to scratching which makes the disk unreadable. The info thereon cannot be recovered anymore,
- Duplication: Making a replica copy employing an optical disc isn't easier because this indicates on a USB flash drive. When it comes to way of burning there should be a software that is separate hardware. Albeit there are lots of party that is third for this function, the latest versions of windows consists of a write-up software.
- User Friendliness: Although it takes very low cost to manufacture Optical disks, it's actually not inside the case of backup.
Conclusion
The optical discs remain a popular type of storage medium because they are relatively cheap, relatively durable and easy to transport. Nonetheless, due to their relatively higher costs, and weaker physical resilience and capability as compared with current age solutions, local storage technologies still serve critical functions in, for instance, data backup and media dissemination. It looks like optical discs could get reduced to specialist applications, but for the foreseeable future, their use is unlikely to go away.
Similar Reads
Architecture of 8085 microprocessor A microprocessor is fabricated on a single integrated circuit (IC) or chip that is used as a central processing unit (CPU).The 8085 microprocessor is an 8-bit microprocessor that was developed by Intel in the mid-1970s. It was widely used in the early days of personal computing and was a popular cho
11 min read
Direct Memory Access (DMA) Controller in Computer Architecture In modern computer systems, transferring data between input/output devices and memory can be a slow process if the CPU is required to manage every step. To address this, a Direct Memory Access (DMA) Controller is utilized. A Direct Memory Access (DMA) Controller solves this by allowing I/O devices t
5 min read
Cache Memory in Computer Organization Cache memory is a small, high-speed storage area in a computer. The cache is a smaller and faster memory that stores copies of the data from frequently used main memory locations. There are various independent caches in a CPU, which store instructions and data. The most important use of cache memory
11 min read
RISC and CISC in Computer Organization RISC is the way to make hardware simpler whereas CISC is the single instruction that handles multiple work. In this article, we are going to discuss RISC and CISC in detail as well as the Difference between RISC and CISC, Let's proceed with RISC first. Reduced Instruction Set Architecture (RISC) The
5 min read
IEEE 802.11 Architecture The IEEE 802.11 standard, commonly known as Wi-Fi, outlines the architecture and defines the MAC and physical layer specifications for wireless LANs (WLANs). Wi-Fi uses high-frequency radio waves instead of cables for connecting the devices in LAN. Given the mobility of WLAN nodes, they can move unr
9 min read
Logical and Physical Address in Operating System A logical address is generated by the CPU while a program is running. The logical address is a virtual address as it does not exist physically, therefore, it is also known as a Virtual Address. The physical address describes the precise position of necessary data in a memory. Before they are used, t
5 min read
Programmable peripheral interface 8255 PPI 8255 is a general purpose programmable I/O device designed to interface the CPU with its outside world such as ADC, DAC, keyboard etc. We can program it according to the given condition. It can be used with almost any microprocessor. It consists of three 8-bit bidirectional I/O ports i.e. PORT A
4 min read
Pin diagram of 8085 microprocessor The 8085 microprocessor is a popular 8-bit microprocessor developed by Intel. It has 40 pins, each with a specific function for interfacing with memory, input/output devices, and other components.Pin diagram of 8085 microprocessor is shown below: Key Pin Descriptions1. Address Bus and Data BusAddres
5 min read
Computer Organization | Different Instruction Cycles Introduction : Prerequisite - Execution, Stages and Throughput Registers Involved In Each Instruction Cycle: Memory address registers(MAR) : It is connected to the address lines of the system bus. It specifies the address in memory for a read or write operation.Memory Buffer Register(MBR) : It is co
11 min read
Computer Architecture | Flynn's taxonomy Parallel computing is a computing where the jobs are broken into discrete parts that can be executed concurrently. Each part is further broken down to a series of instructions. Instructions from each part execute simultaneously on different CPUs. Parallel systems deal with the simultaneous use of mu
4 min read