Topic 7 Flashcards

1
Q

what is fault tolerance

A

Fault Tolerance simply means a system’s ability to continue operating uninterrupted despite the failure of one or more of its components.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what are magnetic devices

A

Magnetic devices are components for creating, manipulating or detecting magnetic fields. .
Hard drives are magnetic devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is raid 0

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is raid 1

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is raid 5

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is raid 6

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is raid 10

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is the difference between UDP and TCP?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what does UDP stand for

A

User datagram protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what does TCP stand for

A

transmission control protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is defragmentation

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what are the 7 OSI model layers (please do not throw sausage pizza away)

A

Physical

Data Link

Network

Transport

Session

Presentation

Application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what are the 6 network topologies (string beans run through my house)

A
Star Topology
Bus Topology
Ring Topology
Tree Topology
Mesh Topology
Hybrid Topology
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what does OSI stand for

A

Open Systems Interconnection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what is the presentation layer in the OSI Model

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what is the application layer in the OSI model

A

The Application Layer is topmost layer
This layer allows users to interact with other software applications
This layer provides services which include: e-mail, transferring files, distributing results to the user.

17
Q

what is the session layer in the OSI model

A

Layer 5 of the OSI Model
it controls the dialogues (connections) between computers.
It establishes manages, and terminates the connections between the local and remote application.

18
Q

what is the transport layer in the OSI model

A

Layer 4 of the OSI Model
Transport Layer provides the transfer of data between end users
it provides reliable data transfer services to the upper layers
The transport layer controls links through flow control (flow control is the process of managing the rate of data transmission)

19
Q

what is the physical layer OSI model

A

Layer 1 of The OSI Model
Physical Layer defines electrical and physical specifications for devices.
defines the relationship between a device and a transmission medium, such as a copper cable
This includes the layout of pins, voltages, cables, hubs, and any other physical elements of a network

20
Q

what is data link OSI model

A

A data link is the means of connecting one location to another (data communication)
These are controlled by a link protocol enabling digital data to be transferred from a data source to a data sink (storage)

21
Q

what is the network layer OSI model

A

The network layer is responsible for receiving packets from the data link layer,
it delivers them to their intended destinations based on the address it was given
The network layer finds the destination by using logical addresses, such as IP (internet protocol)