SlideShare a Scribd company logo
1 of 35
Download to read offline
1
COMPUTER NETWORKS
Network layers and protocols
Lecture.1
Assis.lect.Arwa sahib
By: Dr.Eng.Mohammed i.Shujaa
2020-2021
Application
By:Dr.Eng.Muhamed.Shujaa 2
Physical
Source
1. Computer Networks, AndrewS.
Tanenbaum
2. www.cisco.com
3. www.novell.com
4. www.rad.com
5. www.3com.com
Data Link
Network
Transport
Session
Presentation
Application
By:Dr.Eng.Muhamed.Shujaa 3
Physical
INTRODUCTION
Presentation
Session
Network
Data Link
Transport
NETWORK GOALS
By:Dr.Eng.Muhamed.Shujaa 4
1 Physical
7 Application
The two main benefits of networking computers are…
Communications
Information can be distributed very quickly, such as
email and video conferencing.
Saving Money
Resources such as information, software, and
hardware can be shared.
CPUs and hard disks can be pooled together to
create a more powerful machine.
2 Data Link
3 Network
4 Transport
5 Session
6 Presentation
NETWORK ARCHITECTURES
By:Dr.Eng.Muhamed.Shujaa
7 Application
1 Physical
5
A set of layers and protocols is called the network
architecture.
.1 Protocol Hierarchies
Networks are organized as layers to reduce design
complexity. Each layer offers services to the higher
layers. Between adjacent layers is an interface.
Services – connection oriented and
connectionless.
Interface – defines which primitives and services
the lower layer will offer to the upper layer.
Primitives – operations such as request, indicate,
response, confirm.
2 Data Link
3 Network
4 Transport
5 Session
6 Presentation
NETWORK ARCHITECTURES
By:Dr.Eng.Muhamed.Shujaa 6
Application
2. Design Issues for the Layers(functions(
• Mechanism for connection establishment
• Rules for data transfer
• Error control
• Fast sender swamping a slow receiver
• Inability of processes to accept long messages
• Routing in the case of multiple paths
Network
Data Link
Physical
Transport
Session
6 Presentation
Network Protocols
By:Dr.Eng.Muhamed.Shujaa 7
• Protocol: is a format order of messages sent and
received among the net entities and action takenon msgs
transmission receipt.
Protocol process:
• The format or structure of themessage
• The process by which networking devices shareinformation
about pathways with othernetworks
• How and when error and systemmessages are passed
between devices
• The setup andtermination of data transfer sessions
Layering In Networked
Computing
By:Dr.Eng.Muhamed.Shujaa 8
• OSIModel (open system interconnection)
• TCP/IPModel
• Protocols at eachlayer
Learning outcomes
• Understand the need of layeringin Networkedcomputing
• Understand the OSImodel and the TCP/IPmodel
– Understand the function protocols and their
role at each layer.
• TCPprotocol
• UDPprotocol
• Understand the role of header in communication betweenlayers
• Understand how data sent from one host arrive to thetarget host.
By:Dr.Eng.Muhamed.Shujaa 9
What is Layering in Networked
Computing?
By:Dr.Eng.Muhamed.Shujaa 10
– Breaksdown communication into smaller, simplerparts.
Why alayered
model?
By:Dr.Eng.Muhamed.Shujaa 11
– Easierto teach communicationprocess.
– Speedsdevelopment, changesin one layer doesnot
affect how the other levelsworks.
– Allows different hardware and software towork
together.
– Reducescomplexity
What is “THEMODEL?”
By:Dr.Eng.Muhamed.Shujaa 12
• Commonly referred to asthe OSIreferencemodel.
• TheOSImodel
– is atheoretical blueprint that helps usunderstandhow
data gets from one user’s computer toanother.
– It is also amodel that helps develop standards so thatall
of our hardware and software talks nicely to eachother.
– It aids to provide an organized structure for hardware and
software developers to follow, to insure there productsare
compatible with current and future technologies.
7 LayerOSIModel
• Q.Why useareference model?
– Servesasan outline of rules for how protocols canbe used to allow
communication betweencomputers.
– Eachlayer hasits own function and provides support to other
layers.
• Q.What are Other reference models are inuse.
– Most well known is the TCP/IPreferencemodel.
– Wewill compare OSIand TCP/IPmodels
• Ascomputing requirements increased, the network modeling hadto
evolve to meet ever increasing demandsof larger networks and
multiple venders.
13
• Problems and technology advancesalso added to the demandsfor
changesin network modeling.
By: Dr.Eng.Muhamed.Shujaa
Evolution of the 7-Layers
By:Dr.Eng.Muhamed.Shujaa 14
• SingleLayerModel - First Communication Between Computer Devices
– Dedicated copper wire or radiolink
– Hardware & software inextricablyintertwined
– Singlespecification for all aspects ofcommunication
1
DEVICEA DEVICE B
Hardware
&
Software
Hardware
&
Software
Evolution of the 7-Layers
By:Dr.Eng.Muhamed.Shujaa 15
• Two LayerModel
– Problem: Applications were being developed torun over ever-increasing
number of media/signalingsystems.
– Solution: Separateapplication aspects from technical (signaling and routing)
aspects
– Application Layer:Concerned with user interface, file accessand file transfer
Application
Technical
Standards
Application
Technical
Standards
Evolution of the7-Layers
By:Dr.Eng.Muhamed.Shujaa 16
• Four Layer Model - Network connectivity inherently requires travel over
intermediate devices (nodes)
• Technical Standards Level divided into Network, Data-link and Physical
Layers 1
Application
Network
Data-Link
Physical
Application
Network
Data-Link
Physical
Evolution of the7-Layers
By:Dr.Eng.Muhamed.Shujaa 17
Physical Layer
–Describes physical aspects of network: cards, wires, etc
–Specifies interconnect topologies and devices
Network Layer
–Defines a standard method for operating between nodes
–Address scheme is defined (IP)
–Accounts for varying topologies
Data-Link
–Works with Network Layer to translate logical addresses (IP) into hardware
addresses (MAC) for transmission
–Defines a single link protocol for transfer between two nodes(DLC protocol)
DLC:Data link controlprotocol
Evolution of the7-Layers
By:Dr.Eng.Muhamed.Shujaa 18
1
• Five Layer Model – Increase Quality of Service(QOS)
•Variable levels of data integrity in network
•Additional data exchanges to ensure connectivity over worstconditions
•Became the Transport Layer
Application
Transport
Network
Data-Link
Physical
Application
Transport
Network
Data-Link
Physical
Application
Session
Transport
Network
Data-Link
Physical
Application
Session
Transport
Network
Data-Link
Physical
By:Dr.Eng.Muhamed.Shujaa 19
Evolution of the 7-Layers
By:Dr.Eng.Muhamed.Shujaa 20
• The Seven Layer OSI Model - Addition of Management andSecurity
– Standardizing notation or syntax for application messages (abstract syntax)
1
– Set of encoding rules (transfer syntax)
– Became the Presentation Layer
Application
Presentation
Session
Transport
Network
Data-Link
Physical
Application
Presentation
Session
Transport
Network
Data-Link
Physical
What EachLayerDoes
By:Dr.Eng.Muhamed.Shujaa 21
2
By:Dr.Eng.Muhamed.Shujaa 22
By:Dr.Eng.Muhamed.Shujaa 23
By:Dr.Eng.Muhamed.Shujaa 24
OSI REFERENCE MODEL
By:Dr.Eng.Muhamed.Shujaa 25
7 Application
The Open Systems Interconnection is the model
developed by the International Standards Organization.
Benefits-Advantage
• Interconnection of different systems (open)
• Not limited to a single vendor solution
Negative Aspect (disadvantage(
• Systems might be less secure
• Systems might be less stable
1 Physical
2 Data Link
3 Network
4 Transport
5 Session
6 Presentation
OSI REFERENCE MODEL
By:Dr.Eng.Muhamed.Shujaa 26
Application
1. Physical Layer
a)Convert the logical 1’s and 0’s coming from
layer 2 into electrical signals.
b)Transmission of the electrical signals over a
communication channel.
Main topics:
• Transmission mediums
• Encoding
• Modulation
• RS232 and RS422 standards
• Repeaters
• Hubs (multi-port repeater)
Physical
Data Link
Network
Transport
Session
Presentation
OSI REFERENCE MODEL
By:Dr.Eng.Muhamed.Shujaa 27
Application
Physical
2. Data Link Layer
a)Error control to compensate for the
imperfections of the physical layer.
b)Flow control to keep a fast sender from
swamping a slow receiver.
Main topics:
• Framing methods
• Error detection and correction methods
• Flow control
• Frame format
• IEEE LAN standards
• Bridges
• Switches (multi-port bridges)
Data Link
Network
Transport
Session
Presentation
OSI REFERENCE MODEL
By:Dr.Eng.Muhamed.Shujaa 28
Application
Physical
3. Network Layer
a) Controls the operation of the subnet.
b) Routing packets from source to destination.
c) Logical addressing.
Main topics:
• Internetworking
• Routing algorithms
• Internet Protocol (IP) addressing
• Routers
Data Link
Network
Transport
Session
Presentation
OSI REFERENCE MODEL
By:Dr.Eng.Muhamed.Shujaa 29
Application
Physical
4. Transport Layer
a) Provides additional Quality of Service.
b) Heart of the OSI model.
Main topics:
• Connection-oriented and connectionless services
• Transmission Control Protocol (TCP)
• User Datagram Protocol (UDP)
•ACK
Data Link
Network
Transport
Session
Presentation
OSI REFERENCE MODEL
By:Dr.Eng.Muhamed.Shujaa 30
Application
Physical
5. Session Layer
a)Allows users on different machines to establish
sessions (dialogue) between them.
b)One of the services is managing dialogue
control.
c) Token management.
d) Synchronization.
Data Link
Network
Transport
Session
Presentation
OSI REFERENCE MODEL
By:Dr.Eng.Muhamed.Shujaa 31
Application
Physical
6. Presentation Layer
a)Concerned with the syntax and semantics of the
information.
b) Preserves the meaning of the information.
c) Data compression.
d) Data encryption.
Data Link
Network
Transport
Session
Presentation
OSI REFERENCE MODEL
By:Dr.Eng.Muhamed.Shujaa 32
Application
Physical
7. Application Layer
a) Provides protocols that are commonly needed.
Main topics:
• File Transfer Protocol (FTP)
• HyperText Transfer Protocol (HTTP)
• Simple Mail Transfer Protocol (SMTP)
• Simple Network Management Protocol (SNMP)
• Network File System (NFS)
• Telnet
Data Link
Network
Transport
Session
Presentation
SERVICES
By:Dr.Eng.Muhamed.Shujaa 33
Physical
Application
Each layer provides services to the layer above it.
1. Terminologies (scientific words means)
Entities – active elements in each layer (e.g.
process, intelligent I/O chip).
Peer Entities – entities in the same layer on
different machines.
Service Provider – Layer N.
Service User – Layer N + 1.
Service Access Points – places where layer N + 1
can access services offered by layer N.
Data Link
Network
Transport
Session
Presentation
SERVICES
By:Dr.Eng.Muhamed.Shujaa 34
Physical
Application
2. Connection-Oriented and Connectionless
Connection-Oriented – before data is sent, the
service from the sending computer must establish
a connection with the receiving computer.
Connectionless – data can be sent at any time by
the service from the sending computer.
Q: Is downloading a music file from the Internet
connection-oriented or connectionless?
Q: Is email connection-oriented or connectionless?
Data Link
Network
Transport
Session
Presentation
SERVICES
By:Dr.Eng.Muhamed.Shujaa 35
Application
4 Transport
4 Transport
3. Service Primitives
Request – entity wants the service to do some
work
Indicate – entity is to be informed about an event
Response – entity responds to an event
Confirm – entity is to be informed about its request
Sending Computer Receiving Computer
1. request 4. confirm 2. indicate 3. response
3 Network 3 Network
Physical
Data Link
Network
Transport
Session
Presentation

