LeKuchen: TCP/IP Kommunikation

Beitrag lesen

Hallo,

Warum nimmst du dann nicht eines der vielen standardisierten Protokolle, die es schon gibt, sondern denkst dir ein eigenes aus?

Ich nehme ja ein standardisiertes Protokoll - nur leider stellt dieses frei, welches Kommunikationsprotokoll man nutzt und macht auch keinerlei Vorschriften zu der Kommunikation, nur die Nachrichten sind standardisiert. Und das Problem ist dann: Jede Anwendung machts dann natürlich anders...:(

Wobei TCP/IP sich als Quasi-Standard für die Kommunikation  durchgesetzt aht.

Auszug aus dem Final Standard:
"Since the OSI protocols are not universally implemented we are  interested in providing standards that will be useful in the interim. The universe of environments of interest includes,
but is not restricted to:
a) ad hoc environments that do not provide even basic transport reliability. Such environments consist of point-to-point RS-232 links, modems, and even LANs, if their connection to host computers is made via RS-232 communications links.
b) environments that support a robust transport level, but do not meet the high level requirements. This includes environments such as TCP/IP, DECNET, and SNA.
c) ISO and proprietary networks that implement up to presentation and other high level services. IBM’s SNA LU6.2 and SUN Microsystems’s NFS are examples of complete proprietary networks.
d) two or more applications running on the same physical and/or logical machine that are not tightly integrated. In these environments, the messaging capabilities may be provided by inter-process communications services (e.g., Pipes in a UNIX System)."

LeKuchen