SlideShare a Scribd company logo
Data Communication &
Computer Networks
Introduction
1.1
12/31/2022
Compiled by G.M 1.2
DATA COMMUNICATIONS
•The term telecommunication means communication at a distance.
•Data refers to information presented in whatever form is agreed upon
by the parties creating and using the data. = like .doc, .ppt, .pdf,
.exe, and etc
•Data communications are the exchange of data between two devices via
some form of transmission medium such as a wire cable.
Components
Data Représentation
Data Flow
Topics discussed in this section:
12/31/2022
Compiled by G.M
1.3
DATA COMMUNICATIONS
Effective Characteristics of Data Communication
•Delivery (intended Receiver ): the system must deliver data to the correct destination
•Accuracy (unchanged data): The system must deliver the data accurately
•Timeliness: The system must deliver data in a timely manner
•Jitter (uneven delay in audio/video streaming): the variation in the packet arrival time
12/31/2022
Compiled by G.M 1.4
Five components of data communication
 Message (text, image, numbers, audio, video)
 Sender(computer, workstation, telephone, camera etc.)
 Receiver
 Transmission Medium(twisted-pair, optical fiber, coaxial cable, radio waves)
 Protocol(set of rules that govern data communication)
12/31/2022
Compiled by G.M 1.5
Data Transmission Modes (Ways)
The way of data transfer is called transmission mode.
● Simplex (Ex. Data transmission from computer to monitor)
● Half Duplex (Ex. Data transmission through Walkie-talkie)
● Full Duplex (Ex. Data transmission through Telephone/cable)
12/31/2022
Compiled by G.M 1.6
1-2 NETWORKS
A network is a set of devices (often referred to as nodes) connected by
communication links. A node can be a computer, printer, or any other
device capable of sending and/or receiving data generated by other
nodes on the network.
Distributed Processing
Network Criteria
Physical Structures
Network Models
Categories of Networks
Interconnection of Networks: Internetwork
Topics discussed in this section:
 Personal communication
 Email
 Instantaneous communication
 Conferencing
 Tele conferencing
 Videoconferencing
 Audio-conferencing
 Data-conferencing
 Voice over IP
 Phone communication over network wires
12/31/2022
Compiled by G.M 1.7
The Uses of a Computer Network
 Simultaneous access to data
 Data files are shared
 Shared files stored on a server
 Software can be shared
 Shared peripheral device
 Printers and faxes are common shares
 Reduces the cost per user
 Devices can be connected to the network
 Print servers control network printing
12/31/2022
Compiled by G.M 1.8
NETWORKS
Network Criteria
•Performance:
=> transit time (device to device)
=> response time (enquiry to response)
=> Throughput/Bandwidth: of a channel is the number of bits it can transfer per second
=> delay: is the time that elapses between sending information and the earliest possible
reception of it
•Reliability: Frequency of failure, Time to recover
•Security: Unauthorized Access, Protecting Data
12/31/2022
Compiled by G.M 1.9
Types of connections: point-to-point and multipoint
If several devices can use the link simultaneously, it is a spatially shared
connection. If users must take turns, it is a timeshared connection.
 It refers to the way how the network is laid out physically.
 Geometric representation of the relationship of all the links and
linking devices
Mesh Topology
Star Topology
Bus Topology
Ring Topology
Hybrid Topology
12/31/2022
Compiled by G.M 1.10
Physical Topology
12/31/2022
Compiled by G.M 1.11
A fully connected mesh topology (five devices)
Pros:
• High speed, Little network failure
• Data will always be delivered
• Privacy and Security
• Fault isolation
• Fault identification
Cons:
• Lots of cable: no. of links = n(n-1)/2
for duplex mode
• No. of I/O ports
• Hard to setup (installation)
• Costing
Eg:- Internet is a Mesh Network
12/31/2022
Compiled by G.M 1.12
Star Topology
All nodes connect to a hub
•Packets sent to hub
•Hub sends packet to destination
Advantages
•Easy to setup
•One cable can not crash network
Disadvantages
•One hub crashing downs entire network
(Single point of dependency)
•Uses lots of cable
Most common topology
12/31/2022
Compiled by G.M 1.13
Bus Topology
 Bus topology
 Also called linear bus
 One wire connects all nodes
 Terminator ends the wires
 Advantages
 Easy to setup(installation)
 Small amount of wire
 Disadvantages
 Slow
 Easy to crash
 Reconnection, signal reflection
