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/30 14:11] nick |
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:private:cookbook:06_append:glossary| Return to Glossary ]] | + | [[ddsf:public:guidebook:06_append:glossary:start| Return to Glossary ]] |
| A **Domain** is a communication context, which provides a virtual environment, encapsulating | A **Domain** is a communication context, which provides a virtual environment, encapsulating | ||
| - | different concerns and thereby optimizing communications. DDS applications | + | 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 12: | 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]] |