InterviewSolution
| 1. |
What Is Loose Routing? |
|
Answer» A proxy is said to be loose ROUTING if it follows the procedures defined in rfc 3261 specification for processing of the ROUTE HEADER FIELD. These procedures separate the destination of the request (present in the Request-URI) from the set of proxies that need to be visited ALONG the way (present in the Route header field). A proxy compliant to these mechanisms is also known as a loose router. A proxy is said to be loose routing if it follows the procedures defined in rfc 3261 specification for processing of the Route header field. These procedures separate the destination of the request (present in the Request-URI) from the set of proxies that need to be visited along the way (present in the Route header field). A proxy compliant to these mechanisms is also known as a loose router. |
|