What is a protocol suite, and what is the advantage of a suite?
What will be an ideal response?
Protocols are designed in complete, cooperative sets called suites or families, instead
of creating each protocol in isolation. Each protocol in a suite handles one aspect of
communication; together, the protocols in a suite cover all aspects of communication. The
entire suite is designed to allow the protocols to work together efficiently.
You might also like to view...
Interviews can be time-consuming and expensive. What are your specific goals, and how would you justify a series of interviews?
What will be an ideal response?
The design and implementation of a collection class consists of two steps. What is the first step?
A. document the class using docstrings B. choose an appropriate data structure C. write the code for the defined methods D. test the method using sample data