Glossary
Product-related Terms
| Terminology | Description |
|---|---|
| SHIELD Gate Teams | Desktop application that enables secure use of Microsoft Teams using SHIELD Gate's RBI technology. |
| SHIELD Gate | Web security solution based on Remote Browser Isolation (RBI) technology. Provides Zero Trust security access service. |
| launcher.exe | A launcher program that checks the environment before running the Teams App and automatically configures the necessary settings. |
Security Technology Terms
| Terminology | Description |
|---|---|
| RBI (Remote Browser Isolation) | Remote browser isolation. A security technology that runs web applications on a remote server to isolate the local system from threats. |
| Isolation Environment | A protected space on the RBI server where the Teams web app runs. Blocks malware from reaching the user's PC. |
| CDR (Content Disarm and Reconstruction) | Content sanitization. A technology that removes potential risk factors from files and reconstructs them in a safe form. |
| DLP (Data Loss Prevention) | Data Loss Prevention. A security technology that detects and blocks unauthorized transmission of personal or sensitive information. |
| ZTCA (Zero Trust Conditional Access) | Zero Trust Conditional Access Control. A security model that dynamically controls access permissions based on various conditions such as user, device, network, and time. |
| Data Encryption | A technology that protects data stored locally by encrypting it. The Teams App encrypts and stores user authentication information. |
| Token-based authentication | An authentication method that uses encrypted tokens to verify the user's identity. Maintains a secure session without the need to enter the password each time. |
| Stream-based Rendering | A method of streaming the screen running on the RBI server in real-time to users. It operates reliably without being affected by UI changes. |
Terms for Teams and Collaboration Features
| Terminology | Description |
|---|---|
| Teams web app | Teams version running in the browser. The Teams App runs safely in the RBI environment. |
| PIP (Picture-in-Picture) | Picture-in-picture. A feature that allows you to continue watching a video in a small window while performing other tasks. Useful when multitasking during video conferences. |
| Drag & Drop | A feature for uploading files by dragging and dropping with the mouse. It is not supported in a general web isolation environment, but it is supported in the Teams App. |
| Real-time Notification | A feature that immediately notifies you when events such as chat messages, mentions, and meeting invitations occur. |
| Background Operation | A feature that continues to run as a tray icon even after closing the application window, maintaining sessions and notifications. |
Management and Policy Terms
| Terminology | Description |
|---|---|
| Conditional Policy | Access control policies that are applied differently based on specific conditions such as user, group, time, and network location. |
| Video Conference Policy | Policy to Control the Use and Permissions of Teams Video Conferencing Features |
| URL-based policies | A policy that finely controls uploads/downloads, copy/paste, etc. for specific domains or URLs. |
| Screen Marking | A feature that displays a watermark on the screen to prevent information leakage. |
| Audit Log | Logs that record activities such as user access, file transfers, and policy blocks. |
Technical Comparison Terms
| Terminology | Description |
|---|---|
| DOM Analysis Method | Provides functionality by analyzing the DOM (Document Object Model) structure of web pages, similar to the method used by some third-party products. Patch required when Teams UI changes. |
| Patch | An update released for bug fixes or feature improvements in software. The DOM analysis method requires patches for each UI change, which may lead to functionality interruptions. |