Cloud Computing: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
When you launch the application, you’ll see the {{software client}} running on your laptop. However, behind this local interface lies a sophisticated ISO 27001 certified cloud computing infrastructure known as the {{software server}}, hosted and developed in The Netherlands.
When you launch the application, you’ll see the [[Tygron Client]] running on your laptop. However, behind this local interface lies a sophisticated [[ISO 27001]] certified cloud computing infrastructure known as the {{software server}}, hosted and developed in The Netherlands.


==Hosted & Developed in The Netherlands==
==Hosted & Developed in The Netherlands==
[[File:stack.jpg|right|300px]]
* Situated in a state-of-the-art Tier 3 data center in the Netherlands, featuring redundant network connections and power supplies.
* Situated in a state-of-the-art Tier 3 data center in the Netherlands, featuring redundant network connections and power supplies.
* Operates on bare-metal servers and network infrastructure owned by Tygron.
* Operates on bare-metal servers and network infrastructure fully owned by Tygron B.V.{{ref|Tygron}}.
* The software stack is built on Linux, offering a secure and vendor independent foundation.
* The software stack is built on Linux{{ref|Linux}}, offering a secure and vendor independent foundation.
* On top of this, the {{software server}} runs, utilizing open-source libraries alongside proprietary components developed by Tygron.
* On top of this, the {{software server}} runs, utilizing open-source libraries alongside proprietary components developed by Tygron.
<br clear=all>


==Architecture==
==Architecture==
[[File:architecture.gif|center|600px]]
* '''Project Servers:''' These serve as your secure gateway to the cloud, storing your project data and receiving commands through the public REST [[API]].
* '''Project Servers:''' These serve as your secure gateway to the cloud, storing your project data and receiving commands through the public REST [[API]].
* '''GPU Clusters:''' These [[GPU]] machines are heavily optimized for computational tasks. When a project server has a compute job, it is automatically dispatched to the most suitable GPU cluster.
* '''GPU Clusters:''' These [[GPU]] machines are heavily optimized for computational tasks. When a project server has a compute job, it is automatically dispatched to the most suitable GPU cluster.
* '''Scheduler:''' To reduce transfer times, a scheduler sends the GPU job through a specialized high-performance Mellanox Ethernet (used in many supercomputers worldwide) to the most suitable GPU cluster.
* '''Scheduler:''' To reduce transfer times, a scheduler sends the GPU job through a specialized high-performance Mellanox Ethernet (used in many supercomputers worldwide) to the most suitable GPU cluster.
* '''Client Apps:''' The [[Tygron Client]] is just one of several ways to connect to the [[API]], including web viewers, scripts, dashboards, GEO apps, etc. This means you don’t need to worry if the local application crashes; all your data is securely stored on the project server.
* '''Client Apps:''' The [[Tygron Client]] is just one of several ways to connect to the [[API]], including [[3D Web Viewer]]s, scripts, dashboards, GEO apps, etc. This means you don’t need to worry if the local application crashes; all your data is securely stored on the project server.


==Secure Data Storage==
==Secure Data Storage==
[[File:eu.jpg|right|300px]]
* We use Privacy by Design, project data is only accessible to its owner. It is stored on our own bare-metal server hardware located in the Netherlands.
* We use Privacy by Design, project data is only accessible to its owner. It is stored on our own bare-metal server hardware located in the Netherlands.
* Our policy is based on the European General Data Protection Regulation (GDPR).
* Our policy is based on the European General Data Protection Regulation (GDPR){{ref|GDPR}}.
* We have taken any possible technical and organizational measures to protect (personal) data.
* We have taken any possible technical and organizational measures to protect (personal) data and do regular penetration testing.
* Data is also automatically backup-ed to a remote location.
* Data is also automatically backup-ed to a remote location.
<br clear=all>


==Supercomputer capabilities==
==Supercomputer capabilities==
The Project Servers are equipped with multi-terabyte (TB) RAM memory banks, eliminating the limitations of local computer resources. This capability allows for the simulation of flooding, heat stress, or your own models with billions of grid cells.
The Project Servers are equipped with multi-terabyte (TB) RAM memory banks, eliminating the limitations of local computer resources. This capability allows for the simulation of flooding, heat stress, or your own models with billions of grid cells.


Additionally, the most demanding simulation tasks are offloaded to dedicated GPU Clusters, specifically designed to run massive parallel simulations across thousands of cores.
Additionally, the most demanding simulation tasks are offloaded to dedicated [[GPU]] Clusters, specifically designed to run massive parallel simulations across thousands of cores.