More Related Content

Similar to Lecture 1.pdf

Introduction to Networks_v0.2
Introduction to Networks_v0.2Introduction to Networks_v0.2
Introduction to Networks_v0.2Sohail Gohir
 
Ccna PPT
Ccna PPTCcna PPT
Ccna PPTAIRTEL
 
Introduction To Computer Networks
Introduction To Computer NetworksIntroduction To Computer Networks
Introduction To Computer Networksadil raja
 
chapter_1_6.ppt
chapter_1_6.pptchapter_1_6.ppt
chapter_1_6.pptTariq Emad
 
Introduction to computer network and functions.ppt
Introduction to computer network and functions.pptIntroduction to computer network and functions.ppt
Introduction to computer network and functions.pptManimegalaM3
 
chapter_1_6.ppt
chapter_1_6.pptchapter_1_6.ppt
chapter_1_6.pptSamyAwlia
 
Bt 72 computer networks
Bt 72 computer networksBt 72 computer networks
Bt 72 computer networksPadam Thapa
 
Net essentials6e ch6
Net essentials6e ch6Net essentials6e ch6
Net essentials6e ch6APSU
 
Introduction to Computer Networking
Introduction to Computer NetworkingIntroduction to Computer Networking
Introduction to Computer Networkingshankars73
 
