Saturday, June 13, 2009

bootup process of windows

the process which happens from the time the computer is switch on to the time user logon is called as bootup process.

steps of bootup process

  • preboot sequence
  • boot sequence
  • kernal load
  • kernal initialization
  • logon
preboot sequence divided into 3 steps

  • post (power on self test)
  • MBR (master boot record loading)
  • nt loader (ntldr loading)

print devices (printers)

the print device is a hardware device that is used to take the hard copy of the document.

local printer

when the print device is physically attached to computer it becomes a local printer for the particular computer.

network printer

a shared print device which could be accessed by the client of a network is called as a network printer.

print server

a computer which is physically attached with a print device and also dedicated to control print related activities.

requirement of a print server

  • higher harddisk capacity
  • higher memory capacity
print drivers

a software interface between the print device and the operating system called as print drivers.

print spooling

in windows when a print job is added to the print que .its automatically and temporarily saved to the harddisk.this is calling spooling.

account lockout policy

an account threshold / reset account lockout counter after the number of invalid logon attempts allowed before and account is lockout indicated here.the time duration that an account is kept logged and account logon counter reset 1 and acount is locked out.

password policy

password policy is a set of rules designed to enhance computer security by encouraging users to employ strong passwords and use them properly. A password policy is often part of an organization's official regulations and may be taught as part of security awareness training. The password policy may either be advisory or mandated by technical means.

enforce password history

the number here indicate no of passwords which are that kept in the history. when a password is added to the history page it cannot be reassign until it released.

maximum password age

the no of days that the password can be kept at maximum indicated here. if a password is not changed within this duration its expired.

minimum password age

this means the no of days that a password must be kept before changing.

minimum password length

With this policy setting, you can assign a minimum number of characters for account passwords. The number can be anything from 0 to 14. It is generally recommended that passwords be a minimum of 7 or 8 characters to make them sufficiently secure.

maximum password length

this means the maximum characters you can put in for a password.
the maximum password length is 128 characters

password must meet complexity requirement

when this option is enabled the password must be consisted with lower and uppercase letters and numbers or alphabets,numbers and symbols.

understanding security policy

security policy is a definition of what it means to be secure for a system organization or other entity. For an organization, it addresses the constraints on behaviour of its members as well as constraints imposed on adversaries by mechanisms such as doors, locks, keys and walls. For systems, the security policy addresses constraints on functions and flow among them, constraints on access by external systems and adversaries including programs and access to data by people.