350-801 · Question #76
A Cisco collaboration engineer is troubleshooting unexpected SIP call disconnect. Which three responses corresponding to the 5xx range? (Choose Three)
The correct answer is D. Service unavailable E. Bad gateway F. Internal server error. This question asks to identify three SIP 5xx status codes, which indicate server-side errors leading to call disconnects.
Question
A Cisco collaboration engineer is troubleshooting unexpected SIP call disconnect. Which three responses corresponding to the 5xx range? (Choose Three)
Options
- AForbidden
- BUnauthorized
- CRequest timeout
- DService unavailable
- EBad gateway
- FInternal server error
How the community answered
(38 responses)- A3% (1)
- B3% (1)
- C8% (3)
- D87% (33)
Why each option
This question asks to identify three SIP 5xx status codes, which indicate server-side errors leading to call disconnects.
SIP 403 'Forbidden' is a 4xx client-error status code, indicating the server understood the request but refuses to authorize it.
SIP 401 'Unauthorized' is a 4xx client-error status code, indicating the client needs to authenticate itself to get the requested response.
SIP 408 'Request Timeout' is a 4xx client-error status code, indicating the server timed out waiting for the request.
SIP 503 'Service Unavailable' indicates the server is temporarily unable to handle the request, often due to overload or maintenance.
SIP 502 'Bad Gateway' means the server, acting as a gateway, received an invalid response from an upstream server.
SIP 500 'Internal Server Error' is a generic error message indicating an unexpected condition on the server when no more specific message is suitable.
Concept tested: SIP 5xx server error codes
Source: https://www.ietf.org/rfc/rfc3261.txt
Topics
Community Discussion
No community discussion yet for this question.