Systems and Architecture Flashcards
Define Round Robin
Distributes client requests across a group of servers. Going down the list of servers in the group, the round‑robin load balancer forwards a client request to each server in turn. When it reaches the end of the list, the load balancer loops back and goes down the list again
Define Load Balancer
A load balancer sits between the client and the server farm accepting incoming network and application traffic and distributing the traffic across multiple backend servers using various methods
Give an example of DNS load balancing
A company can have a single domain name and four absolutely identical company home pages on four physical servers based in Europe, Asia, North America, and Africa.
Advantage of DNS Round Robin
It is simple to implement
Troubleshoot one load balancer failure
If one load balancer fails, the secondary picks up the failure and becomes active. They have a heartbeat link between them that monitors status.
Troubleshoot all load balancer failures
If all load balancers fail (or are accidentally misconfigured), servers down-stream are knocked offline until the problem is resolved, or you manually route around them.
What is the Slash Dot Effect?
Also known as slashdotting, occurs when a popular website links to a smaller website, causing a massive increase in traffic. This overloads the smaller site, causing it to slow down or even temporarily become unavailable.
Active-Active High Availability Cluster
An active-active cluster is typically made up of at least two nodes, both actively running the same kind of service simultaneously. The main purpose of an active-active cluster is to achieve load balancing. Load balancing distributes workloads across all nodes in order to prevent any single node from getting overloaded. Because there are more nodes available to serve, there will also be a marked improvement in throughput and response times.
Active-Passive High Availability Cluster
An active-passive cluster consists of at least two nodes.. Not all nodes are active. The passive (a.k.a. failover) server serves as a backup that’s ready to take over as soon as the active (a.k.a. primary) server gets disconnected or is unable to serve.
Define SATA
Serial Advanced Technology Attachment : is a serial communication method and began as an enhancement to the original ATA specifications, also known as IDE and, today, PATA
SCSI
The Small Computer System Interface
SAS
Serial Attached SCSI: is a type of SCSI that uses serial operation rather than parallel as the original SCSI did.
IDE
Integrated development environment
PATA
Parallel Advanced Technology Attachment
Define NAS
Network Attached Storage:
- Name given to a dedicated storage unit that can be directly attached to the network.
- Transfers data as files.
- Transfers files over local area network. (i.e. ethernet, wireless, fiber)
Define SAN
Storage Area Network
- It is a network that consists of storage units.
- Transfers data as blocks.
- Transfers blocks over wide area network using FCIP or iSCSI media.
FCIP
Fibre Channel over IP
iSCSI
Internet Small Computer Systems Interface
- an IP-based networking storage standard method of encapsulating SCSI commands within IP packets.
- Allows you to use the same network for storage that you use for the balance of the network.
- Can be used in a NAS
- First used in a SAN.
RAID
Redundant array of independent risks
-RAID arrays often use caching to improve performance
RAID 0
- Disk Striping with no parity.
- Need at least 2 Disks
- No Fault Tolerance
RAID 1
- Disk Mirroring
- Needs at least 2 Disks.
RAID 5
- Disk Striping with parity
- Need at least 3 Disks
- Most Widely used
RAID 0+1
- Disk Striping + Disk Mirroring.
- For every disk striping, there needs to be one mirroring it.
- 2 Disk Striping = 2 Disk Mirroring. 1:1 Ratio
What is Backplane?
- Provide data
- Control signal connectors for the hard drives.
- Provide the interconnect for the front I/O board, power and locator buttons, and system/component status LEDs.
When a backplane fails, it affects all the drives that connect to it.
-Backplane failures are less likely than drive failures