Commit 834e3d9d authored by esou's avatar esou
Browse files

Added definitions of logical environment

parent b467d759
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -698,10 +698,10 @@ For the physical operation environment, the following environments are addressed

Logical environments include the connected systems around the main product that shape how it operates in its environment. The trusted boundary is affected by potential third party software that runs on the product, data links to the outside world using radio interfaces, and user permissions and access control.
For the logical operation environment, the following digital communication types are addressed for any architectural component of the product.
- **COM.Public** - public communication
- **COM.Adjacent** - adjacent communication
- **COM.Local** - local communication
- **COM.StrictLocal** - strict local communication
- **COM.Public** - ingoing/outgoing communication from/to public networks
- **COM.Adjacent** - ingoing/outgoing communication from/to private networks which does not require physical proximity to the communication partner
- **COM.Local** - ingoing/outgoing communication which requires physical proximity to but not physical presence at the communication partner
- **COM.StrictLocal** - ingoing/outgoing communication which requires physical presence at the communication partner

I.UI	Local user interface used by the different privileged users to access the product functionalities and data.
I.AuditAndAdministration	Interface for remote access to for product for administration and audit purposes.