Search the practice set
126 questions, 454 terms and 400 topics in 20 areas.
9 results for “Edge Computing”
Edge Function
Code executed at a CDN point of presence close to the user, in a constrained, fast-starting runtime, typically to modify or route a request before it reaches an origin.
Admission Control
Deciding at the edge whether to accept a request at all, based on current capacity, before any work is done on it.
Content Delivery Network
A geographically distributed cache that serves content from a location near the user instead of from the origin.
Global Traffic Management
The layer that decides which region a given user reaches, using DNS, anycast or an edge network, and that performs regional failover.
Reverse Proxy
A server that receives client requests on behalf of one or more backends, forwarding them and returning the response.
Timeout Budget
Assigning a request an overall deadline at the edge and passing the remaining time down each hop, so no service works on something already out of time.