What is Layered Service Protocol?

Layered Service Protocol is another lesser used acronym for LSP and is often used interchangeably with Layered Service Provider.  LSP is simply a DLL using Winsock APIs to place itself inside the communication stack.  Once it is there, it can interact with the communication by reading, intercepting, and even modifying the data.

There are so many things that can be done with LSP.  You can do anything from simply tracking bugs to redirecting winsock sockets.  The sky is the limit with LSP.

Chris

Leave a Reply