Unit-1.4 Data Communication
Unit-1.4 Data Communication
1.4
Categories of topology
1.5
Mesh Topology (five devices)
1.6
star topology connecting four stations
1.7
A bus topology connecting three stations
1.8
A ring topology connecting six stations
1.9
A hybrid topology
1.10
An isolated LAN connecting 12 computers to a hub in a closet
1.11
WANs: a switched WAN and a point-to-point WAN
1.12
A heterogeneous network made of four WANs and two LANs
1.13
OSI Model
OSI Model
▪ Established in 1947, the International Standards
Organization (ISO) is a multinational body dedicated to
worldwide agreement on international standards.
▪ An ISO standard that covers all aspects of network
communications is the Open Systems Interconnection
(OSI) model.
▪ It was first introduced in the late 1970s.
▪ An Open system is a set of protocol that allows any
two different system to communicate regardless of
their underlying architecture.
OSI Model
▪ OSI model is not protocol; It is a model for
understanding and designing a network architecture
that is flexible, robust and interoperable.
▪ Consist of seven separate but related layers.
Interfaces and Layered Architecture
Encapsulation
Layers in the OSI Model
1. Physical Layer:
▪ Coordinates the functions required to carry a bit
stream over a physical medium.
▪ Responsible for the movement of individual bits from
one hop (node) to the next.
Physical Layer
Layers in the OSI Model
Physical Layer concerned with the following:
▪ Physical Characteristics of interface and media.
▪ Representation of bits.
▪ Data Rate/Transmission Rate.
▪ Synchronization of bits.
▪ Line Configuration.
▪ Physical Topology.
▪ Transmission Mode.
Layers in the OSI Model
2. Data Link Layer:
▪ Transform the physical layer, a raw transmission
facility, to a reliable link.
▪ Responsible for the movement of frames from one
hop (node) to the next.
Data Link Layer
Layers in the OSI Model
Data Link Layer concerned with the following:
▪ Framing
▪ Physical Addressing
▪ Flow Control
▪ Error Control
▪ Access Control
Data Link Layer
Layers in the OSI Model
Layers in the OSI Model
3. Network Layer:
▪ Ensures that each packet gets from its point of origin
to its final destination.
Network Layer concerned with the following:
▪ Logical Addressing
▪ Routing
Network Layer
Layers in the OSI Model
Layers in the OSI Model
4. Transport Layer:
▪ The transport layer is responsible for the delivery of a
message from one process to another.
Differences:
Three concepts are central to OSI Model:
1. Services
2. Interfaces
3. Protocols
OSI Model makes distinction between them explicitly.
Comparison between OSI and TCP/IP Model
1. Services
Each layer some service s for the layer above it.
Defines what layer does.
Not how entities above it access it or how layers works?
2. Interfaces:
Tells the processes above it how to access it.
Defines parameters and results.
3. Protocols:
Provides the offered services by any protocol.
Should not affect the functionalities of above layers.
Comparison between OSI and TCP/IP Model
▪ TCP/IP did not clearly distinguish between service,
interface and protocols.
▪ The protocols in the OSI model are better hidden than in
the TCP/IP model, can be replaced easily.
▪ The OSI reference model devised first before the
corresponding protocols were invented, i.e. DLL.
▪ With TCP/IP, the reverse is true.
▪ Number of Layers.
▪ Connection oriented vs. connection less approach at
different layers.
Comparison between OSI and TCP/IP Model
▪ TCP/IP did not clearly distinguish between service,
interface and protocols.
▪ The protocols in the OSI model are better hidden than in
the TCP/IP model, can be replaced easily.
▪ The OSI reference model devised first before the
corresponding protocols were invented, i.e. DLL.
▪ With TCP/IP, the reverse is true.
▪ Number of Layers.
▪ Connection oriented vs. connection less approach at
different layers.
Addressing
▪ Four levels of addresses are used in an internet
employing the TCP/IP protocols: Physical, Logical, Port,
and Specific.
Addressing
Addressing
1. Physical Address:
▪ Address of a node as defined by its LAN or WAN.
▪ Included in the Frame used by Data Link Layer.
▪ Lowest Level Address
▪ Ethernet uses 6-byte (48 bits) physical Address
imprinted on the NIC.
▪ LocalTalk has a 1-byte dynamic address.
Addressing
1. Physical Address:
Example:
A node with physical address 10 sends a frame to a
node with physical address 87. The two nodes are
connected by a link (bus topology LAN).
Addressing
1. Physical Address:
Example:
Most local-area networks use a 48-bit (6-byte)
physical address written as 12 hexadecimal digits;
every byte (2 hexadecimal digits) is separated by a
colon, as shown below:
07:01:02:01:2C:4B