DCNG Chapter 3 - Data and Transmission Standards
DCNG Chapter 3 - Data and Transmission Standards
Data and
Transmission
Standards
1
Learning Objectives
At the end of the topic, you should be
able to:
• SERIAL transmission is a
communication method that uses one
or two transmission lines to send and
receive data. Example Computer to
computer commuter
communication
• Data is continuously sent and
received one bit at a time.
• This method is used for simple and
small data communication
• In PARALLEL transmission, data bits
are transmitted simultaneously
through multiple links, which are
placed parallel to each other.
Example: Computer to printer
communication
• Large network and broadband uses
this method to transmit large data.
7 DATA COMMUNICATIONS AND NETWORKING © PSB ACADEMY
Data Transmission depends on …
Type of
Standards Size of
used data
Type of
transmissi
on
protocol
S
Distance
p Type of
e medium
e Availabilit
d y
• location addressing
11 DATA COMMUNICATIONS AND NETWORKING © PSB ACADEMY
Types of IP Address
On an Android smartphone or
tablet: Settings > Wireless & Networks (or
On an iPhone/iPad: Settings > Wi-Fi > tap
“Network & Internet” on Pixel
the arrow next to your network name >
devices) > select the Wi-Fi network that
your IP address is displayed to the right of
you’re connected to > Your IP address is
“IP address.”
displayed alongside other network
information.
IP Address Class
192.168.20.21 C
127.0.2.1 A
244.244.244.0 E
Connection Segmentation
Data Transfer
Establishment/ Encapsulation and
Management
Release Reassembly
Multiplexing/ Ordered
Addressing Error Control
Demultiplexing Delivery
Transmission
Services
Flow Control Data Priority Security
(Quality of
Service)
• IP - Internet Protocol
• IP is a network layer protocol that
contains addressing and control
information which helps packets be
routed in a network.
• IP works in tandem with TCP to
deliver data packets across the
network.
• Under IP, each host is assigned a 32-
bit address comprised of two major
parts: the network number and host
number.
• The IP is only responsible for
delivering the packets, and TCP helps
puts them back in the right order.
• With IP, routing data becomes more
scalable and economical.
28 DATA COMMUNICATIONS AND NETWORKING © PSB ACADEMY
UDP – User Datagram Protocol
• Alternative to TCP
• Does not guarantee delivery,
preservation of sequence, or
protection against duplication
• UDP speeds up transmissions by
enabling the transfer of data before
an agreement is provided by the
receiving party.
• Enables a procedure to send
messages to other procedures with a
minimum of protocol mechanism
• Adds port addressing capability to IP.
Includes a checksum to verify that
no error occurs in the data
• Good for broadcast and unicast
transmission
29 DATA COMMUNICATIONS AND NETWORKING © PSB ACADEMY
Http & Https
Data Link
Physical
Cables/WiFi Presentation
Data Link
Physical
TCP/IP OSI
TCP refers to Transmission Control Protocol. OSI refers to Open Systems Interconnection.
TCP/IP has 4 layers. OSI has 7 layers.
TCP/IP is more reliable OSI is less reliable
TCP/IP does not have very strict boundaries. OSI has strict boundaries
TCP/IP follow a horizontal approach. OSI follows a vertical approach.
TCP/IP uses both session and presentation layer OSI uses different session and presentation
in the application layer itself. layers.
TCP/IP developed protocols then model. OSI developed model then protocol.
Transport layer in TCP/IP does not provide In OSI model, transport layer provides assurance
assurance delivery of packets. delivery of packets.
Connection less and connection oriented both
TCP/IP model network layer only provides
services are provided by network layer in OSI
connection less services.
model.
While in OSI model, Protocols are better covered
Protocols cannot be replaced easily in TCP/IP
and is easy to replace with the change in
model.
technology.
DATA COMMUNICATIONS AND NETWORKING © PSB ACADEMY 51
Quick Quiz
1. At which layer do router devices 3. The Session layer communicates
operate? with which other layers?
a) Data Link Layer a) None
b) Network Layer b) Application and Transport
c) Transport Layer c) Transport and Network
d) Physical Layer d) Transport and Presentation
e) Application Layer e) Transport, Presentation, and Network