answersLogoWhite

0


Best Answer

It's a track (a section of a magnetic disk, or a section of any given storage device that emulates a magnetic disk that uses the the LBA/CHS[Cylinder, Head, Sector]) that the computing device dedicates to store parity data (data to aid in error verification/correction for data that is stored on the disk).

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a parity track?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

When parity detects an error what happens?

A parity error always causes the system to hault. On the screen, you see the error message parity error 1 (parity error on the motherboard) or parity error 2 (parity error on an expansion card)


What is the error detection technique that can detect errors with only one bit?

(a) simple parity check (b) two-dimensional parity check (c) crc (d) checksum


How does longitudinal parity works?

Longitudinal parity, sometime it is also called longitudinal redundancy check or horizontal parity, tries to solve the main weakness of simple parity.The first step of this parity scheme involves grouping individual character together in a block, as fig given below 1.1fig.Each character (also called a row) in the block has its own parity bit. In addition, after a certain number of character are sent, a row of parity bits, or a block character check, is also sent. Each parity bit in this last row is a parity check for all the bits in the Colum above it. If one bit is altered in the Row 1, the parity bit at the end of row 1 signals an error. If two bits in Row 1 are flipped, the Row 1 parity check will not signal error, but two Colum parity checks will signal errors. By this way how longitudinal parity is able to detect more errors than simple parity.


What is a fault tolerance measure known as disk striping with parity?

RAID-5 provides data redundancy by using parity. Parity is a calculated value used to reconstruct data after a failure. While data is being written to a RAID-5 volume, parity is calculated by doing an exclusive OR (XOR) procedure on the data. The resulting parity is then written to the volume.


How is the value of a parity bit assigned?

Count the number of '1's in a binary value. If this number is odd, the parity bit is 1 - otherwise it's 0. RMS

Related questions

What is the purpose of the parity track?

Butter


State the purpose of the parity track devices?

A parity bit, or check bit, is a bit that is added to ensure that the number of bits with the value one in a set of bits is even or odd. Parity bits are used as the simplest form of error detecting code.


Types of parity bits?

There are two types of parity bits.they are even and odd parity.


When parity detects an error what happens?

A parity error always causes the system to hault. On the screen, you see the error message parity error 1 (parity error on the motherboard) or parity error 2 (parity error on an expansion card)


What error occurs if the number of bits is not an odd number for odd parity or an even parity?

parity error


What is parity of authority and responsibility?

Parity of Authority and Responsibility?


Which gate is used as parity checker?

It can be calculated via an XOR sum of the bits, yielding 0 for even parity and 1 for odd parity


A problem with parity error indicates a problem with?

Parity error indicates bad memory. Parity checks compare the memory read with what was writen.


What can occur in older SIMMs and only happens when a module's parity information doesn't match information in memory?

Parity Error


Parity in a sentence?

In high school football there is not always parity of skill levels among the teams. Parity means equal. It became evident that the skill level among the high school football team is not of parity.


What is a difference between odd parity and even parity?

in even parity number of 1s is even called even parityand or number of 1s is odd called odd parity anil kuntal anil kuntal you suck


What is the error detection technique that can detect errors with only one bit?

(a) simple parity check (b) two-dimensional parity check (c) crc (d) checksum