Skip to main content

1998 | OriginalPaper | Buchkapitel

Java Socket Programming

verfasst von : William Buchanan, Bsc, CEng, PhD

Erschienen in: Mastering Java

Verlag: Macmillan Education UK

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

In the OSI model, TCP fits into the transport layer and IP fits into the network layer. TCP thus sits above IP, which means that the IP header is added onto the higher-level information (such as transport, session, presentation and application). The main functions of TCP are to provide a robust and reliable transport protocol. It is characterised as a reliable, connection-oriented, acknowledged and datastream-oriented server. IP, itself, does not support the connection of two nodes, whereas TCP does. With TCP, a connection is initially established and is then maintained for the length of the transmission.

Metadaten
Titel
Java Socket Programming
verfasst von
William Buchanan, Bsc, CEng, PhD
Copyright-Jahr
1998
Verlag
Macmillan Education UK
DOI
https://doi.org/10.1007/978-1-349-14772-4_14