Skip to main content

IIT

Note : For better Understanding,  please follow the official Text Book and Surf the internet.

Brief Note :  Unit 1-6

Book : Note compilation from the Anita Goel's text Book

Unit 1                                                                               

     Introduction to Computer                                                                                           

Unit 2

     The Computer System Hardware

Unit 3

     Computer Memory

Unit 4

     Input and Output Devices

Unit 5

     Data Representation

Unit 6

     Computer Software

Unit 7

     Data Communication and Computer Network

Unit 8

     The Internet and Internet Services
                Part 1

Unit 9

     Fundamentals of Database

Unit 10

     Multimedia
       
Unit 11

    Computer Security

Comments

  1. Respected sir,
    could you kindly update the notes on fundamentals of database,it would be much appreciated...
    thank you!

    ReplyDelete

Post a Comment

Popular posts from this blog

Understanding the dm-multipath Configuration file /etc/multipath.conf #centos7

Understanding the dm-multipath Configuration file /etc/multipath.conf The main configuration file for DM-Multipath is  /etc/multipath.conf . This file is not created by the initial installation of the RPM package. However, the following file is installed in the  /usr/share/doc/device-mapper-multipath-[version]  directory: multipath.conf  – Basic configuration file with some examples for DM-Multipath. This file is used to create the /etc/multipath.conf file. Sample /etc/multipath.conf file The multipath.conf file contains the following sections, and each section contains one or more attributes or subsections. Section Description defaults Defines the default settings for DM-Multipath. These settings can be overwritten by the devices and multipaths sections. blacklist Defines the devices to be excluded from the multipath topology discovery. Devices that are blacklisted are not grouped into a multipath device. blacklist_exceptions Defines the devices to ...

Troubleshooting DRBD #Centos #DRBD

Troubleshooting DRBD  This article presents common DRBD problems and solutions. DRBD (Distributed Replicated Block Device) runs on the master and slave nodes only, and is responsible for mirroring the contents of a partition between master and slave.  Typical problems in DRBD include: A lack of Primary-Secondary connectivity The Secondary operating in standalone mode Both nodes reporting connectivity but neither one in the role of master Both nodes reporting themselves in the role of master Verify the DRBD status The following command is used to verify that DRBD is operating normally on the master and slave nodes. drbd-overview When run on the master node, the output should look like the following: 1:r0/0 Connected Primary/Secondary UpToDate/UpToDate C r----- /mnt/drbd  ... When run on the slave node, the output should look like the following: 1:r0/0 Connected Secondary/Primary UpToDate/UpToDate C r----- The following sections are exampl...