regillo top it consulting firm regillo consulting network security attacks solutions regillo consulting network security attacks solutions regillo top it consulting firm regillo consulting network security attacks solutions regillo consulting network security attacks solutions regillo consulting network security attacks solutions regillo top it consulting firm regillo consulting network security attacks solutions regillo consulting network security attacks solutions regillo top it consulting firm regillo consulting network security attacks solutions regillo consulting network security attacks solutions regillo top it consulting firm regillo consulting network security attacks solutions regillo consulting network security attacks solutions regillo consulting network security attacks solutions regillo consulting network security attacks solutions regillo top it consulting firm regillo consulting network security attacks solutions regillo consulting network security attacks solutions regillo consulting network security attacks solutions regillo top it consulting firm regillo consulting network security attacks solutions regillo consulting network security attacks solutions regillo top it consulting firm
  regillo consulting network security attacks solutions
  PH.# 847-803-9420
310 N. Busse Hwy. #312
Park Ridge, IL 60068
info@regillo.com
regillo consulting network security attacks solutions
regillo consulting network security attacks solutions regillo consulting network security attacks solutions regillo consulting network security attacks solutions regillo top it consulting firm
regillo consulting network security attacks solutions regillo consulting network security attacks solutions   regillo top it consulting firm   regillo consulting network security attacks solutions   regillo consulting network security attacks solutions   regillo top it consulting firm   regillo consulting network security attacks solutions
    regillo consulting network security attacks solutions
regillo top it consulting firm regillo consulting network security attacks solutions
regillo consulting network security attacks solutions
  regillo consulting network security attacks solutions regillo top it consulting firm   regillo consulting network security attacks solutions regillo consulting network security attacks solutions
regillo consulting network security attacks solutions
regillo consulting network security attacks solutions regillo consulting network security attacks solutions
regillo top it consulting firm regillo consulting network security attacks solutions
regillo consulting network security attacks solutions regillo consulting network security attacks solutions
regillo consulting network security attacks solutions
regillo top it consulting firm regillo consulting network security attacks solutions
regillo consulting network security attacks solutions regillo consulting network security attacks solutions
regillo consulting network security attacks solutions
regillo top it consulting firm regillo consulting network security attacks solutions
CNET News.com - Security
Tech News First

Rising fraud threats in virtual worlds
McAfee says phishing attacks, viruses, spam, and money laundering are rife in virtual worlds.
Security hole opens up password protected iPhones
Users report serious security flaw in iPhone 2.0.2 that exposes mail, texts, voice messages, and browser to strangers despite the device being password-protected.
IE 8 beta gives other browsers a run for their money
With the newest public beta version of its Internet Explorer browser, Microsoft meets, and in some cases exceeds, the security features available in other browsers.
Become a remote spy with Swann's new wireless camera
Swann announces the IP-3G ConnectCam 1000.
Space: The final frontier for computer viruses
Virus that hits laptops onboard the International Space Station isn't the first ever, just the first one that is reported, NASA says.
Google Earth shows cows point north

Featured links from the CNET Blog Network

Google Earth shows cows point north -- A study by German scientists using images sourced from Google Earth shows that cows align themselves to the north-south magnetic axis.

The opportunity for backup and disaster recovery in the Cloud -- Cloud-based services offer a new opportunity for businesses to take backup and disaster recovery seriously.

The site that might help you sleep with a psychopath -- Airbedandbreakfast.com is a site that encourages people to host and to stay at ordinary people's houses when they're traveling.

The correct way to update Windows' device drivers -- Visit the system vendor's site to download the latest versions of the software that runs your PC's important components.


Firefox extension protects against man-in-the-middle attacks
New software helps guide users to safe Web sites and away from malicious sites, without being confused by an error message Firefox displays for many Web sites that don't pay third-parties to verify their security.
Amex, Royal Bank of Scotland, NatWest customer details sold on eBay
Over 1 million customers' details have been compromised because of a data-archiving company's server being sold on eBay.
Ubuntu issues security patch for kernel flaw
Linux vendor warns users to update all machines running recent versions of Ubuntu.
IE 8 to include private browsing feature
The next version of Explorer will allow you to control whether the browser automatically saves your browsing history, cookies, and other data.
Data on 84,000 U.K. prisoners is lost
A contractor for the Home Office had downloaded the unencrypted data to a USB memory stick for "processing purposes." Loss results in suspension of PA Consulting staffer.
Google making SSL changes, other sites quiet
A security researcher holds off on releasing exploit after talks with Google, the only company to respond to complaints about SSL implementations.
Red Hat, Fedora servers compromised
Linux seller says Red Hat and Fedora servers were breached but customers are not affected.
Phreaker calls buddies overseas on U.S. government dime
U.S. FEMA investigating voice mail hole that allowed hacker to make hundreds of calls overseas.
Brazilian charged in U.S. in connection with operating botnet
U.S. grand-jury indictment alleges that Brazilian man had a role in a botnet made up of more than 100,000 infected computers designed to send spam.

