nerdexam
Microsoft

AZ-220 · Question #132

You have an Azure IoT solution that includes an Azure IoT hub and 100 Azure IoT Edge devices. You plan to deploy the IoT Edge devices to external networks. The firewalls of the external networks…

The correct answer is B. Configure the upstream protocol of the devices to use AMQP over WebSocket. AMQP over WebSockets uses port 443. Incorrect Answers: A: AMQP or MQTT are non HTTP protocols. MQTT uses port 8883, while AMQP uses 5671. C: Expressroute uses BGP. BGP uses TCP port 179. D: Would not minimize cost…

Implement IoT Edge

Question

You have an Azure IoT solution that includes an Azure IoT hub and 100 Azure IoT Edge devices. You plan to deploy the IoT Edge devices to external networks. The firewalls of the external networks only allow traffic on port 80 and port 443. You need to ensure that the devices can connect to the IoT hub. The solution must minimize costs. What should you do?

Options

  • AConfigure the upstream protocol of the devices to use MQTT over TCP.
  • BConfigure the upstream protocol of the devices to use AMQP over WebSocket.
  • CConnect the external networks to the IoT solution by using ExpressRoute.
  • DIntegrate cellular communication hardware onto the devices and avoid the use of the external networks.

How the community answered

(49 responses)
  • A
    2% (1)
  • B
    80% (39)
  • C
    6% (3)
  • D
    12% (6)

Explanation

AMQP over WebSockets uses port 443. Incorrect Answers: A: AMQP or MQTT are non HTTP protocols. MQTT uses port 8883, while AMQP uses 5671. C: Expressroute uses BGP. BGP uses TCP port 179. D: Would not minimize cost. https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-protocols

Topics

#IoT Edge upstream protocol#AMQP over WebSocket#firewall port 443#network connectivity

Community Discussion

No community discussion yet for this question.

Full AZ-220 Practice