Telecommunication: Basic Elements
Telecommunication: Basic Elements
Telecommunication is the transmission of signs, signals, messages, words, writings, images and
sounds or information of any nature bywire, radio, optical or
other electromagnetic systems.[1][2] Telecommunication occurs when the exchange
of information betweencommunication participants includes the use of technology. It is transmitted
either electrically over physical media, such as cables, or viaelectromagnetic radiation.[3][4][5][6][7][8] Such
transmission paths are often divided into communication channels which afford the advantages
of multiplexing. Since the Latin term communicatio is considered the social process of information
exchange, the termtelecommunications is often used in its plural form because it involves many
different technologies.
1 .General cosideration
Modern telecommunication is founded on a series of key concepts that experienced progressive
development and refinement in a period of well over a century.
Basic elements[edit]
Telecommunication technologies may primarily be divided into wired and wireless methods. Overall
though, a basic telecommunication system consists of three main parts that are always present in
some form or another:
The Open Systems Interconnection model (OSI model) is a conceptual model that characterizes
and standardizes the communication functions of a telecommunication or computing system without
regard to its underlying internal structure and technology. Its goal is the interoperability of diverse
communication systems with standard protocols. The model partitions a communication system
into abstraction layers. The original version of the model defined seven layers.
A layer serves the layer above it and is served by the layer below it. For example, a layer that
provides error-free communications across a network provides the path needed by applications
above it, while it calls the next lower layer to send and receive packets that comprise the contents of
that path. Two instances at the same layer are visualized as connected by a horizontal connection in
that layer.
The model is a product of the Open Systems Interconnection project at the International
Organization for Standardization (ISO).
Contents
1History
2Description of OSI layers
o 2.1Layer 1: Physical Layer
o 2.2Layer 2: Data Link Layer
o 2.3Layer 3: Network Layer
o 2.4Layer 4: Transport Layer
o 2.5Layer 5: Session Layer
o 2.6Layer 6: Presentation Layer
o 2.7Layer 7: Application Layer
3Cross-layer functions
4Interfaces
5Examples
6Comparison with TCP/IP model
7See also
8References
9External links
History[edit]
In the late 1970s, the International Organization for Standardization (ISO) conducted a program to
develop general standards and methods of networking. A similar process evolved at the International
Telegraph and Telephone Consultative Committee (CCITT, from French: Comité Consultatif
International Téléphonique et Télégraphique). Both bodies developed documents that defined similar
networking models.
In 1983, these two documents were merged to form a standard called The Basic Reference Model
for Open Systems Interconnection. The standard is usually referred to asOpen Systems
Interconnection Reference Model, OSI Reference Model, or simply OSI model. It was published in
1984 by both the ISO, as standard ISO 7498, and the renamed CCITT (now called the
Telecommunications Standardization Sector of the International Telecommunication Union or ITU-T)
as standard X.200.
OSI had two major components, an abstract model of networking, called the Basic Reference Model
or seven-layer model, and a set of specific protocols.
The concept of a seven-layer model was provided by the work of Charles Bachman at Honeywell
Information Services. Various aspects of OSI design evolved from experiences with the ARPANET,
NPLNET, EIN, CYCLADES network and the work in IFIP WG6.1. The new design was documented
in ISO 7498 and its various addenda. In this model, a networking system was divided into layers.
Within each layer, one or more entities implement its functionality. Each entity interacted directly only
with the layer immediately beneath it, and provided facilities for use by the layer above it.
Protocols enable an entity in one host to interact with a corresponding entity at the same layer in
another host. Service definitions abstractly describe the functionality provided to an (N)-layer by an
(N-1) layer, where N was one of the seven layers of protocols operating in the local host.
The OSI standards documents are available from the ITU-T as the X.200-series of
recommendations.[1] Some of the protocol specifications were also available as part of the ITU-T X
series. The equivalent ISO and ISO/IEC standards for the OSI model were available from ISO. Not
all are free of charge.[2]
Description of OSI layers[edit]
The recommendation X.200 describes seven layers, labeled 1 to 7. Layer 1 is the lowest layer in this
model.
OSI Model
Session(The
session layer
provides the
mechanism for Managing communication sessions, i.e.
opening, closing continuous exchange of information in the
5
and managing form of multiple back-and-forth transmissions
a session between between two nodes
end-user
application
processes.)
Segment, Datagram(A dat
agram is a basic transfer
unit associated with
a packet-switched network.
Datagrams are typically
structured
in header and payload sect Reliable transmission of data segments
ions. Datagrams provide between points on a network,
4 Transport
aconnectionless including segmentation, acknowledgement a
communication service nd multiplexing
across a packet-switched
network. The delivery,
arrival time, and order of
arrival of datagrams need
not be guaranteed by the
network.)
Med
ia
Reliable transmission of data frames
laye
2 Data link Frame between two nodes connected by a physical
rs
layer
At each level N, two entities at the communicating devices (layer N peers) exchange protocol data
units (PDUs) by means of a layer N protocol. Each PDU contains a payload, called the service data
unit (SDU), along with protocol-related headers or footers.
Some orthogonal aspects, such as management and security, involve all of the layers (See ITU-
T X.800 Recommendation[4]). These services are aimed at improving the CIA triad -
confidentiality, integrity, and availability - of the transmitted data. In practice, the availability of a
communication service is determined by the interaction between network design and network
management protocols. Appropriate choices for both of these are needed to protect against denial of
service.[citation needed]
IEEE 802 divides the data link layer into two sublayers:[5]
Medium access control (MAC) layer – responsible for controlling how devices in a network gain
access to a medium and permission to transmit data.
Logical link control (LLC) layer – responsible for identifying and encapsulating network layer
protocols, and controls error checking and frame synchronization.
The MAC and LLC layers of IEEE 802 networks such as 802.3 Ethernet, 802.11 Wi-Fi,
and 802.15.4 ZigBee operate at the data link layer.
The Point-to-Point Protocol (PPP) is a data link layer protocol that can operate over several different
physical layers, such as synchronous and asynchronous serial lines.
The ITU-T G.hn standard, which provides high-speed local area networking over existing wires
(power lines, phone lines and coaxial cables), includes a complete data link layer that provides
both error correction and flow control by means of a selective-repeat sliding-window protocol.
Message delivery at the network layer is not necessarily guaranteed to be reliable; a network layer
protocol may provide reliable message delivery, but it need not do so.
The transport layer controls the reliability of a given link through flow
control, segmentation/desegmentation, and error control. Some protocols are state- and connection-
oriented. This means that the transport layer can keep track of the segments and re-transmit those
that fail delivery. The transport layer also provides the acknowledgement of the successful data
transmission and sends the next data if no errors occurred. The transport layer creates segments
out of the message received from the application layer. Segmentation is the process of dividing a
long message into smaller messages.
OSI defines five classes of connection-mode transport protocols ranging from class 0 (which is also
known as TP0 and provides the fewest features) to class 4 (TP4, designed for less reliable networks,
similar to the Internet). Class 0 contains no error recovery, and was designed for use on network
layers that provide error-free connections. Class 4 is closest to TCP, although TCP contains
functions, such as the graceful close, which OSI assigns to the session layer. Also, all OSI TP
connection-mode protocol classes provide expedited data and preservation of record boundaries.
Detailed characteristics of TP0-4 classes are shown in the following table:[7]
An easy way to visualize the transport layer is to compare it with a post office, which deals with the
dispatch and classification of mail and parcels sent. A post office inspects only the outer envelope of
mail to determine its delivery. Higher layers may have the equivalent of double envelopes, such as
cryptographic presentation services that can be read by the addressee only. Roughly
speaking, tunneling protocols operate at the transport layer, such as carrying non-IP protocols such
as IBM's SNA or Novell's IPX over an IP network, or end-to-end encryption with IPsec.
While Generic Routing Encapsulation (GRE) might seem to be a network-layer protocol, if the
encapsulation of the payload takes place only at the endpoint, GRE becomes closer to a transport
protocol that uses IP headers but contains complete Layer 2 frames or Layer 3 packets to deliver to
the endpoint.L2TP carries PPP frames inside transport segments.
Although not developed under the OSI Reference Model and not strictly conforming to the OSI
definition of the transport layer, the Transmission Control Protocol (TCP) and theUser Datagram
Protocol (UDP) of the Internet Protocol Suite are commonly categorized as layer-4 protocols within
OSI.
This layer provides independence from data representation by translating between application and
network formats. The presentation layer transforms data into the form that the application accepts.
This layer formats data to be sent across a network. It is sometimes called the syntax layer.[8] The
presentation layer can include compression functions.[9]The Presentation Layer negotiates the
Transfer Syntax.
The original presentation structure used the Basic Encoding Rules of Abstract Syntax Notation
One (ASN.1), with capabilities such as converting an EBCDIC-coded text file to anASCII-coded file,
or serialization of objects and other data structures from and to XML. ASN.1 effectively makes an
application protocol invariant with respect to syntax.