Newsfeed display by CaRP

VirusAlert_mydoom_120x90_2

Regillo Online Store

regillo top it consulting firm   regillo consulting network security attacks solutions

Backup

From Wikipedia, the free encyclopedia.

Backup in computer engineering refers to the copying of data for the purpose of having a second copy of an original source, in case of damage to the original data source. The "data" in question may be either data as such, or stored program code, both of which are treated the same by the backup software.

The word may be used as a noun, e.g., "have you remembered to move the backup to a safe place?", or as a verb, "he didn't back up the data, so we lost last week's work". Also common are various combinations, such as backup copy, backup software (the applications that are used for performing the backing up of data, i.e., the systematic generation of backup copies), backup policy (an organisation's procedures and rules for ensuring that adequate amounts and types of backups are made, including suitably frequent testing of the process for restoring the original (production) system from the backup copies).

As of 2004, backups are most often made from hard disk based production systems to large capacity magnetic tape storage, or optical disk WORM media like CD-R and DVD-R and similar formats. During the period 1975–95, most personal/home computer users associated backup mostly with copying floppy disks.

Backing up active databases requires highly-specialized software that must be integrated with the database system in order to prevent data corruption. Suppose for example that I access the website of my bank and transfer money from one of my accounts to another while a backup is running. Such a transaction will affect multiple places on the hard disks of the bank's systems. At minimum, the amount of the transfer will be subtracted from the balance of one account, and added to the balance of the other account. If there is then a disk crash and restore, it is important to ensure that the database holding my account balances gets restored correctly. If the subtraction part is restored correctly but the addition part isn't, then I am unhappy. If the addition part is restored correctly but the subtraction part isn't, then the bank is unhappy.

There are four primary metrics relating to data backup:

  • Recovery Point Objective (RPO) is the point in time that the restarted infrastructure will reflect. Essentially, this is the roll-back that will be experienced as a result of the recovery. Reducing RPO requires increasing synchronicity or frequency of copying the data to be protected.
  • Backup Window is the amount of time that taken to copy a given data set to the backup device. Most traditional backup systems require a data set to be frozen for hours while the entire content of a filesystem is copied to magnetic tape. Newer techniques use a mirror or snapshot of a set of data as the backup source, effectively reducing the required backup window.
  • Restore Time is the amount of time required to bring a desired data set back from the backup media.
  • Retention Time is the amount of time in which a given set of data will remain available for restore. Some backup products rely on daily copies of data and measure retention in terms of days. Others retain a number of copies of data changes regardless of the amount of time.

Computer backups are useful primarily for two purposes, the first and most obvious is to restore a computer to an operational state following a disaster also called disaster recovery. This includes loss of a hard disc or the file system becoming so badly corrupted it cannot be read. The second use, often overlooked but probably more common, is to facilitate the recovery of a single file or set of files when they are accidentally deleted or corrupted by the user or a program.

Proper backup procedures require redundancy of the backup to a remote location and rotation schemes such as the GFS method (Grandfather-Father-Son Backup). Storing the copy near the original is unwise, since many disasters such as fire, flood and electrical surges are likely to cause damage to the backup at the same time. The 2001 attacks on the World Trade Center presented many organizations with unprecedented disaster recovery scenarios, due to its scope. A few years earlier, during a fire at the headquarters of a major bank in Paris, system administrators ran into the burning building to rescue backup tapes because they didn't have offsite copies.

A backup is only as useful as its associated recovery strategy. Having a complete set of backup tapes is of no use if the only copy of the software required to read them is on one of the tapes. It is also possible for backup software to run successfully for several months, only to fail when it is needed most due to read errors on the backup media. Magnetic tapes in particular should be read-tested on a regular basis.

Many backup programs make use of checksums or hashes. These offer several advantages. First, they allow data integrity to be verified without reference to the original file: if the file as stored on the backup medium has the same checksum as the saved value, then it is very probably correct. Second, some backup programs can use checksums to avoid making redundant copies of files, to improve backup speed. This is particularly useful when multiple workstations, which may contain duplicates of the same file, are backed up over a network: if the backup software detects several copies of a file having the same size, datestamp, and checksum, it can put one copy of the data onto a backup medium, along with metadata listing all places where copies of this file were found. Also, checksums can improve performance of the verification pass for backups across a network, by computing checksums independently on each computer, then sending only the checksum over the network so that checksums can be compared instead of actual data.

available under the terms of the GNU Free Documentation License

© 2005 Regillo, Inc.
This page last updated 1/8/05.


Please Link Back to Our Site:


regillo consulting network security attacks solutions   regillo top it consulting firm
      regillo consulting network security attacks solutions
  regillo consulting network security attacks solutions
regillo top it consulting firmregillo consulting network security attacks solutions regillo top it consulting firm