Reference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IPReference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IPMukesh Chinta
 

Similar to Lecture 1.pdf (20)

Introduction to Networks_v0.2
Introduction to Networks_v0.2Introduction to Networks_v0.2
Introduction to Networks_v0.2
 
Ccna PPT
Ccna PPTCcna PPT
Ccna PPT
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Ccna day1-130802165909-phpapp01
Ccna day1-130802165909-phpapp01Ccna day1-130802165909-phpapp01
Ccna day1-130802165909-phpapp01
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Ccna day 1
Ccna day 1Ccna day 1
Ccna day 1
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Introduction To Computer Networks
Introduction To Computer NetworksIntroduction To Computer Networks
Introduction To Computer Networks
 
chapter_1_6.ppt
chapter_1_6.pptchapter_1_6.ppt
chapter_1_6.ppt
 
chapter_1_6.ppt
chapter_1_6.pptchapter_1_6.ppt
chapter_1_6.ppt
 
chapter_1_6.ppt
chapter_1_6.pptchapter_1_6.ppt
chapter_1_6.ppt
 
chapter_1_6.ppt
chapter_1_6.pptchapter_1_6.ppt
chapter_1_6.ppt
 
Introduction to computer network and functions.ppt
Introduction to computer network and functions.pptIntroduction to computer network and functions.ppt
Introduction to computer network and functions.ppt
 
