Title :
Alternative software architectures for parallel protocol execution with synchronous IPC
Author :
Woodside, C. Murray ; Franks, R. Greg
Author_Institution :
Dept. of Syst. & Comput. Eng., Carleton Univ., Ottawa, Ont., Canada
fDate :
4/1/1993 12:00:00 AM
Abstract :
The use of parallelism in enhancing protocol execution performance is examined. In particular the use of a separate concurrent task for each protocol layer is discussed. Two layers of the OSI protocol system were implemented and run on a multiprocessor, with from one to five processors at each end of the connection. Potentially concurrent entities included user tasks as data source and sink, the OSI session layer (kernel functional unit only), the OSI transport layer (classes 0 and 2), vestigial network tasks, and tasks to buffer data between layers. Three substantially different design architectures with from nine to twelve tasks at each end of the connection were compared. The design differences centered on different ways to provide interlayer coordination and buffering; the protocol code was kept identical. The implementation used a real-time kernel which provides synchronous (request-reply) interprocess communication. The variation in throughput between designs covered a range of approximately two to one. The best design is found to be symmetrical decentralized two-way pipeline with courier communications
Keywords :
multiprocessing systems; open systems; parallel machines; protocols; OSI protocol system; OSI session layer; OSI transport layer; concurrent task; courier communications; interlayer coordination; interlayer data buffering; interprocess communication; multiprocessor; parallel protocol execution; software architectures; symmetrical decentralized two-way pipeline; synchronous IPC; vestigial network tasks; Bandwidth; Communication system software; Computer architecture; Hardware; Kernel; Parallel processing; Pipelines; Protocols; Software performance; Throughput;
Journal_Title :
Networking, IEEE/ACM Transactions on