Difference between revisions of "Data at CNM Farms"

From CNM Wiki
Jump to: navigation, search
m (Gary moved page Data within CNM Farms to Data at CNM Farms without leaving a redirect)
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:Cnm-digital.png|400px|thumb|right|[[CNM Cyber]]]][[Data at CNM Farms]] (hereinafter, the ''Lectio'') is the [[lectio|lesson part]] of the '''[[CNM Farm Essentials]]''' [[lesson]] that introduces its participants to [[CNM Cloud]]. This ''lesson'' belongs to the [[Introduction to CNM Cloud]] session of the [[CNM Cyber Orientation]].
+
[[File:Cnm-digital.png|400px|thumb|right|[[CNMCyber suite]]s]][[Data at CNM Farms]] (hereinafter, the ''Lectio'') is the [[lectio|lesson part]] of the '''[[CNM Farm Essentials]]''' [[lesson]] that introduces its participants to [[Opplet]]. This ''lesson'' belongs to the [[Introduction to CNM Cloud]] session of [[EmployableU Concepts]].
  
  
 
==Content==
 
==Content==
 
The predecessor [[lectio]] is [[CNM Cloud Databases]].
 
The predecessor [[lectio]] is [[CNM Cloud Databases]].
 
===Key terms===
 
:'''[[CNM Farms]]'''. The combination of [[computing server]]s that host [[CNM Cloud]], as well as those parts of the cloud that are provisioned to run [[serverless]] systems.<div style="background-color:#efefef; padding: 5px; margin: 15px;">
 
:*'''[[WorldOpp Federated Farm]]'''. The [[computing server]] that hosts the [[software application]]s that [[WorldOpp Middleware]] powers. The [[CNM Cloud Next]] is one of the [[CNM Farms]].
 
