2.5 Given a scenario, implement cybersecurity resilience Flashcards
Summarize REDUNDANCY
Redundancy means to have more than one of some functioning feature of a system or even another complete system. With fault tolerance, the secondary storage, the system, and the network are online and ready to go. If something goes wrong, the data on the storage or the services provided by the system can have a minimal amount of disruption. Second, redundancy provides high availability. High availability means using redundancy in such a way as to ensure that certain levels of operational performance are balanced against risk. Third, you can work on one of your services offline with minimal impact to your customers, whether that’s adding capacity or repairing a component.
Summarize GEOGRAPHICAL DISPERSAL
The gold standard for system redundancy is to make perfect copies of the same system and spread them apart geographically, then use the Internet to keep the copies identical. Geographic dispersal protects from natural disasters and widespread Internet disruption. You can set up your own dispersed servers, but virtualization services make it easy.
Summarize REDUNDANT ARRAY OF INEXPENSIVE DISKS(RAID) LEVELS
Redundant array of inexpensive disks (RAID) is a fault tolerance technology that spans data across multiple hard disk drives or solid state drives within a server or workstation. This level of fault tolerance specifically addresses hard drive failure and balances the need for data redundancy with speed and performance.
Summarize RAID 0
Disk striping; does not use mirroring or parity; provides for performance only with no redundancy.
Summarize RAID 1
Disk mirroring; all data is completely duplicated on both disks; uses no striping or parity but provides for full redundancy at the expense of the loss of half the total available disk space for duplication.
Summarize RAID 5
Disk striping with parity; parity information is spread across all disks evenly; 1/n of the total disk space available is used for parity.
Summarize RAID 6
Disk striping with double distributed parity; this allows for failure of up to two drives.
Summarize RAID 1 + 0 OR RAID 10
Disk mirroring with striping; combines both RAID levels 0 and 1 for performance and redundancy; a stripe of two mirrored arrays.
Summarize RAID 0 + 1
Disk striping with mirroring; combines both RAID levels 0 and 1 for performance and redundancy; a mirror of two striped arrays.
Summarize redundancy in a MULTIPACK disk
A multipath solution provides more than one way to access storage. A RAID 1 implementation with two controllers, one for each drive, is the traditional multipath solution (called disk duplexing, as you might recall from CompTIA A+ studies). More than one connection to a SAN is also a typical implementation of multipath.
Summarize a LOAD BALANCER
A load balancer is a network device used to provide efficient and seamless workload sharing between network devices (such as routers or firewalls) or hosts, typically Web or file servers or storage devices. As you might suspect from the name, load balancers provide load balancing to the network. Implement load balancers in a scenario where you need to enhance cybersecurity resilience.
Summarize NETWORK INTERFACE CARD (NIC) TEAMING
Network interface cards rarely fail, but when one does, the system with the bad NIC is offline until the NIC is replaced. Network interface card (NIC) teaming addresses this issue by using two or more NICs on a single system that act as though they are a single NIC with one MAC address and one IP addresses. Not only does NIC teaming increase throughput (sort of), but if one NIC fails, the other continues to work.
Summarize UNINTERRUPTIBLE POWER SUPPLY(UPS)
An uninterruptible power supply (UPS) uses a small battery (often the same type used in motorcycles) as a backup power source if the power ever sags or goes out completely. It’s very common to place a UPS at the bottom of an equipment rack, powering all the devices on the rack with quality, dependable power. A UPS is designed to power a system for a few minutes to enable an orderly shutdown.
Summarize a GENERATOR
If you need to ensure that a system has uninterrupted power for an extended period of time after a power failure, you need to consider an onsite generator as a source of backup electricity. Generators are expensive, but if you need real backup power, this is your only choice.
Summarize a DUAL SUPPLY
Many higher-end devices support dual power supplies. These aren’t complicated: if one power supply goes out, the other takes over. The only trick to dual power supplies is to make sure you buy a product that supports them and also make sure that product comes with two power supplies.
Summarize MANAGED POWER DISTRIBUTION UNITS(PDUs)
You need to distribute the power coming from your UPS to the devices. Plus you need to ensure that you have sufficient outlets for all the gear on the rack. That’s where a power distribution unit (PDU) comes into play. At the simplest end a simple power strip is a PDU, but if you’re going to distribute power, why not use a managed PDU that can monitor power usage, send alarms, and so forth?