Patent ReferencesArrangement for reserving and allocating a plurality of competing demands for an ordered bus communication network Broker for computer network server selection Redundant message processing system featuring reception server controlling communication between client and server process, and stand-by server retransmitting message with information indicating the message being a retransmitted message Local area network with server and virtual circuits System for scheduling multimedia sessions among a plurality of endpoint systems wherein endpoint systems negotiate connection requests with modification parameters Application framework of objects for the provision of DICOM services System and method for providing protocol translation and filtering to access the world wide web from wireless or low-bandwidth networks Mechanisms for accessing unique features of telephony networks from a protocol-Independent data transport interface Method and apparatus for supporting multiple, simultaneous services over multiple, simultaneous connections between a client and network server Facilitating the supplying of services in a network InventorsAssigneeApplicationNo. 042306 filed on 03/13/1998US Classes:709/224, Computer network monitoring709/223COMPUTER NETWORK MANAGINGExaminersPrimary: Geckil, Mehmet B.Attorney, Agent or FirmInternational ClassG06F 015/173AbstractLow-level network services are provided by network-service-provider plugins. These plugins are controlled by an extensible service provider that is layered above the TCP layer but below the Winsock-2 library and API. The extensible service provider orders the plugins based on the function performed by each plugin and on ordering hints. Plugins that redirect the protocol or socket are executed first. Plugins that examine packets or block entire packets are executed before plugins that modify packets. Plugins that compress or encrypt data are executed last for outgoing packets. Ordering hints cause a plugin to be executed before or after others in its functional class. Ordering allows examining plugins that simply read data get to the packets before an encrypting or compressing plugin renders the data unreadable. The extensible service provider has a plugin manager that orders and controls execution of the plugins. A filter manager evaluates one or more packet-filters. Filters are bound to plugins by binding objects; each socket has its own binding list of filters and plugins. Execution of some plugins can be skipped when filters bound to them do not match packets sent or received. Well-ordered plugins transparently provide a variety of network services such as content-filtering and blocking, encryption and compression, and statistics-gathering. | |