| W. Richard Stevens. TCP/IP Illustrated: TCP for Transactions, HTTP, NNTP and the Unix domain protocols, volume 3. Addison-Wesley, 1996. |
.... ; Internet style socket address structure struct sockaddr in unsigned short sin family; address family (always AF INET) unsigned short sin port; port number in network byte order struct in addr sin addr; IP address in network byte order unsigned char sin zero[8]; pad to sizeof(struct sockaddr) sockaddr: socketbits.h (included by socket.h) sockaddr in: netinit in.h Figure 23: Socket address structures. The in addr struct is shown in Figure 9. accept any kind of socket address structure. Today we would use the generic void pointer, which did ....
.... that terminates the list of headers (line 7) A request line has the form HTTP supports a number of different methods, including GET, POST, OPTIONS, HEAD, PUT, DELETE, and TRACE) We will only discuss the workhorse GET method, which according to one study accounts for over 99 of HTTP requests [8]. The GET method instructs the server to generate and return the content identified by the URI (Uniform Resource Identifier) The URI is the suffix of the corresponding URL that includes the file name and optional arguments. 8 The version field in the request line indicates the HTTP version ....
[Article contains additional citation context not shown here]
W. Richard Stevens. TCP/IP Illustrated: TCP for Transactions, HTTP, NNTP and the Unix domain protocols, volume 3. Addison-Wesley, 1996.
....parsed locally and any embedded images requested one at a time. On the other hand audio and video CHAPTER 6. EVALUATION 158 data tends to be much larger than either text or images and is a stream of data, thus the Web has two very different traffic types. Currently under HTTP 1. 0[TBLBL96] Ste96b] each request requires a TCP connection to be opened, the data fetched and the connection closed. This is closer to the audio and video requirements (reliability is not required) but is very costly for the image and text data. A flexible protocol which handled reliable messaging over a single ....
W.Richard Stevens. TCP/IP Illustrated: TCP for transactions, HTTP, NNTP and the Unix Domain Protocols, volume 3 of Addison-Wesley professional computing series, chapter 13-14. Addison-Wesley, Reading, Mass., 1996.
....that both UDP and TCP are not suitable for all jobs has been recognised for some time. Additions have been proposed to allow the protocols to be more useful in certain situations. These include TCP with partial ordering [CAC94] T TCP which provides a transaction oriented service [Bra94] Bra92] Ste96a] and extensions to TCP for networks with large bandwidth delay product paths[BBJ92] such as intercontinental ATM links. Using UDP as a transport for the OSI connectionless transport services, which provide a richer set of functions, has also been proposed[DHS91] 1.3 Proposed solution This ....
W.Richard Stevens. TCP/IP Illustrated: TCP for transactions, HTTP, NNTP and the Unix Domain Protocols, volume 3 of Addison-Wesley professional computing series, chapter 1-12. Addison-Wesley, Reading, Mass., 1996.
....transactions, but rather use the more general meaning that can be found in Webster s Dictionary (B.2) 2b: a communicative action or activity involving two parties or things that reciprocally aoeect or inAEuence each other. Similar computer related use of the word transaction can be found in [Ste94]. 4 In the following we want to take a closer look at the OctoMPP protocol stack and examine its dioeerent layers in detail. On this occasion we will also discuss typical problems like Zero Byte Padding and Endian DiOEculties, as well as OCTOPUS general Data Representation and the used ....
W. Richard Stevens. TCP/IP Illustrated - TCP for Transactions, HTTP, NNTP, and the UNIX Domain Protocols, volume 3. Addison-Wesley Publishing Company, One Jacob Way, Reading, Massachusets 01867, 1994.
....IRI tools (such as Audio, Video, PT and TSE) are event producers since they emit events during their execution. As shown in Figure 2, a LMA is assigned for each student s workstation in IRI virtual classroom. The IRI tools send the events and IRIManagers send filters to the LMA via UNIX Sockets (Stevens 1996). A DMA is assigned for each site or class room in IRI environment. The MAs may also exchange the domain information using a Reliable Multicast Protocol (RMP) in order to detect any composite event in the virtual classroom. Therefore, two level monitoring hierarchy is found to be sufficient in ....
Stevens, W.R. (1996) TCP/IP Illustrated: TCP for Transactions, HTTP, NNTP and the UNIX Domain Protocols, Volume 3, Addison-Wesley, 1996.
No context found.
W. R Stevens, TCP/IP Illustrated: TCP for Transactions, HTTP, NNTP, and the UNIX Domain Protocols. Reading, MA: Addison-Wesley, vol. 3.
Online articles have much greater impact More about CiteSeer.IST Add search form to your site Submit documents Feedback
CiteSeer.IST - Copyright Penn State and NEC