medium
Single Answer
0

You just sent a request to the SDN controller, and after a little while, the result code came back as a 504 status code. What most likely happened?

Answer Options

A

The command is missing parameters.

B

The command has timed out.

C

The command is restricted.

D

The service is down.

Correct Answer: B

Explanation

A status code of 504 means that the command that was sent to the server did not return in a timely fashion and timed out. A status code of 400 would depict that the command is missing parameters. If a command is restricted for the authentication supplied, a status code of 403 would be returned. If a service is down or improperly responding, a status code of 500 would be returned.

http-status-codes
troubleshooting
sdn
gateway-timeout