Translation

English
English French Actions
The application layer La couche application
Networked applications rely on the transport service. As explained earlier, there are two main types of transport services :
the `connectionless` service
the `connection-oriented` or `byte-stream` service
The connectionless service allows applications to easily exchange messages or Service Data Units. On the Internet, this service is provided by the UDP protocol that will be explained in the next chapter. The connectionless transport service on the Internet is unreliable, but is able to detect transmission errors. This implies that an application will not receive data that has been corrupted due to transmission errors.
The connectionless transport service allows networked application to exchange messages. Several networked applications may be running at the same time on a single host. Each of these applications must be able to exchange SDUs with remote applications. To enable these exchanges of SDUs, each networked application running on a host is identified by the following information :
the `host` on which the application is running
the `port number` on which the application `listens` for SDUs
On the Internet, the `port number` is an integer and the `host` is identified by its network address. There are two types of Internet addresses :
`IP version 4` addresses that are 32 bits wide
`IP version 6` addresses that are 128 bits wide
IPv4 addresses are usually represented by using a dotted decimal representation where each decimal number corresponds to one byte of the address, e.g. `203.0.113.56`. IPv6 addresses are usually represented as a set of hexadecimal numbers separated by semicolons, e.g. `2001:db8:3080:2:217:f2ff:fed6:65c0`. Today, most Internet hosts have one IPv4 address. A small fraction of them also have an IPv6 address. In the future, we can expect that more and more hosts will have IPv6 addresses and that some of them will not have an IPv4 address anymore. A host that only has an IPv4 address cannot communicate with a host having only an IPv6 address. The figure below illustrates two applications that are using the datagram service provided by UDP on hosts that are using IPv4 addresses.
Textual representation of IPv6 addresses
It is sometimes necessary to write IPv6 addresses in text format, e.g. when manually configuring addresses or for documentation purposes. The preferred format for writing IPv6 addresses is `x:x:x:x:x:x:x:x`, where the `x` 's are hexadecimal digits representing the eight 16-bit parts of the address. Here are a few examples of IPv6 addresses :
`abcd:ef01:2345:6789:abcd:ef01:2345:6789`
`2001:db8:0:0:8:800:200c:417a`

Loading…

User avatar gegoa

New translation

cnp3-ebook / protocols/transport-serviceFrench

2 years ago
User avatar None

New source string

cnp3-ebook / protocols/transport-serviceFrench

New source string 2 years ago
Browse all component changes

Glossary

English French
No related strings found in the glossary.

String information

Source string location
../../protocols/transport-service.rst:6
String age
2 years ago
Source string age
2 years ago
Translation file
locale/fr/LC_MESSAGES/protocols/transport-service.po, string 1