Author "Barak Weichselbaum" Page

Author Nick: BarakWeichselbaum
Name: Barak Weichselbaum
Site:


Author Articles List:

Sort by:

Winsock LSP (Layer Service Provider) Facts And Issues

Virtually all network applications employ Winsock to communicate over the Windows network. This process of communication is multi-stepped. Beginning with Winsock API calls, they are redirected a number of time before finally reaching the kernel. At that level, NDIS technology routes the calls. A Winsock Layered Service Provider, otherwise known as Winsock LSP is a kind of technology that allows the user to place code between Winsock API and the end users network calls.

Information About Winsock LSP Software Developments

Layered Service Providers, otherwise known as LSPs, are highly efficient yet highly technical and therefore volatile and vulnerable. In theory, the Winsock LSP, which is the one used by the vast majority of network applications, is simple. This is probably the reason so many believe that LSP applications can be performed in house or through outsourced developers.

Code Hooking Is Sweet And Can Improve Productivity Of Computer Programs

Modification of computer systems can be done by computer programmers using another system called code hooking. Many uses for this include, retrieving phone messages or calls from other applications. There are many uses for this system.