This deals mainly the web based load balancing. This is the simplest solution since the sessions only last for ms. It has a good hands on approach to router configuration and network design but lacks hardcore application design that this topic deserves.
There is no discussion on complex systems which require sessions to last for days and how to distribute state between multiple servers. There is also no discussion on locking mechanisms, determining load, primary/backup determination, latency across WANs, distributed objects, DB failover, server synchronization, heartbeat implementations, shifting load for scheduled down time, or dynamic router configuration or alternative scheduling mechanism apart from round robin.
I think the title "Web Server Load Balancing" would be a more appropriate title and if that is what your goal is then this is the book for you.