SPDY is an experimental protocol developed by Google that sits on top of TCP and SSL to make web browsing faster. It addresses problems with how HTTP 1.1 handles multiple object downloads from modern websites by allowing for header compression, multiple simultaneous requests over a single connection, and server push capabilities. While browser and server support is still developing, using a SPDY gateway can provide speed improvements without requiring changes to existing web applications.