chapter_1_6.ppt
chapter_1_6.pptchapter_1_6.ppt
chapter_1_6.ppt
 
Bt 72 computer networks
Bt 72 computer networksBt 72 computer networks
Bt 72 computer networks
 
Net essentials6e ch6
Net essentials6e ch6Net essentials6e ch6
Net essentials6e ch6
 
Introduction to Computer Networking
Introduction to Computer NetworkingIntroduction to Computer Networking
Introduction to Computer Networking
 
OSI TCP.pptx
OSI TCP.pptxOSI TCP.pptx
OSI TCP.pptx
 
Reference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IPReference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IP
 

Recently uploaded

定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一Fs
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...aditipandeya
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一Fs
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girlsstephieert
 
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Roomgirls4nights
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girladitipandeya
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Deliverybabeytanya
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts servicesonalikaur4
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITMgdsc13
 
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一3sw2qly1
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)Damian Radcliffe
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607dollysharma2066
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Roomdivyansh0kumar0
 

Recently uploaded (20)

定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
 
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girls
 
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITM
 
Call Girls Service Dwarka @9999965857 Delhi 🫦 No Advance VVIP 🍎 SERVICE
Call Girls Service Dwarka @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SERVICECall Girls Service Dwarka @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SERVICE
Call Girls Service Dwarka @9999965857 Delhi 🫦 No Advance VVIP 🍎 SERVICE
 
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
 
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
 

