Table of Contents |
---|
Live mode
This is the regular operation mode of the Ethical wall and it goes as follow:
...
In case the communication is allowed and precalculated:
Alice@external.com sends a message "Hello!" to bob@internal.com
This reaches the Edge/Front End, Edge/Front End forwards this to the SIP Filter
Sip Filter checks in the Policy Cache sees this already has been calculated by the Maintenance service
Sip Filter returns the found policy cache, which allows the traffic to bob.
In case the communication is blocked and not precalculated:
Eve@external.com sends a message "Hey!" to Bob@internal.com
This reaches the Edge/Front End, Edge/Front End forwards this to the SIP Filter
SIP Filter checks in the policy cache and doesn't find add, thus calculates and adds the calculation result as a record in the Policy cache
SIP Filter returns the calculated policy, which blocks the traffic to bob.
...
Learning Mode
This mode applies calculation and caching for the configured policies however only the Default policies are being enforced by the SIP filter.
...