12/31/2022
Compiled by G.M 1.14
Ring Topology
•Nodes connected in a circle
•Tokens used to transmit data
Nodes must wait for token to send
Advantages
•Time to send data is known/Uni-
directional
•No data collisions
Disadvantages
•Slow
•Lots of cable
12/31/2022
Compiled by G.M 1.15
A hybrid topology: a star backbone with three bus networks
12/31/2022
Compiled by G.M 1.16
Figure 1.10 An isolated LAN connecting 12 computers to a hub in a closet
12/31/2022
Compiled by G.M 1.17
Categories of Networks
LAN
•Privately owned for office, home, buildings etc.
•limited to few kms.
•resource sharing
•generally one type of transmission medium
•speed
Example: Ethernet (CSMA/CD), Local Talk (CSMA/CA) , Wireless LAN, Token Ring
WAN
•Long distance transmission
•either complex (Switched WAN) or simple (point to point WAN)
•e.g. X.25 >> Frame Relay >> ATM, Wireless WAN
•Example- Any telecommunications network that links across metropolitan, regional,
or national boundaries.
Metropolitan Area Network (MAN)
• High speed, DSL, Cable TV network
• DQDB(Distributed Queue Dual Bus) or IEEE 802.6.
12/31/2022
Compiled by G.M 1.18
Figure 1.11 WANs: a switched WAN and a point-to-point WAN
12/31/2022
Compiled by G.M 1.19
Figure 1.12 A heterogeneous network made of four WANs and two LANs
12/31/2022
Compiled by G.M 1.20
1-3 THE INTERNET
The Internet has revolutionized many aspects of our daily
lives. It has affected the way we do business as well as the way
we spend our leisure time. The Internet is a communication
system that has brought a wealth of information to our
fingertips and organized it for our use.
A Brief History
The Internet Today (ISPs)
Topics discussed in this section:
12/31/2022
Compiled by G.M 1.21
Figure 1.13 Hierarchical organization of the Internet
12/31/2022
Compiled by G.M 1.22
1-4 PROTOCOLS AND STANDARDS
In this section, we define two widely used terms: protocols
and standards. First, we define protocol, which is
synonymous with rule. Then we discuss standards, which
are agreed-upon rules.
Protocols
Standards
Standards Organizations
Internet Standards
Topics discussed in this section:
12/31/2022
Compiled by G.M 1.23
1-4 PROTOCOLS AND STANDARDS
Protocols (rules)
=>what to communicate, how to communicate and when to communicate
Key Elements of Protocols
1. Syntax: Structure or format of data i.e. the order in which they are presented.
2. Semantics: Meaning of each section of bits
3. Timing : When to send and how fast..
12/31/2022
Compiled by G.M 1.24
1-4 PROTOCOLS AND STANDARDS
Standards (agreed upon rules)
Categories of Standards
1. De facto.
By convention or by fact. Not approved by an organized body.
2. De jure.
By Law or by Government. Approved by an organized body.
McGraw-Hill ©The McGraw-Hill Companies, Inc., 2000
12/31/2022
Compiled by G.M
1.25
12/31/2022
Compiled by G.M
26
Layering &otocol Stacks
human protocols:
 “what’s the time?”
 “I have a question”
 introductions
… specific msgs sent
… specific actions taken when msgs received, or other events
network protocols:
 machines rather than humans
 all communication activity in Internet governed by protocols
12/31/2022
Compiled by G.M
27
What’s a protocol?
 protocols define format, order of msgs sent and received among network
entities, and actions taken on msg transmission, receipt
12/31/2022
Compiled by G.M
28
Protocol
a human protocol and a computer network protocol:
Hi
Hi
Got the
time?
2:00
TCP connection
req.
TCP connection
reply.
Get http://gaia.cs.umass.edu/index.htm
<file>
time
 Essential in creating and maintaining an open and competitive market for
equipment manufacturers
 Guaranteeing national & international interoperability of data &
