Contents
Summary
A glossary of Tachyon terminology.
Tachyon alphabetical glossary
Term | Definition | ||||
---|---|---|---|---|---|
1E Client | 1E Client provides client features and modules for 1E products including Tachyon. It replaces the Tachyon Agent. | ||||
Action | In Tachyon an Action is a specific type of instruction that is sent to Tachyon client devices which can be used to modify the state of the target device. For example, setting a registry key, killing a process, deleting a file. Whereas a Question is an instruction that requests information from the target device, but does not change its state. Generally an Action needs to undergo an approval process before it is sent. | ||||
Agent | Agent is the old name for the Tachyon client. The Tachyon Agent has been replaced by the 1E Client which provides client features and modules for 1E products including Tachyon. | ||||
Audit information log | The Audit information log page displays audit information related to installation, permissions, instruction set and consumer related operations carried out using the Explorer and Settings applications. | ||||
Historic Data Capture | The old name for Tachyon Activity Record. | ||||
Agent Language | The Agent language is an interpretive programming language that is executed by the Tachyon client in the form of an instruction payload. Instructions, and their payload, are based on instruction definitions which are stored in the Tachyon Master database. Definitions are uploaded into the database from the Tachyon Administrator console by dragging and dropping one or more Instruction Definition files, a Product Pack or ZIP file containing Instruction Definition files. The language uses Agent modules and methods. | ||||
Agent Provider | A plug-in component for the 1E Client which communicates with an external component, such as an operating system facility (for example Windows registry) or a service-provider application (for example 1E Nomad). 1E Client modules use Providers to get their work done. Examples:
| ||||
Auto-curation | Auto-curation is a Catalog function and refers to the automated process of creating match rules in 1E Catalog. These match rules are neither created by the customer not by the 1E curation team. The rules are created in the customer's local 1E Catalog copy using automated logic built by 1E. | ||||
Background Channel | The Background Channel is a mechanism by which the Tachyon client can download resources via HTTPS without loading the Switch. Since this traffic does not go through the Switch, the Tachyon client is still able to receive and process instructions instructions while performing these downloads. From v2.0 onwards, the Tachyon client is able to download resources via 1E Nomad. The Background Channel is a web application on the Tachyon Server Website and provides the following:
See Tachyon Architecture and Communication Ports. | ||||
Client module | A plug-in component for the 1E Client which encapsulates business logic. Modules contain Methods, which can be invoked by SCALE. Modules (and their methods) effectively provide a platform independent API. To that end, Modules and their Methods do not (generally) talk about anything platform specific (Windows, Linux, Android etc). Examples:
| ||||
Column filters | Some tables contain a column filter that lets you easily filter the information displayed in the table. Using column filters The picture opposite shows an example taken from AppClarity. In our example we want to filter the table to show only those items where the Edition contains the text Prof. To filter the table on the Edition column:
Adding another filter You can add another filter by clicking on the filter icon for any of the columns. The picture opposite shows another filter added selecting table rows where the Type also contains the text License. The table will also be filtered accordingly.Removing filters You can remove filters by clicking on the filter close icon at the end of the filter. | ||||
Column Picker | Using column picker Where the column picker control is shown you can choose which columns are displayed. In the following example on the Microsoft Core License Demand page we hide the Unknown Installs column and move the License Demand column to the left of the page.To pick the displayed columns:
| ||||
Column sorts | Some tables contain column sorts that let you easily re-order the information displayed in the table. Using column sorts The picture opposite shows an example taken from AppClarity. In our example we want to sort the table on the Cost column from the highest cost at the top to the lowest at the bottom.To sort the table on the Cost column:
Clearing the sort You can clear the sort by clicking on the sort icon again and selecting the Clear sorting menu item from the sorting popup. | ||||
Configuration Manager Extensions | The Configuration Manager Extensions currently include.
This feature is included in the Tachyon Toolkit. Documentation for installing and using the Configuration Manager Extensions will be available soon. | ||||
Consumer | A Tachyon Consumer is any application that connects to and uses the Consumer API. An example is the Explorer application. | ||||
Consumer API | The Consumer API is a documented set of API endpoints provided by a web application on the Tachyon Web Server called Consumer. It is referred to as the Consumer API in order to avoid confusion with Tachyon Consumers, which are 'consumers' of the API. The Consumer API is a web application on the Tachyon Server Website, actually named Consumer, and provides the following:
See Tachyon Architecture and Communication Ports. | ||||
Consumer requests | A Tachyon Consumer sends requests to the Consumer API. | ||||
Coordinator Service | The Coordinator Service has two modules: See Tachyon Architecture and Communication Ports. | ||||
Coordinator Instrumentation module | The Coordinator Instrumentation module is part of the Coordinator Service on the Tachyon Server which processes instrumentation data from the following components: And responds to requests for instrumentation data from the Consumer API. See Tachyon Architecture and Communication Ports. | ||||
Coordinator Workflow module | The Coordinator Workflow module is part of the Coordinator Service on the Tachyon Server that provides the following:
See Tachyon Architecture and Communication Ports. | ||||
Core | The Core is a Tachyon Server web component that does the following:
See Tachyon Architecture and Communication Ports. | ||||
Core Internal | Core Internal is the part of the Core which allows fast internal communication with the Switch using HTTP instead of HTTPS, restricted to the Switch server's local IP Address only. See Tachyon Architecture and Communication Ports. | ||||
Custom Role | Tachyon roles that define which Tachyon Users have access to which Instruction Set. These roles can be modified in the Administration pages by users assigned to the Security Administrators role. | ||||
Custom Properties | Custom Properties Administrators can manage the custom properties using the Properties page in the Tachyon Explorer. The only custom property type available after installing the Tachyon server is Coverage tags, further types may be added during installation of other Tachyon Consumers. | ||||
Device tags | Device tags can be used when setting the coverage for a particular question so that only Tachyon client devices with a particular tag name and value get the question. The names and values of Device tags must be pre-configured by Tachyon Custom Properties Administrators before setting them on a Tachyon client device using Device tag actions. Device tags can also be queried directly by Device tag questions. In 1E Client log files, Device tags are also referenced as scopable tags. | ||||
DNS Name | DNS Name FQDN is the term used in this documentation to represent the name of a Tachyon Server. Typically a Tachyon Server will have only one DNS Name, which will be the CNAME or an (A) Host record that uniquely represents a server's IP Address. 1E normally recommends using an CNAME record. In a Tachyon system, each Tachyon Server will have a DNS Name FQDN. In a single-Switch installation the Switch is on the same server and uses the same DNS Name. When a Response Stack has more than one Switch, each Switch has its own IP Address, so you can choose if the will share the same DNS Name, or if each will have its own DNS Name. The Tachyon Server certificate must have all NAME TYPE VALUE -------------------------------------------------- tachyon.acme.com. CNAME tachyon.acme.local. tachyon.acme.local. CNAME foo.example.com. foo.example.com. A 192.0.2.23 tachyon.acme.com is an Alias record tachyon.acme.local is a CNAME record foo.example.com is a (A) Host record | ||||
Event Subscription | A type of instruction that can be sent to the Tachyon client. An Event Subscription tells the Tachyon client to monitor an arbitrary event source for a period of time (defined by the Instruction's TTL), to capture events as they occur and to report them back via the Switch. | ||||
Explorer application | The Explorer application is the web portal used by Tachyon users and administrators. It is an example of a Tachyon Consumer application.
It is a web application on the Tachyon Server Website and provides the following:
See Tachyon Architecture and Communication Ports. | ||||
Filters | There are two kinds of filter: Question filters are used to reduce the responses from the Tachyon clients; View filters reduce the information displayed in the Tachyon Explorer on the Responses page. | ||||
Freeform tags | Freeform tags may be used to set properties on Tachyon client devices that can subsequently be used in Freeform tag questions. They cannot be used when defining the coverage for a question. Freeform tags can be set with arbitrary names and values that are defined only when running a Freeform tag action. In Tachyon log files, freeform tags are also known a non-scopable tags. | ||||
FQDN | Fully Qualified Domain Name. This is the complete domain name for a specific IP-connected device, and is unique within the network and unambiguous. The FQDN consists of two parts: the hostname and the domain name. For example tachyon.acme.com. | ||||
Global Actioners | This is a Tachyon system role which allows assigned users to ask questions, view responses and send actions for all instruction sets; use custom properties. | ||||
Global Administrators | This is a Tachyon system role which has the combined rights of all the other system roles. | ||||
Global Approvers | This is a Tachyon system role which allows assigned users to approve actions for all instruction sets. Users can approve unless the action was requested by themsleves. | ||||
Global Questioners | This is a Tachyon system role which allows assigned users to ask questions and view responses for all instruction sets; use custom properties. | ||||
Global Viewers | This is a Tachyon system role which allows assigned users to view instructions and responses for all instruction sets. | ||||
Guaranteed State application | Guaranteed State application is used to ensure endpoint compliance to enterprise IT policies. It is an example of a Tachyon Consumer application. Guaranteed State can be reached directly using the following URL: https://<tachyon DNS Name FQDN>/Tachyon/App/#/guaranteedstate/ where <tachyon DNS Name FQDN> is the one set up during the preparation phase, as described under the heading Preparation: DNS Names. | ||||
Infrastructure Administrators | This is a Tachyon system role which allows assigned users to view instrumentation on the system status dashboard. | ||||
Instruction | Instruction is the generic term used to describe: An Instruction is sent to one or more Tachyon clients, and will yield one or more responses. | ||||
Instruction Definitions | Instruction Definitions are retrieved from the Tachyon Core by the Switch. They define the type and functionality of the instructions and are used to control the Tachyon clients to respond in the appropriate way. | ||||
Instruction Definition Files | Instruction Definition files are XML format files that contain definitions for Instructions and any associated resources. | ||||
Instruction Sets | Instruction Sets, new to Tachyon version 3.1, provide a way of organizing instructions and setting permissions on those instructions. They can be created, modified and deleted from the Tachyon Administration console. Instruction Sets are a replacement for the Product Packs of earlier versions, whose contents could only be determined outside of Tachyon. | ||||
Instruction Set Administrators | This is a Tachyon system role (introduced in version 3.1) which allows assigned users to create, modify and delete Instruction Sets in the Tachyon Administration console. They are able to import Instructions by dragging and dropping one or more Instruction Definition files, a Product Pack or ZIP file containing Instruction Definition files. They can then organize imported Instructions into the Instruction Sets. | ||||
Instrumentation data | Each of the Tachyon components creates instrumentation data that can be used to display how the Tachyon system is performing. | ||||
JSON Provider | This is an internal provider within the Tachyon agent library, used to deserialize and return a JSON string as a data table. Analogous to the Windows specific PowerShell Provider. | ||||
Legacy OS | In this documentation, Windows XP, Vista and Windows Server 2003 are referred to as legacy OS. Microsoft has withdrawn support for Windows XP and Windows Server 2003, but 1E includes Vista in this list because it is not significantly used by business organizations. For details of limitations and additional considerations for these OS, please see Constraints of Legacy OS. | ||||
License file | 1E will provide you with a Tachyon.lic license file that defines the products and features your Tachyon System is able to use, for how long, and how many devices it supports, this may be an evaluation or subscription license.
For details of what the license file needs to contain, please refer to Design Considerations: License requirements for consumer applications. Ensure the following URL is whitelisted: This URL must be accessible from the Tachyon Server during setup and running of Tachyon. The Tachyon license must be validated on a regular basis via internet contact with the 1E license service. The regular validation period is set when the license is requested. For whitelisting purposes, the Tachyon Server (specifically the Coordinator Workflow module in the Master Stack) requires an Internet connection to the 1E license service, as defined in the license file itself. If activation fails, then the system will install but not be usable until activation is completed. | ||||
License Service | The License Service is hosted in the cloud by 1E, and accessible via an internet connection. | ||||
Management Group Administrators | This is a Tachyon system role (introduced in version 3.3) which allows assigned users to create, modify and delete Management groups and modify their membership. In version 3.3 this is done using Scripts via the Consumer API. | ||||
Method | Methods are documented in the SDK. | ||||
Normalization | Normalization is a Platform function that refers to the process of finding (or not finding) a match rule in 1E Catalog, then deduplicating and rationalizing the information using Platform logic, and publishing the information on the 1E Catalog UI. Partial Matching for example does not have a match rule in 1E Catalog but it’s still normalized and published on the UI using Platform logic. | ||||
Patch Success application | Patch Success application is used to report on and ensure successful patching of your enterprise. Patch Success can be reached directly using the following URL: https://<tachyon DNS Name FQDN>/Tachyon/App/#/patchsuccess/ where <tachyon DNS Name FQDN> is the one set up during the preparation phase, as described under the heading Tachyon 8.0 - Preparation: DNS Names. | ||||
Permissions | How the Role-Based Access Control feature assigns Tachyon Users to Tachyon Roles, providing access to Instruction Sets and Administration pages. | ||||
Permissions Administrators | This is a Tachyon system role which allows assigned users to:
This role was previously called Security Administrators. | ||||
Persistent Storage | The Tachyon client stores information in Persistent Storage which it needs each time it starts. For example the last processed instruction. A hash value of each item of information is stored in the registry, which the Tachyon client uses to ensure it trusts each item. Persistent storage includes a local database that is compressed and encrypted in a way that ensures a very low impact on device performance and security. This database is used to store data for the Tachyon Activity Record feature. | ||||
PowerShell Provider | This is a Windows specific internal provider within the Tachyon agent library. It provides functionality to execute powershell.exe from a fixed location (System32\WindowsPowerShell\v1.0) on a Powershell (.sp1) script and return the result. Some earlier versions of Windows (such as Windows XP) do not support PowerShell. | ||||
Product Pack | Product Packs contain instructions or other things which extend the capabilities of Tachyon. Product Packs which are required to support Tachyon features out-of-the-box are provided in the Tachyon Platform zip downloaded from the 1E Support Portal. Other Product Packs are avalibale for download from Tachyon Exchange. There are two types of Product Packs described in the following table.
| ||||
Product Pack Administrators | A Tachyon system role for Instruction Set Administrators that allows assigned users to add, update and delete Instruction Sets. | ||||
Product Pack deployment tool | A tool introduced in Tachyon 4.1 for uploading Classic and INtegrated Product Packs. Please see Tachyon Product Pack deployment tool. | ||||
Providers | Providers can be used by applications to leverage external tools to perform specific operations. For example the reclaim provider enables software to be uninstalled, thereby extending the functionality of the platform to include uninstallation. | ||||
Question | In Tachyon a Question is a specific type of instruction that requests information from Tachyon client devices. The information is returned to Tachyon as responses. | ||||
Report Refresh | You can refresh reports from individual AppClarity screens as well as using the Settings App. Where this is available you can do this by using the refresh icon next to the Last Refreshed box: | ||||
Response | The data resulting from an Tachyon client executing an instruction. | ||||
Role-Based Access Control | Also known as RBAC. This is a general term for assigning users to Tachyon roles which allow them access specific features of Tachyon. Roles can be assigned to AD users and groups added in the Administration Security page. A Tachyon role can be either of the following: | ||||
SCALE | The Agent Language: Simple Cross-platform Agent Language for Extensibility. | ||||
SDK | The Tachyon SDK describes the following and is available here: TCNSDK | ||||
Securable | Refers to an item that may be secured by Tachyon using RBAC. | ||||
Server installation account | This is the account used to run Tachyon Setup (and the MSI installer) when installing or upgrading a Tachyon Server. The account is automatically defined as a Tachyon admin user with limited rights which cannot be edited (called a system principal). The installation account only has sufficient rights to add other Tachyon users, assign them to Tachyon roles, and install Tachyon applications. The users and roles created by the installation account are then used for ongoing use and management of Tachyon. If you need the installation account to have additional Tachyon roles or be a Full Administrator, then the recommended approach is:
When installing a Tachyon Server, the account must be an Active Directory domain account with various rights on the Tachyon Server and the SQL Server instance. For more detail see Server Installation Account. For a new installation, only the Server installation account is able to use the Tachyon Explorer and assign user rights to other users and groups. Once these other users or groups have been assigned, then the Server installation account can be optionally disabled in AD pending future updates and upgrades. The Server installation account is a system principal and cannot be deleted or granted additional rights; it is able to manage additional users and groups, create and edit custom roles, which are then used for ongoing use and management of the system. However, the account may be included in any AD security group assigned to a Tachyon system or custom role. | ||||
Settings application | Settings application is used to configure Tachyon system and application settings. It is an example of a Tachyon Consumer application. Introduced in Tachyon 4.0 it combines the administration and monitoring menus for Tachyon and SLA Platform. Settings can be reached directly using the following URL: https://<tachyon DNS Name FQDN>/Tachyon/App/#/platform/ where <tachyon DNS Name FQDN> is the one set up during the preparation phase, as described under the heading Preparation: DNS Names. | ||||
Single-Switch installation | A single-Switch installation is a type of single-server installation which has only one Switch. This is the simplest Tachyon Server configuration. | ||||
Single-server installation | A single-server installation is where all Tachyon Server components are installed on the same Web Server, with one to five Switches, and SQL Server either local or remote. A single-Switch installation is the simplest configuration. More than one Switch requires additional hardware resources. If SQL Server is remote then it is also referred to as a split-server configuration. Best performance is achieved using a local SQL Server installation. See Tachyon Architecture and Communication Ports. | ||||
SMTP gateway | Systems such as the Tachyon Server connect to the gateway in order to send emails. Also known as SMTP relay. | ||||
Switch | The Switch component on the Tachyon Server provides the following:
On the Tachyon Server, the Switch Host service is responsible for managing all the local Switches The Switch configuration is stored in the SwitchConfiguration table of the Tachyon Master database. This includes the number of slots and workers used by the Switch which controls the maximum number of devices that can be managed by each Switch. A Switch restart will fail if the Switch failed to de-register itself, therefore the registration entry in the Tachyon Master database will need to be manually removed after troubleshooting. See Tachyon Architecture and Communication Ports. | ||||
Switch Host | The Switch Host service
See Tachyon Architecture and Communication Ports. | ||||
System Principal | A system principal is a Tachyon user which cannot be modified in the Administration pages, and is assigned to a system role. The Server installation account is a system principal which is assigned to the Consumer Administrator, Security Administrator and Instruction Set Administrator system roles. | ||||
System Role | Tachyon roles which cannot be modified in the Administration pages. Tachyon users can be assigned to these roles. The following are built-in system roles.
| ||||
Tachyon Activity Record | This is a Tachyon client feature, also known as inventory, previously known as Historic Data Capture. This feature captures data from a number of sources on the client device, encrypts and stores in compressed form on the Tachyon client device. Raw and summarized (aggregated) data is stored and can be queried using instructions. | ||||
Tachyon client | Tachyon client features are provided by the 1E Client. The 1E Client is a replacement for the Tachyon Agent and includes client features and modeules for other 1E products including Tachyon. Tachyon enables rapid response to instructions using the Tachyon client, which supports the retrieval of information, running actions and device tagging. The Tachyon client can also be extended to support additional features. The client connects to the Switch and the Background Channel. See Tachyon Architecture and Communication Ports. | ||||
Tachyon content | Tachyon content is:
Tachyon content is downloaded on demand via the Background Channel. | ||||
Tachyon Exchange | |||||
Tachyon Instruction Management Studio | This feature is included in the Tachyon Toolkit. TIMS provides a user interface for developing and testing instructions using SCALE. It includes an isolated copy of the 1E Client so that you can develop instructions for that Tachyon client version, independent of the 1E Client version that may be installed on your computer. By default TIMS and its Tachyon client run under the security context of the user that started it. To use the context of Local System, as used by a normal Tachyon client, you can start TIMS using PSexec. More information about TIMS is available in the Tachyon Community on the 1E Support Portal. TIMS is now able to save Instruction Definition files. | ||||
Tachyon Instruction Runner | This feature is the graphical user interface part of the Configuration Manager Extensions which is included in the Tachyon Toolkit. It is a mini UI version of the Tachyon Explorer. It is an example of a Tachyon Consumer. It should not to be confused with the Tachyon Run Instruction utility available in the Tachyon Toolkit. | ||||
Tachyon Master database | The SQL Server database which contains:
The configuration files for the following components contain SQL Connection strings for the Tachyon Master database.
| ||||
Tachyon Master Stack | A Tachyon Master Stack is part of a Tachyon System. There is one Tachyon Master Stack that all the Tachyon Response Stacks communicate with. A Tachyon Master Stack contains the following components:
| ||||
Tachyon Portal | The Tachyon Portal is the home page for Tachyon applications, which can be reached using the following URL: https://<tachyon DNS Name FQDN>/Tachyon where <tachyon DNS Name FQDN> is the one set up during the preparation phase, as described under the heading Preparation: DNS Names. The following buttons appear on all application pages of the Tachyon Portal. The refresh button is used to refresh the contents of the page. The expand button toggles the size of the page inside the browser by hiding or showing the menu and main title bar. | ||||
Tachyon Product Pack Editor | The Tachyon Product Pack Editor is no longer available in Tachyon 3.1 as Product Packs themselves are not used in the Tachyon Explorer. Instead Instruction Sets can be constructed using the Tachyon Administrator Console from imported instructions. One or more Instruction Definition files, a Product Pack or a zip file containing Instruction Definition files can be loaded into the Tachyon Administrator console by Instruction Set Administrators. The ability to save Instruction Definition files is now included in the Tachyon Instruction Management Studio. | ||||
Tachyon Responses database | The SQL Server database which contains: | ||||
Tachyon Response Stacks | A Tachyon Response Stack is part of a Tachyon System. This is where one or more Response Stacks talk back to a single Tachyon Master Stack. Multiple Response Stacks are necessary when additional Switches are required for scale, security or for geographic or other network reasons. Each Switch can handle 50000 devices, so each Tachyon Response Stack can handle a maximum of 250000 devices. Each Tachyon Response Stack has the following components:
A Response Stack will typically host Switches and Background Channel using the same DNS Alias. | ||||
Tachyon Role | Tachyon roles are used to implement Role-base access control (RBAC) and assign permissions to Tachyon users and restrict access to areas of the Tachyon Explorer and ability to use instructions in Instruction Sets. The roles may be system roles or custom roles related to specific Instruction Sets. | ||||
Tachyon Run Instruction utility | This command-line utility is included in the Tachyon Toolkit and is targeted at 3rd party integration, and can be used by scripts. It is an example of a Tachyon Consumer. It is used by the Configuration Manager Extensions which is also available in the Tachyon Toolkit. More information about the Tachyon Run Instruction utility is available in the Tachyon Community on the 1E Support Portal. | ||||
Tachyon Server | A Tachyon Server is any server on which a Tachyon Server component is installed. The following are Tachyon Server components.
A Tachyon Server can have one or more Switches. See also single-server installation and single-Switch installation. See Tachyon Architecture and Communication Ports. | ||||
Tachyon Stack | There are two types of Stack: Master Stack and Response Stack. Every Tachyon system has a single Master Stack, which provides web services for Tachyon applications. Master Stack components are typically all installed on a single Master Server. Tachyon real-time features require Response Stacks, which are made up of one or more Response Servers. A DMZ Server is an example of a Response Server. Each Response Stack has at least one Background Channel for sharing resources, and a single Core component that supports an associated set of up to five Switches. Switches are the primary mechanism for rapidly requesting and retrieving responses from the Tachyon clients. As each Switch can handle up to 50,000 devices there is a limit of 250,000 devices per Response Stack. Higher numbers can be achieved if you contact 1E for guidance. Switches may be local or remote to the other components in the Response Stack. Databases for Tachyon, Catalog, Content Distribution, Experience, SLA and BI, are installed on SQL Server database instance(s) that may also be local or remote to their respective Master and Response servers. It is also possible for multiple Response Stacks to share the same Responses database. Cubes used by Experience and BI are installed on a local or remote SQL Server Analysis Services (SSAS) instance. For more details about architecture and components, please see Tachyon Architecture. Also see Design Considerations. | ||||
Tachyon System | At the top-most level, a Tachyon System consists of Tachyon Server components, grouped into Tachyon Stacks, and a set of Tachyon clients that are deployed onto the devices that you want to manage. In addition, a system can have one or more Consumers (the built-in Consumer is Explorer). See Tachyon Architecture and Communication Ports. | ||||
Tachyon Toolkit | The Tachyon Toolkit is a collection of the following tools, which can be installed on a Windows computer for use by a Tachyon User who has appropriate permissions.
The toolkit is available for download from the Tachyon Community in the 1E Support Portal. Documentation for installing and using the Toolkit will be available soon. | ||||
Tachyon User | A domain account that is authorized to access the Tachyon Explorer portal and/or the Tachyon Administration pages. Authorization is achieved by adding the AD account or group and assigning it to a Tachyon role. | ||||
Tags | There are two types of tag: coverage tags and freeform tags. In Tachyon log files, these tags are also known a scopable and non-scopable tags. | ||||
Two-factor authentication | Also known as 2FA. See Tachyon Explorer 8.0: Two-factor authentication. | ||||
Website | The Tachyon Website hosts the following web applications: Master:
Response and DMZ:
Optional applications on Master:
The Website has an HTTP binding and HTTPS binding.
See Tachyon Architecture and Communication Ports. | ||||
Workflow commands | Workflow commands determine how the Coordinator Workflow module processes an instruction, particularly in terms of the permissions required to run the instruction. |