CISA · Question #361
Which of the following data controls is MOST helpful in verifying that the data received by an application is the same as the data sent by a remote application?
The correct answer is D. Hash checking. Hash checking is the most helpful data control in verifying that the data received by an application is the same as the data sent by a remote application. By generating a hash value for the data when it is sent and comparing it with the hash value of the received data, you can en
Question
Which of the following data controls is MOST helpful in verifying that the data received by an application is the same as the data sent by a remote application?
Options
- AValidity checking
- BFile header records
- CFunctional acknowledgments
- DHash checking
How the community answered
(24 responses)- A17% (4)
- B8% (2)
- C4% (1)
- D71% (17)
Explanation
Hash checking is the most helpful data control in verifying that the data received by an application is the same as the data sent by a remote application. By generating a hash value for the data when it is sent and comparing it with the hash value of the received data, you can ensure data integrity and detect any alterations during transmission.
Topics
Community Discussion
No community discussion yet for this question.