telecommunication technology & process.
12/31/2022
Compiled by G.M
29
Standard
12/31/2022
Compiled by G.M
30
Layered Tasks
An example from the everyday life
Hierarchy?
Services
 To reduce complexity of communication task by splitting it into several
layered small tasks
 Functionality of the layers can be changed as long as the service provided
to the layer above stays unchanged
 makes easier maintenance & updating
 Each layer has its own task
 Each layer has its own protocol
12/31/2022
Compiled by G.M
31
Why layered communication?
 OSI reference model
 TCP/IP
12/31/2022
Compiled by G.M
32
Reference Models
 Open System Interconnection
 7 layers
1. Crate a layer when different abstraction is needed
2.Each layer performs a well define function
3.Functions of the layers chosen taking internationally standardized
protocols
4.Number of layers – large enough to avoid complexity
12/31/2022
Compiled by G.M
33
OSI Reference model
12/31/2022
Compiled by G.M
34
Seven layers of the OSI model
12/31/2022
Compiled by G.M
35
Exchange using OSI Model
12/31/2022
Compiled by G.M
36
The interaction between layers in the OSI model
 Larger bandwidth at lower cost
 Error correction
 Flow control
 Addressing
 Multiplexing
 Naming
 Congestion control
 Mobility
 Routing
 Fragmentation
 Security
 ....
12/31/2022
Compiled by G.M
37
Issues, to be resolved by the layers
12/31/2022
Compiled by G.M
38
OSI Layers
12/31/2022
Compiled by G.M
39
Physical layer
Transporting bits from one end node to the next
- type of the transmission media (twisted-pair, coax, optical fiber, air)
- bit representation (voltage levels of logical values)
- data rate (speed)
- synchronization of bits (time synchronization)
physical
connecti
on
12/31/2022
Compiled by G.M
40
The physical layer is responsible for movements of
individual bits from one hop (node) to the next.
Note
12/31/2022
Compiled by G.M
41
Data Link layer
Transporting frames from one end node to the next one
logical
connecti
on
- framing - physical addressing
- flow control - error control
- access control
12/31/2022
Compiled by G.M
42
Data Link layer
- hop-to-hop delivery-
12/31/2022
Compiled by G.M
43
Data Link layer
- example-
12/31/2022
Compiled by G.M
44
The data link layer is responsible for moving
frames from one hop (node) to the next.
Note
12/31/2022
Compiled by G.M
45

More Related Content

PDF
Computer Networks - Fundamentals & Basics.pdf
PPTX
01 Overview of Data Communication and Networking
PPT
PPT
Networking And Telecommunications
PDF
Week1- basic Introduction to computer networks .pdf
PPTX
Introduction to computer_lec_05_fall_2018
PPTX
Communication.pptx
PPTX
Computer Communications
Computer Networks - Fundamentals & Basics.pdf
01 Overview of Data Communication and Networking
Networking And Telecommunications
Week1- basic Introduction to computer networks .pdf
Introduction to computer_lec_05_fall_2018
Communication.pptx
Computer Communications

Similar to 01_Introduction to Data Comm - Copy - Copy.ppt (20)

PDF
DCN 5th ed. slides ch01-Introduction.pdf
PPTX
Networking.pptx
PPT
Basic networking
PPT
PPTX
مباديء انترنت سي سي ان اي وشرح الأساسيات
PDF
Computer networks short note (version 8)
PPTX
Chapter No 1 Introduction to Network and Network Models.pptx
PPTX
CN UNIT 1Chapter 1.pptxCN UNIT 1Chapter 1.pptx
PPTX
CN11Introduction.pptxCN11Introduction.pptx
PPT
Basics of Networks ,Advantages and Disadvantages
PPT
CN- Unit 1 PPT has been completed final.ppt
PPT
CN- Unit 1 PPT has been completed final.ppt
PPT
Data Communication VTU Unit 1 chapter 1
PPT
PDF
Introduction to computer_lec_05
PPTX
PST SC015 Chapter 3 Internet Technology (I) 2017/2018
PPT
MCA 3rd sem of computer network notes.ppt
PDF
Unit 2B.pdf
PPTX
Basics of Computer Networks Fundamentals
PPT
Business networks and telecomunication
DCN 5th ed. slides ch01-Introduction.pdf
Networking.pptx
Basic networking
مباديء انترنت سي سي ان اي وشرح الأساسيات
Computer networks short note (version 8)
Chapter No 1 Introduction to Network and Network Models.pptx
CN UNIT 1Chapter 1.pptxCN UNIT 1Chapter 1.pptx
CN11Introduction.pptxCN11Introduction.pptx
Basics of Networks ,Advantages and Disadvantages
CN- Unit 1 PPT has been completed final.ppt
CN- Unit 1 PPT has been completed final.ppt
Data Communication VTU Unit 1 chapter 1
Introduction to computer_lec_05
PST SC015 Chapter 3 Internet Technology (I) 2017/2018
MCA 3rd sem of computer network notes.ppt
Unit 2B.pdf
Basics of Computer Networks Fundamentals
Business networks and telecomunication
Ad

