Jaringan Komputer dan Internet - Parity Check - Informatika Kelas XI
Summary
TLDRThis educational video introduces the concept of parity check, a method used to verify data integrity during transmission. It explains the use of even and odd parity, where the parity bit is added to the data to ensure the total number of 1s is either even or odd. The video provides an example of how a parity bit is calculated and highlights the limitations of parity check, such as its inability to detect errors involving two bits. The video ends with well-wishes for the students, encouraging them to continue learning and stay active.
Takeaways
- ๐ Parity check is a method used to verify if the transmitted data is accurate by checking the number of 1-bits in the data.
- ๐ Parity check can use either even parity or odd parity.
- ๐ Even parity requires the total number of 1-bits to be even, while odd parity requires the total number of 1-bits to be odd.
- ๐ A parity bit is added to the data to make the total number of 1-bits match the parity rule.
- ๐ The parity bit is usually added as the most significant bit (MSB) before the data is sent.
- ๐ Both the sender and receiver must agree on which parity method to use. This is called the transmission protocol.
- ๐ In an example of even parity, if the number of 1-bits in the data is 4, the parity bit will be 0 to keep the total count even.
- ๐ In an example of odd parity, if the number of 1-bits is 5, the parity bit will be 1 to ensure the total count of 1-bits is odd.
- ๐ Parity check is effective for detecting errors in a single bit of data transmission.
- ๐ However, if two bits of data are corrupted, a parity check may fail to detect the error, as the number of 1-bits might still follow the parity rule.
- ๐ For example, if two bits change and still result in an even number of 1-bits, the parity check will incorrectly indicate that no error occurred.
Q & A
What is the main topic discussed in the video?
-The main topic discussed in the video is 'Parity Check' as part of computer networks and internet communication.
What is the purpose of a parity check in data transmission?
-The purpose of a parity check is to verify whether the data being transmitted matches the original data by checking the number of 1-bits in the data.
What are the two types of parity used in a parity check?
-The two types of parity used in a parity check are even parity (parity genap) and odd parity (parity ganjil).
What is the rule for even parity?
-In even parity, the number of 1-bits in the data must be even.
What is the rule for odd parity?
-In odd parity, the number of 1-bits in the data must be odd.
Where is the parity bit typically placed in a data transmission?
-The parity bit is usually placed as an additional bit on the leftmost position of the data, called the most significant bit.
What must the sender and receiver agree on regarding parity?
-The sender and receiver must agree on which parity method (even or odd) will be used, as part of the transmission protocol.
How is the parity bit determined for even parity in an example with the data '11011'?
-For even parity, the number of 1-bits in the data must be even. Since the data '11011' has an odd number of 1-bits (5), the parity bit is set to 0 to keep the total number of 1-bits even.
What is a potential problem with parity checks when multiple bits are corrupted?
-If there is an error in two bits, a parity check may not detect it. For example, if two bits change but the total number of 1-bits remains even or odd, the error would not be caught.
What happens when data is received with a parity check using even parity, but there is an error in two bits?
-If the data is received with an even parity check and two bits are corrupted, the parity check will incorrectly indicate that the data is not erroneous, because the number of 1-bits still appears even.
Outlines
![plate](/images/example/outlines.png)
This section is available to paid users only. Please upgrade to access this part.
Upgrade NowMindmap
![plate](/images/example/mindmap.png)
This section is available to paid users only. Please upgrade to access this part.
Upgrade NowKeywords
![plate](/images/example/keywords.png)
This section is available to paid users only. Please upgrade to access this part.
Upgrade NowHighlights
![plate](/images/example/highlights.png)
This section is available to paid users only. Please upgrade to access this part.
Upgrade NowTranscripts
![plate](/images/example/transcripts.png)
This section is available to paid users only. Please upgrade to access this part.
Upgrade NowBrowse More Related Video
5.0 / 5 (0 votes)