Question: The ability of TCP to serve multiple applications simultaneously is called:
Answer Options:
Answer: Multiplexing
Question: Breaking application data of arbitrary size into smaller fragments for delivery by IP is called:
Answer Options:
Answer: Segmentation
Question: The three-way handshake is used in:
Answer Options:
Answer: Connection establishment
Question: The mechanism used for flow control in TCP is:
Answer Options:
Answer: Sliding window
Question: When a TCP connection is initiated, the sequence number of the first datagram is:
Answer Options:
Answer: A randomly chosen number
Question: Flow control in TCP is used to:
Answer Options:
Answer: Slow down the sender if necessary
Question: The window size field in TCP specifies the:
Answer Options:
Answer: Amount of data the receiver is capable of processing
Question: Multiplexing at the Transport layer enables:
Answer Options:
Answer: Multiple applications on the host to share a common network connection
Question: Feature flags are a useful DevOps practice because
Answer Options:
Answer: They allow administrators and developers to incrementally release new capabilities and test their impacts
Question: Shared metrics in DevOps refer to
Answer Options:
Answer: Both developers and IT administrators using the same metrics to measure application performance
Question: An advantage of containerization is that
Answer Options:
Answer: Applications can be easily packaged for deployment on any compatible server
Question: For long term application performance, developers who focus on rapid deployment of new features should also care about
Answer Options:
Answer: The reliability of their applications
Question: The ELK stack used for visualizing log data gets its name from
Answer Options:
Answer: The initials of its components: Elasticsearch, Logstash, and Kibana
Question: A disadvantage of IT administrators focusing excessively on application stability is
Answer Options:
Answer: Lack of use of IT infrastructure automation
Question: End-to-end build is a software development practice where
Answer Options:
Answer: The entire software code base passes all unit tests and coding standards every day
Question: Centralized repositories are particularly well suited for
Answer Options:
Answer: Building open source software
Question: When using containerization technologies such as Docker
Answer Options:
Answer: Each container contains the application and its dependencies