Sunday, 18 October 2015

Myself

A man is great by deed not by birth.

Hi, I m Abhishek Singh

4 comments:

  1. What is Booting?
    Booting is a process or set of operations that loads and hence starts the operating system, starting from the point when user switches on the power button.
    What is Booting Sequence?
    Basically documents related to booting are generally confusing as they are often related to some specific operating system that is Linux machine or Windows machine. But I will keep it as general as possible.
    General Booting sequence comprises of the following steps:
    · Turn on the Power button.
    · CPU pins are reset and registers are set to specific value.
    · CPU jump to address of BIOS (0xFFFF0).
    · BIOS run POST (Power-On Self Test) and other necessary checks.
    · BIOS jumps to MBR(Master Boot Record).
    · Primary Bootloader runs from MBR and jumps to Secondary Bootloader.
    · Secondary Bootloaders loads Operating System.
    These are the tasks that are carried during booting process. Now let us discuss them in detail.
    As soon as we turn the power button, the reset signal is sent and the registers in the CPU are set to their pre defined value. The first and foremost is the reset vector as shown in the figure (example is taken of 4GB RAM). It should be noted that RAM contains the garbage value at this time, and the instructions/data stored at any memory location is due to the memory map of the chipset. Memory map maps the location (address) to flash memory containing values or instructions. It is ensured that the instruction stored at this reset vector location is jump to system BIOS, as BIOS takes up further process of powering up the system.

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. Cloud computing is defined as a type of computing that relies on
    sharing computing resources rather than having local servers or personal devices to handle applications . Cloud computing is comparable to grid computing , a type of computing where unused processing cycles of all computers in a network are harnesses to solve problems too intensive for any stand-alone machine.
    In cloud computing, the word cloud (also phrased as "the cloud") is used as a metaphor for "the Internet," so the phrase cloud computing means "a type of Internet-based computing," where different services —
    such as servers, storage and applications — are delivered to an organization's computers and devices through the Internet.
    How Cloud Computing Works
    The goal of cloud computing is to apply traditional supercomputing , or high-performance computing power, normally used by military and research facilities, to perform tens of trillions of computations per second, in consumer-oriented applications such as financial portfolios, to deliver personalized information, to provide data storage or to power large, immersive online computer games.
    To do this, cloud computing uses networks of large groups of servers typically running low-cost consumer PC technology with specialized connections to spread data-processing chores across them. This shared IT infrastructure contains large pools of systems that are linked together. Often, virtualization techniques are used to maximize the power of cloud computing.

    ReplyDelete