Summary

  • Microsoft Visual Basic 2008 has built-in support for sockets that allows for creation of services that can act as a client or a server answering to incoming requests.

  • Services written in Visual Basic 2008 can support secured or unsecured socket protocols.

  • Microsoft Visual Basic 2008 System.NET and System.NET.Sockets classes provide a vast amount of support for traditional and nontraditional connection and connectionless protocols.

  • To interact properly, client-server applications must be written to a standard understood by both the client and the server.

  • The number of sockets within a client or server is limited by several factors, but revolves around system resources such as memory, network hardware, virtual memory, and CPU. You should write ...

Get Programming Windows® Services with Microsoft® Visual Basic® 2008 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.