Exam CPSA-F All QuestionsBrowse all questions from this exam
Question 34

HOTSPOT -

Concerning external interfaces, Postel's law suggests: "Be conservative in what you do, be liberal in what you accept from others." Assume that Postel's law has been consistently applied in your system. (Assign all answers.)

Hot Area:

    Correct Answer:

Discussion
rrhc

a - True (The response time of the system is reduced as the system is lenient in accepting various input formats and can handle them more efficiently.) b - False (The implementation effort may be reduced as the system is designed to be tolerant of different input formats.) c - False (The usability of the system is not necessarily reduced, as it can handle a wider range of input formats.) d - True (The robustness of the system is increased because it can handle a variety of input formats, even if they are not strictly compliant.) e - False (The integrity of the data transferred via interfaces may be compromised if the system accepts and processes data with potential errors or variations.) f - False (The availability of the system is not necessarily reduced due to potentially bad quality of input data. The system is designed to handle various input formats, and it should not lead to reduced availability on its own.)

alper1234455

Response time also increases