Topic 7 Flashcards
what is fault tolerance
Fault Tolerance simply means a system’s ability to continue operating uninterrupted despite the failure of one or more of its components.
what are magnetic devices
Magnetic devices are components for creating, manipulating or detecting magnetic fields. .
Hard drives are magnetic devices
what is raid 0
RAID 0 is used to boost a server’s performance. It’s also known as “disk striping.” With RAID 0, data is written across multiple disks. This means the work that the computer is doing is handled by multiple disks rather than just one
what is raid 1
RAID 1 is a fault-tolerance configuration known as “disk mirroring.”
With RAID 1, data is copied from one disk to another, creating a replica, or mirror. If one disk gets fried, the other can keep working. It’s the simplest way to implement fault tolerance and it’s relatively low cost.
The downside is that RAID 1 causes a slight drag on performance
what is raid 5
RAID 5 is by far the most common RAID configuration for business servers.
This RAID level provides better performance than mirroring as well as fault tolerance.
With RAID 5, data and parity are striped across three or more disks.
what is raid 6
RAID 6 is also used frequently in enterprises. It’s identical to RAID 5, except it’s an even more robust solution because it uses one more parity block than RAID 5. You can have two disks die and still have a system be operational.
what is raid 10
RAID 10 is a combination of RAID 1 and 0 .
It combines the mirroring of RAID 1 with the striping of RAID 0.
RAID 10 gives the best performance, but it is also costly,
RAID 10 requires twice as many disks as other raid levels, for a minimum of four.
what is the difference between UDP and TCP?
TCP is a connection-oriented protocol, whereas UDP is a connectionless protocol.
A key difference between TCP and UDP is speed, as TCP is slower than UDP.
Overall, UDP is a much faster, simpler, and efficient protocol, however, resending packets that get lost is only possible with TCP.
what does UDP stand for
User datagram protocol
what does TCP stand for
transmission control protocol
what is defragmentation
Defragmentation, also known as “defrag” or “defragging”, is the process of reorganizing the data stored on the hard drive so that related pieces of data are put back together.
what are the 7 OSI model layers (please do not throw sausage pizza away)
Physical
Data Link
Network
Transport
Session
Presentation
Application
what are the 6 network topologies (string beans run through my house)
Star Topology Bus Topology Ring Topology Tree Topology Mesh Topology Hybrid Topology
what does OSI stand for
Open Systems Interconnection
what is the presentation layer in the OSI Model
Some functions of the presentation layer includes data conversion, data encryption and decryption, and data translation
The presentation layer is responsible for presenting the data to the application layer