Author: Reshita

VIRTUAL NETWORK Virtual networks can be thought of as separate networks within a larger network. Administrators can create a separate network segment consisting of a range of subnets (or a single subnet) and control traffic that flows through the cloud network. The main purpose of a virtual network is to enable a data centre or service provider network to provision the most suitable and efficient networking structure for the applications it hosts – and to alter that structure as conditions warrant, using software rather than requiring physical changes in connections to hardware. The ability to virtualize workloads (applications) and to transport…

Read More

Whats’s a Backup? Data Backup is a copy or archive of the important information on a device which can be used to restore the original information in the event of a data loss. Data losses can occur in many forms, from hard drive failures to ransomware attacks and even human error or physical theft. No matter the misfortune, a data backup could be the respite you’re looking for to restore the data stored on your devices. It’s typically stored in a secure, separate location from an original device, such as a cloud. DATA BACKUP SOLUTION In choosing a data backup solution, individuals can take cues from how…

Read More

Computer Hardware refers to a collective term used to describe any of the physical components of a computer. Although the design of hardware differs between desktop PCs and laptops due to their differences in size, the same core components will be found in both. A computer can function only when both hardware and software are working together and the speed of a system will largely rely on the hardware used. When building up a new computer, or simply replacing old parts, you may need to know the specific hardware in your computer. The purpose of this page is to help…

Read More

PROJECT 1: A DICTIONARY Step 1: Create a folder where you want to keep all the files of this project. Step2: Download your dataset for the dictionary Step 3: Let’s jump into some coding 1. As our dictionary data is in JSON format, we will use JSON Standard Library to retrieve the data. You can also use help command in the python cmd to know what each method is used for. 2. Now we will create an object to store the data of the JSON file. Here, my file name is data.json If you want to check the type of…

Read More