Recently uploaded (20)

PPTX
Internet of Things (IOT) - A guide to understanding
PPTX
bas. eng. economics group 4 presentation 1.pptx
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
Welding lecture in detail for understanding
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PPTX
CH1 Production IntroductoryConcepts.pptx
PPTX
OOP with Java - Java Introduction (Basics)
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
Construction Project Organization Group 2.pptx
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
additive manufacturing of ss316l using mig welding
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPTX
UNIT 4 Total Quality Management .pptx
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
Geodesy 1.pptx...............................................
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Internet of Things (IOT) - A guide to understanding
bas. eng. economics group 4 presentation 1.pptx
Embodied AI: Ushering in the Next Era of Intelligent Systems
Welding lecture in detail for understanding
CYBER-CRIMES AND SECURITY A guide to understanding
CH1 Production IntroductoryConcepts.pptx
OOP with Java - Java Introduction (Basics)
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Construction Project Organization Group 2.pptx
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
additive manufacturing of ss316l using mig welding
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Model Code of Practice - Construction Work - 21102022 .pdf
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
UNIT 4 Total Quality Management .pptx
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Geodesy 1.pptx...............................................
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Ad

01_Introduction to Data Comm - Copy - Copy.ppt

  • 1. Data Communication & Computer Networks Introduction 1.1
  • 2. 12/31/2022 Compiled by G.M 1.2 DATA COMMUNICATIONS •The term telecommunication means communication at a distance. •Data refers to information presented in whatever form is agreed upon by the parties creating and using the data. = like .doc, .ppt, .pdf, .exe, and etc •Data communications are the exchange of data between two devices via some form of transmission medium such as a wire cable. Components Data Représentation Data Flow Topics discussed in this section:
  • 3. 12/31/2022 Compiled by G.M 1.3 DATA COMMUNICATIONS Effective Characteristics of Data Communication •Delivery (intended Receiver ): the system must deliver data to the correct destination •Accuracy (unchanged data): The system must deliver the data accurately •Timeliness: The system must deliver data in a timely manner •Jitter (uneven delay in audio/video streaming): the variation in the packet arrival time
  • 4. 12/31/2022 Compiled by G.M 1.4 Five components of data communication  Message (text, image, numbers, audio, video)  Sender(computer, workstation, telephone, camera etc.)  Receiver  Transmission Medium(twisted-pair, optical fiber, coaxial cable, radio waves)  Protocol(set of rules that govern data communication)
  • 5. 12/31/2022 Compiled by G.M 1.5 Data Transmission Modes (Ways) The way of data transfer is called transmission mode. ● Simplex (Ex. Data transmission from computer to monitor) ● Half Duplex (Ex. Data transmission through Walkie-talkie) ● Full Duplex (Ex. Data transmission through Telephone/cable)
  • 6. 12/31/2022 Compiled by G.M 1.6 1-2 NETWORKS A network is a set of devices (often referred to as nodes) connected by communication links. A node can be a computer, printer, or any other device capable of sending and/or receiving data generated by other nodes on the network. Distributed Processing Network Criteria Physical Structures Network Models Categories of Networks Interconnection of Networks: Internetwork Topics discussed in this section:
  • 7.  Personal communication  Email  Instantaneous communication  Conferencing  Tele conferencing  Videoconferencing  Audio-conferencing  Data-conferencing  Voice over IP  Phone communication over network wires 12/31/2022 Compiled by G.M 1.7 The Uses of a Computer Network  Simultaneous access to data  Data files are shared  Shared files stored on a server  Software can be shared  Shared peripheral device  Printers and faxes are common shares  Reduces the cost per user  Devices can be connected to the network  Print servers control network printing
  • 8. 12/31/2022 Compiled by G.M 1.8 NETWORKS Network Criteria •Performance: => transit time (device to device) => response time (enquiry to response) => Throughput/Bandwidth: of a channel is the number of bits it can transfer per second => delay: is the time that elapses between sending information and the earliest possible reception of it •Reliability: Frequency of failure, Time to recover •Security: Unauthorized Access, Protecting Data
  • 9. 12/31/2022 Compiled by G.M 1.9 Types of connections: point-to-point and multipoint If several devices can use the link simultaneously, it is a spatially shared connection. If users must take turns, it is a timeshared connection.
  • 10.  It refers to the way how the network is laid out physically.  Geometric representation of the relationship of all the links and linking devices Mesh Topology Star Topology Bus Topology Ring Topology Hybrid Topology 12/31/2022 Compiled by G.M 1.10 Physical Topology
  • 11. 12/31/2022 Compiled by G.M 1.11 A fully connected mesh topology (five devices) Pros: • High speed, Little network failure • Data will always be delivered • Privacy and Security • Fault isolation • Fault identification Cons: • Lots of cable: no. of links = n(n-1)/2 for duplex mode • No. of I/O ports • Hard to setup (installation) • Costing Eg:- Internet is a Mesh Network
  • 12. 12/31/2022 Compiled by G.M 1.12 Star Topology All nodes connect to a hub •Packets sent to hub •Hub sends packet to destination Advantages •Easy to setup •One cable can not crash network Disadvantages •One hub crashing downs entire network (Single point of dependency) •Uses lots of cable Most common topology
  • 13. 12/31/2022 Compiled by G.M 1.13 Bus Topology  Bus topology  Also called linear bus  One wire connects all nodes  Terminator ends the wires  Advantages  Easy to setup(installation)  Small amount of wire  Disadvantages  Slow  Easy to crash  Reconnection, signal reflection
  • 14. 12/31/2022 Compiled by G.M 1.14 Ring Topology •Nodes connected in a circle •Tokens used to transmit data Nodes must wait for token to send Advantages •Time to send data is known/Uni- directional •No data collisions Disadvantages •Slow •Lots of cable
  • 15. 12/31/2022 Compiled by G.M 1.15 A hybrid topology: a star backbone with three bus networks
  • 16. 12/31/2022 Compiled by G.M 1.16 Figure 1.10 An isolated LAN connecting 12 computers to a hub in a closet
  • 17. 12/31/2022 Compiled by G.M 1.17 Categories of Networks LAN •Privately owned for office, home, buildings etc. •limited to few kms. •resource sharing •generally one type of transmission medium •speed Example: Ethernet (CSMA/CD), Local Talk (CSMA/CA) , Wireless LAN, Token Ring WAN •Long distance transmission •either complex (Switched WAN) or simple (point to point WAN) •e.g. X.25 >> Frame Relay >> ATM, Wireless WAN •Example- Any telecommunications network that links across metropolitan, regional, or national boundaries. Metropolitan Area Network (MAN) • High speed, DSL, Cable TV network • DQDB(Distributed Queue Dual Bus) or IEEE 802.6.
  • 18. 12/31/2022 Compiled by G.M 1.18 Figure 1.11 WANs: a switched WAN and a point-to-point WAN
  • 19. 12/31/2022 Compiled by G.M 1.19 Figure 1.12 A heterogeneous network made of four WANs and two LANs
  • 20. 12/31/2022 Compiled by G.M 1.20 1-3 THE INTERNET The Internet has revolutionized many aspects of our daily lives. It has affected the way we do business as well as the way we spend our leisure time. The Internet is a communication system that has brought a wealth of information to our fingertips and organized it for our use. A Brief History The Internet Today (ISPs) Topics discussed in this section:
  • 21. 12/31/2022 Compiled by G.M 1.21 Figure 1.13 Hierarchical organization of the Internet
  • 22. 12/31/2022 Compiled by G.M 1.22 1-4 PROTOCOLS AND STANDARDS In this section, we define two widely used terms: protocols and standards. First, we define protocol, which is synonymous with rule. Then we discuss standards, which are agreed-upon rules. Protocols Standards Standards Organizations Internet Standards Topics discussed in this section:
  • 23. 12/31/2022 Compiled by G.M 1.23 1-4 PROTOCOLS AND STANDARDS Protocols (rules) =>what to communicate, how to communicate and when to communicate Key Elements of Protocols 1. Syntax: Structure or format of data i.e. the order in which they are presented. 2. Semantics: Meaning of each section of bits 3. Timing : When to send and how fast..
  • 24. 12/31/2022 Compiled by G.M 1.24 1-4 PROTOCOLS AND STANDARDS Standards (agreed upon rules) Categories of Standards 1. De facto. By convention or by fact. Not approved by an organized body. 2. De jure. By Law or by Government. Approved by an organized body.
  • 25. McGraw-Hill ©The McGraw-Hill Companies, Inc., 2000 12/31/2022 Compiled by G.M 1.25
  • 27. human protocols:  “what’s the time?”  “I have a question”  introductions … specific msgs sent … specific actions taken when msgs received, or other events network protocols:  machines rather than humans  all communication activity in Internet governed by protocols 12/31/2022 Compiled by G.M 27 What’s a protocol?
  • 28.  protocols define format, order of msgs sent and received among network entities, and actions taken on msg transmission, receipt 12/31/2022 Compiled by G.M 28 Protocol a human protocol and a computer network protocol: Hi Hi Got the time? 2:00 TCP connection req. TCP connection reply. Get http://gaia.cs.umass.edu/index.htm <file> time
  • 29.  Essential in creating and maintaining an open and competitive market for equipment manufacturers  Guaranteeing national & international interoperability of data & telecommunication technology & process. 12/31/2022 Compiled by G.M 29 Standard
  • 30. 12/31/2022 Compiled by G.M 30 Layered Tasks An example from the everyday life Hierarchy? Services
  • 31.  To reduce complexity of communication task by splitting it into several layered small tasks  Functionality of the layers can be changed as long as the service provided to the layer above stays unchanged  makes easier maintenance & updating  Each layer has its own task  Each layer has its own protocol 12/31/2022 Compiled by G.M 31 Why layered communication?
  • 32.  OSI reference model  TCP/IP 12/31/2022 Compiled by G.M 32 Reference Models
  • 33.  Open System Interconnection  7 layers 1. Crate a layer when different abstraction is needed 2.Each layer performs a well define function 3.Functions of the layers chosen taking internationally standardized protocols 4.Number of layers – large enough to avoid complexity 12/31/2022 Compiled by G.M 33 OSI Reference model
  • 34. 12/31/2022 Compiled by G.M 34 Seven layers of the OSI model
  • 36. 12/31/2022 Compiled by G.M 36 The interaction between layers in the OSI model
  • 37.  Larger bandwidth at lower cost  Error correction  Flow control  Addressing  Multiplexing  Naming  Congestion control  Mobility  Routing  Fragmentation  Security  .... 12/31/2022 Compiled by G.M 37 Issues, to be resolved by the layers
  • 39. 12/31/2022 Compiled by G.M 39 Physical layer Transporting bits from one end node to the next - type of the transmission media (twisted-pair, coax, optical fiber, air) - bit representation (voltage levels of logical values) - data rate (speed) - synchronization of bits (time synchronization) physical connecti on
  • 40. 12/31/2022 Compiled by G.M 40 The physical layer is responsible for movements of individual bits from one hop (node) to the next. Note
  • 41. 12/31/2022 Compiled by G.M 41 Data Link layer Transporting frames from one end node to the next one logical connecti on - framing - physical addressing - flow control - error control - access control
  • 42. 12/31/2022 Compiled by G.M 42 Data Link layer - hop-to-hop delivery-
  • 43. 12/31/2022 Compiled by G.M 43 Data Link layer - example-
  • 44. 12/31/2022 Compiled by G.M 44 The data link layer is responsible for moving frames from one hop (node) to the next. Note