Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!ubc-cs!idacom.cs.ubc.ca!wan From: wan@idacom.cs.ubc.ca (Lawrence Wan) Newsgroups: comp.protocols.iso Subject: references for protocol implementation Message-ID: <4955@ubc-cs.UUCP> Date: 15 Sep 89 21:35:55 GMT Sender: news@cs.ubc.ca Reply-To: wan@idacom.cs.ubc.ca (Lawrence Wan) Organization: UBC-Idacom Joint Research Project Lines: 9 I am looking for some articles or papers in regard to OSI protocol implementation. For example, the common way is to treat each layer (the OSI 7 layer model) as a process. There is also suggestions to implement in a vertical slice (for example, the implementation can be split into receive and transmit processes with each process handling all 7 layers' functions. I am particular interested in the various partitioning possibilities. I am also interested in the partitioning of functions, for example, most implementation is consisted of a state machine with other utility programs such as decoding and encoding. I would appreciate anyone who can point me to some helpful references.