What are the two types of QoS?
What will be an ideal response?
The two types of Quality of Service (QoS) and their short explanation are as follows:
? Fine-Grain: A provider allows a customer to state specific QoS requirements for a given
instance of communication; a customer makes a request each time a flow is created
? Coarse-Grain: A provider specifies a few broad classes of service that are each suitable for one
type of traffic; a customer must fit all traffic into the classes
You might also like to view...
Explain the relevance of canonical XML to digital signatures. What contextual information can be included in the canonical form? Give an example of a breach of security where the context is omitted from canonical form
What will be an ideal response?
Answer the following statements true (T) or false (F)
1) The Status: 204 No Response header indicates that a request to the server failed. 2) Redirection sends output to somewhere other than the screen. 3) The action attribute of the form element specifies the action to take when the user submits the form. 4) A post request posts form contents to the end of an HTTP request. 5) Form data can be stored in an object of class cgi.FormStorage.
An O(n) algorithm is referred to as having a _______ run time.
a. constant b. linear c. quadratic d. negative
Which comparison operator means "not equal to"?
A. <= B. > C. < D. <>