Search the practice set

275 questions, 991 terms and 600 topics in 30 areas.

27 results for “Cross-Border Transfer”

Terminology · 18
term

Transfer Mechanism

The specific legal instrument permitting personal data to leave a jurisdiction, which must exist per flow and which architecture must make identifiable.

Cross-Border Transfer
term

Cross-Zone Data Transfer

Charges incurred when data moves between availability zones within a region — invisible on architecture diagrams and a recurring surprise on cloud bills.

Availability Zones
term

Cross-Zone Load Balancing

Whether a load balancer node distributes traffic to targets in all zones or only its own — a setting that affects both balance and data transfer cost.

Load Balancing
term

Cross-Cutting Concern

A responsibility that legitimately appears throughout a system rather than in one module, such as logging, authorisation, tracing or transaction management.

Separation of Concerns
term

Cross-Functional Requirement

A quality the system must exhibit across its features rather than a behaviour it must perform, so named because it cuts across all functionality.

Functional vs Non-Functional
term

Cross-Service Debugging

Investigating a failure that spans multiple services by moving between traces, logs, metrics and profiles along a single correlated request.

Debugging Distributed Systems
term

API Gateway

A single entry point in front of a set of services that handles authentication, rate limiting, routing and protocol translation.

API & Integration
term

Agent Handoff

The transfer of a task and its context from one specialised agent to another, and the point at which multi-agent systems most often lose information.

Multi-Agent Systems
term

BGP

The protocol by which autonomous systems advertise which address ranges they can reach, determining how traffic finds any destination on the internet.

Routing & BGP
term

Egress Cost

The charge for moving data out of a cloud provider or across its zones and regions — usually the least-anticipated line on a cloud bill.

Cost & FinOps
term

Egress Path Analysis

Tracing where data physically moves in an architecture, because transfer charges follow paths that appear nowhere on the diagram.

Network & Egress Costs
term

End-to-End Test Cost Curve

How the cost of a broad end-to-end suite grows with its size while its marginal value falls, and where the two cross.

End-to-End Test Economics
term

Gateway Offloading

Moving cross-cutting concerns — TLS termination, authentication, rate limiting, compression, logging — from every service into the gateway.

API Gateways
term

Log Schema Consistency

Enforcing the same field names, types and semantics for structured log records across every service, so cross-service queries are possible.

Structured Logging
term

Pattern Recognition

Recognising that a novel-looking problem is an instance of one you have seen before, and knowing which parts of the previous solution transfer.

Meta-Skills
term

Payload Compression Trade-off

The exchange of CPU time for reduced transfer time, which is favourable on constrained networks and harmful on fast local ones.

Network Performance Tuning
term

Sidecar

Deploying a helper process alongside the main application in the same unit, to supply cross-cutting behaviour without changing the application.

Architecture Patterns
term

Value Stream

The end-to-end sequence of activities that delivers a result to a customer, viewed across whatever departments and systems it happens to cross.

Business Architecture