Skip to main content

Glossary

TerminologyDescription
SHIELD Gate TeamsDesktop application that enables secure use of Microsoft Teams using SHIELD Gate's RBI technology.
SHIELD GateWeb security solution based on Remote Browser Isolation (RBI) technology. Provides Zero Trust security access service.
launcher.exeA launcher program that checks the environment before running the Teams App and automatically configures the necessary settings.

Security Technology Terms

TerminologyDescription
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 EnvironmentA 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 EncryptionA technology that protects data stored locally by encrypting it. The Teams App encrypts and stores user authentication information.
Token-based authenticationAn 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 RenderingA 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

TerminologyDescription
Teams web appTeams 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 & DropA 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 NotificationA feature that immediately notifies you when events such as chat messages, mentions, and meeting invitations occur.
Background OperationA feature that continues to run as a tray icon even after closing the application window, maintaining sessions and notifications.

Management and Policy Terms

TerminologyDescription
Conditional PolicyAccess control policies that are applied differently based on specific conditions such as user, group, time, and network location.
Video Conference PolicyPolicy to Control the Use and Permissions of Teams Video Conferencing Features
URL-based policiesA policy that finely controls uploads/downloads, copy/paste, etc. for specific domains or URLs.
Screen MarkingA feature that displays a watermark on the screen to prevent information leakage.
Audit LogLogs that record activities such as user access, file transfers, and policy blocks.

Technical Comparison Terms

TerminologyDescription
DOM Analysis MethodProvides 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.
PatchAn 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.