This visual execution trace shows how to integrate Cloud CDN with a backend service on Google Cloud Platform. First, a backend service is created to serve HTTP traffic. Then, Cloud CDN is enabled on this backend to cache content globally. A URL map is created to route incoming requests to the backend service. Next, a target HTTP proxy is set up to handle HTTP requests using the URL map. A global forwarding rule listens on port 80 and directs client requests to the proxy. When a client sends a request, the CDN cache is checked. If the content is cached (cache hit), it is served immediately, providing fast response. If not cached (cache miss), the request goes to the backend service, which serves the content and caches it for future requests. This setup improves performance by serving content closer to users worldwide. Variables like backend service status, URL map, proxy, forwarding rule, cache status, and client response change step-by-step as the setup progresses and requests are handled.