==Shared Resources==
==Shared Resources==
Line 30: Line 34:


==Account Management==
==Account Management==
Each Tygron User belongs to a separate [[Domain]]. Depending on the access level a User can do different things.
Each Tygron User belongs to a separate [[Domain]]. Depending on the access level a [[User]] can do different things.
Levels and permissions can be management via [[Account Management]]. The administrator can also force password length or activate Two-Factor Authentication.
Levels and permissions can be management via [[Account Management]]. The administrator can also force password length or activate Two-Factor Authentication.


==ISO 27001-Certified==
{{article end
The {{software}} is ISO 27001 certified. ISO 27001 is the globally recognized standard for information security and focuses on securing the confidentiality, integrity and availability of your data. This certification underlines our commitment to the highest standards in the field of information security and data management.
|seealso=* [[GPU]]
* [[Platform security]]
|references=
<references>
{{ref|Linux
  |name=Linux
  |author=
  |page=
  |source=
  |link=https://en.wikipedia.org/wiki/Linux
  |lastvisit=2026-07-30
}}
{{ref|Tygron
  |name=Tygron B.V.
  |author=
  |page=
  |source=
  |link=https://www.tygron.com
  |lastvisit=2026-07-30
}}
{{ref|GDPR
  |name=General Data Protection Regulation (GDPR)
  |author=
  |page=
  |source=
  |link=https://en.wikipedia.org/wiki/General_Data_Protection_Regulation
  |lastvisit=2026-07-30
}}
</references>
}}

Latest revision as of 11:11, 3 August 2026

When you launch the application, you’ll see the Tygron Client running on your laptop. However, behind this local interface lies a sophisticated ISO 27001 certified cloud computing infrastructure known as the Tygron Engine, hosted and developed in The Netherlands.

Hosted & Developed in The Netherlands

  • Situated in a state-of-the-art Tier 3 data center in the Netherlands, featuring redundant network connections and power supplies.
  • Operates on bare-metal servers and network infrastructure fully owned by Tygron B.V.[1].
  • The software stack is built on Linux[2], offering a secure and vendor independent foundation.
  • On top of this, the Tygron Engine runs, utilizing open-source libraries alongside proprietary components developed by Tygron.


Architecture

  • Project Servers: These serve as your secure gateway to the cloud, storing your project data and receiving commands through the public REST API.
  • GPU Clusters: These GPU machines are heavily optimized for computational tasks. When a project server has a compute job, it is automatically dispatched to the most suitable GPU cluster.
  • Scheduler: To reduce transfer times, a scheduler sends the GPU job through a specialized high-performance Mellanox Ethernet (used in many supercomputers worldwide) to the most suitable GPU cluster.
  • Client Apps: The Tygron Client is just one of several ways to connect to the API, including 3D Web Viewers, scripts, dashboards, GEO apps, etc. This means you don’t need to worry if the local application crashes; all your data is securely stored on the project server.

Secure Data Storage

  • We use Privacy by Design, project data is only accessible to its owner. It is stored on our own bare-metal server hardware located in the Netherlands.
  • Our policy is based on the European General Data Protection Regulation (GDPR)[3].
  • We have taken any possible technical and organizational measures to protect (personal) data and do regular penetration testing.
  • Data is also automatically backup-ed to a remote location.


Supercomputer capabilities

The Project Servers are equipped with multi-terabyte (TB) RAM memory banks, eliminating the limitations of local computer resources. This capability allows for the simulation of flooding, heat stress, or your own models with billions of grid cells.

Additionally, the most demanding simulation tasks are offloaded to dedicated GPU Clusters, specifically designed to run massive parallel simulations across thousands of cores.

Shared Resources

  • Resource Pooling: The Tygron Engine utilizes a multi-tenant model to serve multiple customers, dynamically assigning and reallocating resources based on demand.
  • Broad Network Access: The servers are housed in a state-of-the-art Tier 3 data center with multiple internet connections, enabling your Geo Plugins to download new datasets quickly and reliably.

Account Management

Each Tygron User belongs to a separate Domain. Depending on the access level a User can do different things. Levels and permissions can be management via Account Management. The administrator can also force password length or activate Two-Factor Authentication.

See also

References

  1. Tygron B.V. ∙ Found at: https://www.tygron.com ∙ (last visited: 2026-07-30)
  2. Linux ∙ Found at: https://en.wikipedia.org/wiki/Linux ∙ (last visited: 2026-07-30)
  3. General Data Protection Regulation (GDPR) ∙ Found at: https://en.wikipedia.org/wiki/General_Data_Protection_Regulation ∙ (last visited: 2026-07-30)