SK DCN Lecture Note 1
SK DCN Lecture Note 1
What is Communication?
It is the process of sending a data from sender to receiver through channel without noise.
noise
1. Simplex System:
Data is sent from the sender to the receiver in one direction only. Examples include television
broadcasting and loudspeakers.
2. Half-duplex System:
Data can be sent in both directions, but not at the same time. For example, a workstation on
a local area network can send data and then immediately receive data from the same
direction. Walkie-talkies use half-duplex transmission.
3. Full-duplex System:
Data can be sent in both directions at the same time. This is the most common type of data
transmission in computer networks. Phone conversations use full-duplex transmission.
What is Protocol?
Set of rules defined for information interchange is protocol.
What is Layer?
A group of protocols defined for specific function is a layer.
7 Application layer
6 Presentation layer
5 Session layer
4 Transport layer
3 Network layer
2 Datalink layer
1 Physical layer
Show the how the data communication is achieved through OSI reference
Model.
Sender Receive
Physical layer
The physical layer is responsible for movements of individual bits from one hop (node) to
the next.
The data link layer is responsible for moving frames from one hop (node) to the next.
Network Layer
The network layer is responsible for the delivery of individual packets from the source host
to the destination host.
Transport Layer
The transport layer is responsible for the delivery of a message from one process to
another.
Session Layer
Application Layer