nerdexam
Cisco

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.

Protocols

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)
  • A
    3% (1)
  • B
    3% (1)
  • C
    8% (3)
  • D
    87% (33)

Why each option

This question asks to identify three SIP 5xx status codes, which indicate server-side errors leading to call disconnects.

AForbidden

SIP 403 'Forbidden' is a 4xx client-error status code, indicating the server understood the request but refuses to authorize it.

BUnauthorized

SIP 401 'Unauthorized' is a 4xx client-error status code, indicating the client needs to authenticate itself to get the requested response.

CRequest timeout

SIP 408 'Request Timeout' is a 4xx client-error status code, indicating the server timed out waiting for the request.

DService unavailableCorrect

SIP 503 'Service Unavailable' indicates the server is temporarily unable to handle the request, often due to overload or maintenance.

EBad gatewayCorrect

SIP 502 'Bad Gateway' means the server, acting as a gateway, received an invalid response from an upstream server.

FInternal server errorCorrect

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

#SIP#SIP Response Codes#Error Handling#Troubleshooting

Community Discussion

No community discussion yet for this question.

Full 350-801 Practice