0% found this document useful (0 votes)
20 views1 page

H. Spyware: Spyware Is Software That Aims To Gather Information About A Person or Organization

Spyware is software that collects information about a user or organization without their consent. It may send this information to another entity or take control of a device without the user's knowledge. The booting process of a Linux/Unix operating system involves the BIOS performing checks of hardware components and finding a valid master boot record to start the boot process. The master boot record then searches for and executes the first sector of a valid, bootable primary partition, which contains the second-level master boot record specific to Linux.

Uploaded by

Rahul Das
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views1 page

H. Spyware: Spyware Is Software That Aims To Gather Information About A Person or Organization

Spyware is software that collects information about a user or organization without their consent. It may send this information to another entity or take control of a device without the user's knowledge. The booting process of a Linux/Unix operating system involves the BIOS performing checks of hardware components and finding a valid master boot record to start the boot process. The master boot record then searches for and executes the first sector of a valid, bootable primary partition, which contains the second-level master boot record specific to Linux.

Uploaded by

Rahul Das
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

h.

Spyware : Spyware is software that aims to gather information about a person or organization
without their knowledge, that may send such information to another entity without the
consumer's consent, or that asserts control over a device without the consumer's knowledge.
Q2. Describe the steps of booting of Operating system (Linux Based/Unix), specifying
and explaining the key terms in detail.

1.BIOS:
i.When we power on BIOS performs a Power-On Self-Test (POST) for all of the
different hardware components in the system to make sure everything is working properly
ii.Also it checks for whether the computer is being started from an off position (cold boot) or
from a restart (warm boot) is
stored at this location.
iii.Retrieves information from CMOS (Complementary Metal-Oxide Semiconductor) a
battery operated memory chip on the motherboard that stores time, date, and critical system
information.
iv.Once BIOS sees everything is fine it will begin searching for an operating system
Boot Sector on a valid master boot sector
on all available drives like hard disks,CD-ROM drive etc.
v.Once BIOS finds a valid MBR it will give the instructions to boot and executes the
first 512-byte boot sector that is the first
sector (Sector 0) of a partitioned data storage device such as hard disk or CD-ROM etc .
2.MBR
i. Normally we use multi-level boot loader.Here MBR means I am referencing to DOS MBR.
ii.Afer BIOS executes a valid DOS MBR,the DOS MBR will search for a valid primary
partition marked as bootable on the hard disk.
iii.If MBR finds a valid bootable primary partition then it executes the first 512-bytes of that
partition which is second level MBR.
In linux we have two types, we will find out.

You might also like