:*'''[[CNM Cloud Next]]'''. The [[computing server]] that hosts those non-federated [[end-user application]]s of [[CNM Cyber]] that the [[CNM Cyber Team]] administers. The ''Server'' is located at the [http://167.71.244.79 167.71.244.79] [[IP address]]. The [[CNM Cloud Next]] are ones of the [[CNM Farms]]. Another server, the [[CNM EndUser Farm]], hosts the set of [[CNM app]]s that is identical to [[CNM Cloud Next]]' set.
 
:*'''[[CNM HandsOn Farm]]'''. The [[computing server]] of [[CNM Farms]] that the [[CNM Cyber Team]] administers.
 
:*'''[[CNM EndUser Farm]]'''. The [[computing server]] that hosts those non-federated [[end-user application]]s of [[CNM Cyber]] that the [[WorldOpp Fellow Staff]] administers. The ''Server'' is located at the [http://159.89.230.212 159.89.230.212] [[IP address]]. The [[CNM EndUser Farm]] is one of the [[CNM Farms]]. Another server, the [[CNM Cloud Next]], host the set of [[CNM app]]s that is identical to Fellow Server's set. The difference is that Fellow Server's apps are used for [[career service]]s, while Next Server's ones are used for [[hands-on training]].</div>
 
  
 
===Script===
 
===Script===
:Every [[software system]] of [[CNM Cloud]] is supported by its own [[relational database management system]] ([[relational database management system|RDBMS]]).
+
:Most of [[end-user application]]s of [[Opplet]] are supported by their own [[relational database management system]]s ([[relational database management system|RDBMS]]es).
  
:[[WorldOpp Middleware]] collects most important data from various ''systems'' throughout the [[CNM Farms]], transforms the collected data in a unified format, and stores the data in its [[NoSQL]] database. The [[CNM Cyber Team]] decides on what data shall be collected, transformed, and stored.
+
:[[WorldOpp Middleware]] collects most important data from various ''systems'' throughout the [[CNM Farms]], transforms the collected data in a unified format, and stores the data in its [[NoSQL]] database. [[CNMCyber Team]] decides on what data shall be collected, transformed, and stored.
  
:To secure data from disasters such as computer failures and other [[data loss event]]s, all the data is backed up at the same time every day. At [[CNM Cloud]], that means that the database data is copied and stored separately from the [[computing server]] on which the database is installed. In that way, the [[data backup]] wouldn't be destroyed if one ''server'' collapses.
+
:To secure data from disasters such as computer failures and other [[data loss event]]s, all the data is backed up at the same time every day. At [[Opplet]], that means that the database data is copied and stored separately from the [[computing server]] on which the database is installed. In that way, the [[data backup]] wouldn't be destroyed if one ''server'' collapses.
  
:For different ''systems'', the backup policies may vary, but the backup system always contains several copies of all data that the [[CNM Cyber Team]] considers worth saving. For instance, the system may contain backups that were made yesterday, a day before yesterday, last week, and last month. Commonly, one "old" backup is deleted when one new backup is made.  
+
:For different ''systems'', the backup policies may vary, but the backup system always contains several copies of all data that [[CNMCyber Team]] considers worth saving. For instance, the system may contain backups that were made yesterday, a day before yesterday, last week, and last month. Commonly, one "old" backup is deleted when one new backup is made.  
  
 
:As a disaster recovery, any data copy can substitute the original data in the database. However, no data backup cannot restore the data that have been created after the backup was made.
 
:As a disaster recovery, any data copy can substitute the original data in the database. However, no data backup cannot restore the data that have been created after the backup was made.
  
:Data of [[CNM Cloud Next]], which is used for experiments, is periodically destroyed. Data of [[CNM HandsOn Farm]], which support [[hands-on training]], is destroyed upon one's course completion.
+
:Data of [[CNM Lab Farm]], which is used for experiments, is periodically destroyed. Data of [[CNM HandsOn Farm]], which support [[hands-on training]], is destroyed upon one's course completion.
 +
 
 +
===Key terms===
 +
:[[Data]], [[data backup]]
  
 
===Closing===
 
===Closing===
:*[[CNM Cabin]] is hosted by:<ol type="a"><li>[[CNM Cloud Next]]</li><li>[[WorldOpp Federated Farm]]</li><li>[[CNM EndUser Farm]]</li><li>[[CNM HandsOn Farm]]</li><li>None of the other answers is correct.</li></ol>
+
:Would you like to work for data backup procedures in [[Opplet]]?--- Yes/No/I'm not sure
:*Which statement below is correct:<ol type="a"><li>[[CNM Cyber]] may include three identical [[CNM app]]s.</li><li>While taking this course, you work on the [[CNM EndUser Farm]].</li><li>Future administrators of [[CNM app]]s get [[hands-on training]] at the [[CNM Cloud Next]].</li><li>All of the other substantive answers are correct.</li><li>None of the other answers is correct.</li></ol>
 
 
 
 
'''[[Clusters in CNM Farms]]''' is the successor [[lectio]].
 
'''[[Clusters in CNM Farms]]''' is the successor [[lectio]].
  

Latest revision as of 09:26, 15 November 2023

Data at CNM Farms (hereinafter, the Lectio) is the lesson part of the CNM Farm Essentials lesson that introduces its participants to Opplet. This lesson belongs to the Introduction to CNM Cloud session of EmployableU Concepts.


Content

The predecessor lectio is CNM Cloud Databases.

Script

Most of end-user applications of Opplet are supported by their own relational database management systems (RDBMSes).
WorldOpp Middleware collects most important data from various systems throughout the CNM Farms, transforms the collected data in a unified format, and stores the data in its NoSQL database. CNMCyber Team decides on what data shall be collected, transformed, and stored.
To secure data from disasters such as computer failures and other data loss events, all the data is backed up at the same time every day. At Opplet, that means that the database data is copied and stored separately from the computing server on which the database is installed. In that way, the data backup wouldn't be destroyed if one server collapses.
For different systems, the backup policies may vary, but the backup system always contains several copies of all data that CNMCyber Team considers worth saving. For instance, the system may contain backups that were made yesterday, a day before yesterday, last week, and last month. Commonly, one "old" backup is deleted when one new backup is made.
As a disaster recovery, any data copy can substitute the original data in the database. However, no data backup cannot restore the data that have been created after the backup was made.
Data of CNM Lab Farm, which is used for experiments, is periodically destroyed. Data of CNM HandsOn Farm, which support hands-on training, is destroyed upon one's course completion.

Key terms

Data, data backup

Closing

Would you like to work for data backup procedures in Opplet?--- Yes/No/I'm not sure

Clusters in CNM Farms is the successor lectio.

Questions

Placement entrance exam