Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

What are the resilience features built into your system?

-explain how the system is designed to specify the level of resilience (independent ability to function) if communication between one component and other component of the system is disrupted. Describe potential disruption that could be considered significant.

-explain how the system is designed to be resilient to possible cyber incident scenarios such as network outages, Denial of Service, excessive bandwidth usage by other products on the same network, disrupted Quality of Service, and/or excessive jitter

-explain how the system is designed to be resilient to possible noise, if applicableOur system has been built in a robust and resilient way and the cloud infrastructure is scalable according to demand, as well as having redundant machines so that if one machine fails, another can take its place.
In our application, in the event of a communication failure with the cloud, the application stores the monitoring data and sends it to the cloud as soon as the failure is resolved.
Communication between the sensor and the application is checked for packet validation and packet loss.


How is the system designed to be resilient to potential noise interference?

...