This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ddsf:public:guidebook:06_append:glossary:d:domain_dds [2020/06/04 18:43] admin ↷ Page moved from ddsf:private:cookbook:2_body:glossary:d:domain to ddsf:private:cookbook:3_append:glossary:d:domain |
ddsf:public:guidebook:06_append:glossary:d:domain_dds [2021/07/14 16:37] (current) murphy ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==== Domain ==== | + | ==== DDS Domain ==== |
| + | [[ddsf:public:guidebook:06_append:glossary:start| Return to Glossary ]] | ||
| - | A communication context, which provides a virtual environment, encapsulating | + | |
| - | different concerns and thereby optimizing communications. DDS applications | + | A **Domain** is a communication context, which provides a virtual environment, encapsulating |
| + | different concerns and thereby optimizing communications. [[ddsf:public:guidebook:06_append:glossary:d:data_distribution_service_dds]] applications | ||
| send and receive data within a domain, which provides a virtual communication | send and receive data within a domain, which provides a virtual communication | ||
| - | environment for participants having the same domain id. This environment | + | environment for participants having the same domain [[ddsf:public:guidebook:06_append:glossary:i:id|ID]]. This environment |
| also isolates participants associated with different domains, i.e., only | also isolates participants associated with different domains, i.e., only | ||
| participants within the same domain can communicate, which is useful for | participants within the same domain can communicate, which is useful for | ||
| Line 10: | Line 12: | ||
| common interests. | common interests. | ||
| - | Source: [[https://istkb.adlinktech.com/article/vortex-opensplice-dds-glossary/ | OpenSplice Glossary]] | + | Source: [[https://istkb.adlinktech.com/article/vortex-opensplice-dds-glossary/ | DDS Domain]] |