00:01
Hello students, so here are the few ways to elevate the heavy load on the top level server for the com domain without changing the naming scheme.
00:10
Implement load balancing.
00:12
Load balancing can be implemented by distributing the load across multiple servers.
00:17
This can be done using dns load balancing, which involves using multiple dns servers to distribute queries among different top level domain servers.
00:27
Another option is to use a reverse proxy, which is a server that sits in front of a top level domain server and distribute incoming requests to multiple backends.
00:41
Now implementing the caching.
00:43
Caching can be implemented by storing frequently accessed dns records in the cache.
00:50
This can reduce the load on the top level domain server by reducing the number of queries that need to be processed.
00:59
Implement content distribution network.
01:02
So here cdns are the network of the server that distribute content to the user across the internet.
01:09
Cdns can be used to cache dns records as well as the server static content such as images and videos.
01:16
So this can help reduce the load on the top level domain server by offloading some on the traffic.
01:24
Implementing client side caching...