Lecture 1.pdf

  • 1. 1 COMPUTER NETWORKS Network layers and protocols Lecture.1 Assis.lect.Arwa sahib By: Dr.Eng.Mohammed i.Shujaa 2020-2021
  • 2. Application By:Dr.Eng.Muhamed.Shujaa 2 Physical Source 1. Computer Networks, AndrewS. Tanenbaum 2. www.cisco.com 3. www.novell.com 4. www.rad.com 5. www.3com.com Data Link Network Transport Session Presentation
  • 4. NETWORK GOALS By:Dr.Eng.Muhamed.Shujaa 4 1 Physical 7 Application The two main benefits of networking computers are… Communications Information can be distributed very quickly, such as email and video conferencing. Saving Money Resources such as information, software, and hardware can be shared. CPUs and hard disks can be pooled together to create a more powerful machine. 2 Data Link 3 Network 4 Transport 5 Session 6 Presentation
  • 5. NETWORK ARCHITECTURES By:Dr.Eng.Muhamed.Shujaa 7 Application 1 Physical 5 A set of layers and protocols is called the network architecture. .1 Protocol Hierarchies Networks are organized as layers to reduce design complexity. Each layer offers services to the higher layers. Between adjacent layers is an interface. Services – connection oriented and connectionless. Interface – defines which primitives and services the lower layer will offer to the upper layer. Primitives – operations such as request, indicate, response, confirm. 2 Data Link 3 Network 4 Transport 5 Session 6 Presentation
  • 6. NETWORK ARCHITECTURES By:Dr.Eng.Muhamed.Shujaa 6 Application 2. Design Issues for the Layers(functions( • Mechanism for connection establishment • Rules for data transfer • Error control • Fast sender swamping a slow receiver • Inability of processes to accept long messages • Routing in the case of multiple paths Network Data Link Physical Transport Session 6 Presentation
  • 7. Network Protocols By:Dr.Eng.Muhamed.Shujaa 7 • Protocol: is a format order of messages sent and received among the net entities and action takenon msgs transmission receipt. Protocol process: • The format or structure of themessage • The process by which networking devices shareinformation about pathways with othernetworks • How and when error and systemmessages are passed between devices • The setup andtermination of data transfer sessions
  • 8. Layering In Networked Computing By:Dr.Eng.Muhamed.Shujaa 8 • OSIModel (open system interconnection) • TCP/IPModel • Protocols at eachlayer
  • 9. Learning outcomes • Understand the need of layeringin Networkedcomputing • Understand the OSImodel and the TCP/IPmodel – Understand the function protocols and their role at each layer. • TCPprotocol • UDPprotocol • Understand the role of header in communication betweenlayers • Understand how data sent from one host arrive to thetarget host. By:Dr.Eng.Muhamed.Shujaa 9
  • 10. What is Layering in Networked Computing? By:Dr.Eng.Muhamed.Shujaa 10 – Breaksdown communication into smaller, simplerparts.
  • 11. Why alayered model? By:Dr.Eng.Muhamed.Shujaa 11 – Easierto teach communicationprocess. – Speedsdevelopment, changesin one layer doesnot affect how the other levelsworks. – Allows different hardware and software towork together. – Reducescomplexity
  • 12. What is “THEMODEL?” By:Dr.Eng.Muhamed.Shujaa 12 • Commonly referred to asthe OSIreferencemodel. • TheOSImodel – is atheoretical blueprint that helps usunderstandhow data gets from one user’s computer toanother. – It is also amodel that helps develop standards so thatall of our hardware and software talks nicely to eachother. – It aids to provide an organized structure for hardware and software developers to follow, to insure there productsare compatible with current and future technologies.
  • 13. 7 LayerOSIModel • Q.Why useareference model? – Servesasan outline of rules for how protocols canbe used to allow communication betweencomputers. – Eachlayer hasits own function and provides support to other layers. • Q.What are Other reference models are inuse. – Most well known is the TCP/IPreferencemodel. – Wewill compare OSIand TCP/IPmodels • Ascomputing requirements increased, the network modeling hadto evolve to meet ever increasing demandsof larger networks and multiple venders. 13 • Problems and technology advancesalso added to the demandsfor changesin network modeling. By: Dr.Eng.Muhamed.Shujaa
  • 14. Evolution of the 7-Layers By:Dr.Eng.Muhamed.Shujaa 14 • SingleLayerModel - First Communication Between Computer Devices – Dedicated copper wire or radiolink – Hardware & software inextricablyintertwined – Singlespecification for all aspects ofcommunication 1 DEVICEA DEVICE B Hardware & Software Hardware & Software
  • 15. Evolution of the 7-Layers By:Dr.Eng.Muhamed.Shujaa 15 • Two LayerModel – Problem: Applications were being developed torun over ever-increasing number of media/signalingsystems. – Solution: Separateapplication aspects from technical (signaling and routing) aspects – Application Layer:Concerned with user interface, file accessand file transfer Application Technical Standards Application Technical Standards
  • 16. Evolution of the7-Layers By:Dr.Eng.Muhamed.Shujaa 16 • Four Layer Model - Network connectivity inherently requires travel over intermediate devices (nodes) • Technical Standards Level divided into Network, Data-link and Physical Layers 1 Application Network Data-Link Physical Application Network Data-Link Physical
  • 17. Evolution of the7-Layers By:Dr.Eng.Muhamed.Shujaa 17 Physical Layer –Describes physical aspects of network: cards, wires, etc –Specifies interconnect topologies and devices Network Layer –Defines a standard method for operating between nodes –Address scheme is defined (IP) –Accounts for varying topologies Data-Link –Works with Network Layer to translate logical addresses (IP) into hardware addresses (MAC) for transmission –Defines a single link protocol for transfer between two nodes(DLC protocol) DLC:Data link controlprotocol
  • 18. Evolution of the7-Layers By:Dr.Eng.Muhamed.Shujaa 18 1 • Five Layer Model – Increase Quality of Service(QOS) •Variable levels of data integrity in network •Additional data exchanges to ensure connectivity over worstconditions •Became the Transport Layer Application Transport Network Data-Link Physical Application Transport Network Data-Link Physical
  • 20. Evolution of the 7-Layers By:Dr.Eng.Muhamed.Shujaa 20 • The Seven Layer OSI Model - Addition of Management andSecurity – Standardizing notation or syntax for application messages (abstract syntax) 1 – Set of encoding rules (transfer syntax) – Became the Presentation Layer Application Presentation Session Transport Network Data-Link Physical Application Presentation Session Transport Network Data-Link Physical
  • 25. OSI REFERENCE MODEL By:Dr.Eng.Muhamed.Shujaa 25 7 Application The Open Systems Interconnection is the model developed by the International Standards Organization. Benefits-Advantage • Interconnection of different systems (open) • Not limited to a single vendor solution Negative Aspect (disadvantage( • Systems might be less secure • Systems might be less stable 1 Physical 2 Data Link 3 Network 4 Transport 5 Session 6 Presentation
  • 26. OSI REFERENCE MODEL By:Dr.Eng.Muhamed.Shujaa 26 Application 1. Physical Layer a)Convert the logical 1’s and 0’s coming from layer 2 into electrical signals. b)Transmission of the electrical signals over a communication channel. Main topics: • Transmission mediums • Encoding • Modulation • RS232 and RS422 standards • Repeaters • Hubs (multi-port repeater) Physical Data Link Network Transport Session Presentation
  • 27. OSI REFERENCE MODEL By:Dr.Eng.Muhamed.Shujaa 27 Application Physical 2. Data Link Layer a)Error control to compensate for the imperfections of the physical layer. b)Flow control to keep a fast sender from swamping a slow receiver. Main topics: • Framing methods • Error detection and correction methods • Flow control • Frame format • IEEE LAN standards • Bridges • Switches (multi-port bridges) Data Link Network Transport Session Presentation
  • 28. OSI REFERENCE MODEL By:Dr.Eng.Muhamed.Shujaa 28 Application Physical 3. Network Layer a) Controls the operation of the subnet. b) Routing packets from source to destination. c) Logical addressing. Main topics: • Internetworking • Routing algorithms • Internet Protocol (IP) addressing • Routers Data Link Network Transport Session Presentation
  • 29. OSI REFERENCE MODEL By:Dr.Eng.Muhamed.Shujaa 29 Application Physical 4. Transport Layer a) Provides additional Quality of Service. b) Heart of the OSI model. Main topics: • Connection-oriented and connectionless services • Transmission Control Protocol (TCP) • User Datagram Protocol (UDP) •ACK Data Link Network Transport Session Presentation
  • 30. OSI REFERENCE MODEL By:Dr.Eng.Muhamed.Shujaa 30 Application Physical 5. Session Layer a)Allows users on different machines to establish sessions (dialogue) between them. b)One of the services is managing dialogue control. c) Token management. d) Synchronization. Data Link Network Transport Session Presentation
  • 31. OSI REFERENCE MODEL By:Dr.Eng.Muhamed.Shujaa 31 Application Physical 6. Presentation Layer a)Concerned with the syntax and semantics of the information. b) Preserves the meaning of the information. c) Data compression. d) Data encryption. Data Link Network Transport Session Presentation
  • 32. OSI REFERENCE MODEL By:Dr.Eng.Muhamed.Shujaa 32 Application Physical 7. Application Layer a) Provides protocols that are commonly needed. Main topics: • File Transfer Protocol (FTP) • HyperText Transfer Protocol (HTTP) • Simple Mail Transfer Protocol (SMTP) • Simple Network Management Protocol (SNMP) • Network File System (NFS) • Telnet Data Link Network Transport Session Presentation
  • 33. SERVICES By:Dr.Eng.Muhamed.Shujaa 33 Physical Application Each layer provides services to the layer above it. 1. Terminologies (scientific words means) Entities – active elements in each layer (e.g. process, intelligent I/O chip). Peer Entities – entities in the same layer on different machines. Service Provider – Layer N. Service User – Layer N + 1. Service Access Points – places where layer N + 1 can access services offered by layer N. Data Link Network Transport Session Presentation
  • 34. SERVICES By:Dr.Eng.Muhamed.Shujaa 34 Physical Application 2. Connection-Oriented and Connectionless Connection-Oriented – before data is sent, the service from the sending computer must establish a connection with the receiving computer. Connectionless – data can be sent at any time by the service from the sending computer. Q: Is downloading a music file from the Internet connection-oriented or connectionless? Q: Is email connection-oriented or connectionless? Data Link Network Transport Session Presentation
  • 35. SERVICES By:Dr.Eng.Muhamed.Shujaa 35 Application 4 Transport 4 Transport 3. Service Primitives Request – entity wants the service to do some work Indicate – entity is to be informed about an event Response – entity responds to an event Confirm – entity is to be informed about its request Sending Computer Receiving Computer 1. request 4. confirm 2. indicate 3. response 3 Network 3 Network Physical Data Link Network Transport Session Presentation