SlideShare a Scribd company logo
Computer Networking 
1
2 
!Today’s Networks are complex 
hosts 
routers 
links of various media 
applications 
protocols 
hardware, software 
Tomorrow’s will be even more!
3 
Early communications 
systems 
 I.e. telephone 
 point-to-point links 
 directly connect together the users wishing to 
communicate 
 use dedicated communication circuit 
 if distance between users increases beyond the 
length of the cable, the connection is formed by a 
number of sections connected end-to-end in series.
4 
Data Networks 
 set of interconnected nodes exchange information 
 sharing of the transmission circuits= switching. 
 many links allow more than one path between every 
2 nodes. 
 network must select an appropriate path for each 
required connection.
5 
Networking Issues - Telephone 
Addressing - identify the end user 
phone number 359 52 359524 = country code + city code + 
exchange + number 
 Routing - How to get from source to destination. 
Telephone circuit switching: Based on the phone number. 
 Information Units - How is information sent
6 
Networking Issues - Internet 
Addressing - identify the end user 
IP addresses 132.66.48.37, Refer to a host interface = 
network number + host number 
Routing- How to get from source to destination 
Packet switching: move packets (chunks) of data among 
routers from source to destination independently. 
Information Units - How is information sent. 
Self-descriptive data: packet = data + metadata (header).
7 
Telephone networks support a single, end-to-end 
quality of service but is expensive to boot 
Internet supports no quality of service but is 
flexible and cheap 
Future networks will have to support a wide 
range of service qualities at a reasonable cost
8 
History 
1961-1972: Early packet-switching principles 
1961: Kleinrock - queuing theory shows effectiveness of 
packet-switching 
1964: Baran - packet-switching in military networks 
1967: ARPAnet – conceived by Advanced Research 
Projects Agency 
1969: first ARPAnet node operational 
1972: ARPAnet demonstrated publicly 
 NCP (Network Control Protocol) first host-host 
protocol 
 first e-mail program 
 ARPAnet has 15 nodes
9 
History 
1972-1980: Internetworking, new and 
proprietary nets 
1970: ALOHAnet satellite network in Hawaii 
1973: Metcalfe’s PhD thesis proposes Ethernet 
1974: Cerf and Kahn - architecture for interconnecting 
networks 
late70’s: proprietary architectures: DECnet, SNA, XNA 
late 70’s: switching fixed length packets (ATM precursor) 
1979: ARPAnet has 200 nodes
10 
Cerf and Kahn’s : internetworking principles 
 minimalism, autonomy - no internal 
changes required to interconnect networks 
 best effort service model 
 stateless routers 
 decentralized control 
Defines today’s Internet architecture
11 
History 
1980-1990: new protocols, 
proliferation of networks 
1983: deployment of TCP/IP 
1982: SMTP e-mail protocol defined 
1983: DNS defined for name-to-IP-address translation 
1985: FTP protocol defined 
1988: TCP congestion control 
new national networks: CSnet, BITnet, NSFnet, Minitel 
100,000 hosts connected to confederation of networks
12 
History 
1990 - : commercialization and WWW 
early 1990’s: ARPAnet decomissioned 
1991: NSF lifts restrictions on commercial use of 
NSFnet (decommissioned, 1995) 
early 1990s: WWW 
hypertext [Bush 1945, Nelson 1960’s] 
HTML, http: Berners-Lee 
1994: Mosaic, later Netscape 
late 1990’s: commercialization of WWW 
2004-2005: Web 2.0 (O’Reilly)
13 
Demand and Supply 
 Huge growth in users 
 The introduction of the web 
 Faster home access 
 Better user experience. 
 Infrastructure 
 Significant portion of telecommunication. 
 New evolving industries 
 Although, sometimes temporary setbacks
14 
Internet: Users 
1000 
900 
800 
700 
600 
500 
400 
300 
200 
100 
0 
Million users 
1992 1996 2000 2001 2002 2003 2004 2005 2006 2007 2009 
year
Users around ( the Globe (2002/8 
17 
Africa 
Europe 
Latin 
AmericaAustralia 
Middle 
East 
USA 
Canada 
Asia 
Pacific 
350 
300 
250 
200 
150 
100 
50 
0 
Africa 
Asia/Pacific 
Europe 
Middle East 
USA+Canada 
Latin America 
Australia 
2005 
2002
18 
Protocol Layers 
 A way for organizing structure of network 
 … Or at least our discussion of networks 
 The idea: a series of steps
19 
Advantages of Layering 
 explicit structure allows identification  
relationship of complex system’s pieces 
 layered reference model for discussion 
 modularization eases maintenance  
updating of system 
 change of implementation of layer’s 
service transparent to rest of system
20 
Protocols 
 A protocol is a set of rules and formats 
that govern the communication between 
communicating peers 
 set of valid messages 
 meaning of each message 
 Necessary for any function that requires 
cooperation between peers
21 
Protocols 
 A protocol provides a service 
 For example: the post office protocol for reliable 
parcel transfer service 
 Peer entities use a protocol to provide a 
service to a higher-level peer entity 
 for example, truck drivers use a protocol to 
present post offices with the abstraction of an 
unreliable parcel transfer service
22 
Protocol Layers 
 A network that provides many services needs 
many protocols 
 Some services are independent, But others 
depend on each other 
 A Protocol may use another protocol as a step in 
its execution 
 for example, ground transfer is one step in the 
execution of the example reliable parcel transfer 
protocol 
 This form of dependency is called layering 
 Post office handling is layered above parcel ground 
transfer protocol.
23 
Open protocols and systems 
 A set of protocols is open if 
 protocol details are publicly available 
 changes are managed by an organization whose 
membership and transactions are open to the public 
 A system that implements open protocols is 
called an open system 
 International Organization for Standards (ISO) 
prescribes a standard to connect open systems 
 open system interconnect (OSI) 
 Has greatly influenced thinking on protocol 
stacks
24 
ISO OSI reference model 
 Reference model 
 formally defines what is meant by a layer, a service 
etc. 
 Service architecture 
 describes the services provided by each layer and 
the service access point 
 Protocol architecture 
 set of protocols that implement the service 
architecture 
 compliant service architectures may still use non-compliant 
protocol architectures
25 
The seven Layers 
Application 
Presentation 
Session 
Transport 
Network 
Data Link 
Physical 
Application 
Presentation 
Session 
Transport 
Network 
Data Link 
Physical 
Network 
Data Link 
Physical 
End system Intermediate End system 
system
26 
The seven Layers - protocol stack 
Application 
Presentation 
Session 
Transport 
Network 
Data Link 
Physical 
Application 
Presentation 
Session 
Transport 
Network 
Data Link 
Physical 
data 
data 
data 
data 
DH+data+DT 
bits 
data 
AH 
PH 
SH 
TH 
Network 
Data Link 
Physical 
NH data 
Session and presentation layers are not so important, and are often ignored
27 
Postal network 
 Application: people using the postal system 
 Session and presentation: chief clerk sends some 
priority mail, and some by regular mail ; translator 
translates letters going abroad. 
 mail clerk sends a message, retransmits if not acked 
 postal system computes a route and forwards the 
letters 
 datalink layer: letters carried by planes, trains, 
automobiles 
 physical layer: the letter itself
28 
Internet protocol stack 
 application: supporting network applications 
 ftp, smtp, http 
 transport: host-host data transfer 
 tcp, udp 
 network: routing of datagrams from source 
to destination 
 ip, routing protocols 
 link: data transfer between neighboring 
network elements 
 ppp, ethernet 
 physical: bits “on the wire” 
application 
transport 
network 
link 
physical
29 
source destination 
application 
transport 
network 
Link 
physical 
application 
transport 
network 
Link 
physical 
M 
M 
M 
M 
Ht 
HnHt 
Hl HnHt 
M 
M 
M 
M 
Ht 
HnHt 
Hl HnHt 
message 
segment 
datagram 
frame 
Protocol layering and data
30 
Physical layer 
 Moves bits between physically connected 
end-systems 
 Standard prescribes 
 coding scheme to represent a bit 
 shapes and sizes of connectors 
 bit-level synchronization 
 Internet 
 technology to move bits on a wire, wireless link, satellite 
channel etc.
31 
Datalink layer 
 (Reliable) communication over a single 
link. 
 Introduces the notion of a frame 
 set of bits that belong together 
 Idle markers tell us that a link is not carrying a 
frame 
 Begin and end markers delimit a frame 
 Internet 
 a variety of datalink layer protocols 
 most common is Ethernet 
 others are FDDI, SONET, HDLC
end-system must receive only bits meant for it 
need datalink-layer address 
also need to decide who gets to speak next 
these functions are provided by Medium ACcess sublayer (MAC) 
32 
.(Datalink layer (contd 
 Ethernet (broadcast link) 
 Datalink layer protocols are the first layer of software 
 Very dependent on underlying physical link properties 
 Usually bundle both physical and datalink in hardware.
33 
Network layer 
 Carries data from source to destination. 
 Logically concatenates a set of links to form the 
abstraction of an end-to-end link 
 Allows an end-system to communicate with any other 
end-system by computing a route between them 
 Hides idiosyncrasies of datalink layer 
 Provides unique network-wide addresses 
 Found both in end-systems and in intermediate systems
34 
Network layer types 
 In datagram networks 
 provides both routing and data forwarding 
 In connection-oriented network 
 separate data plane and control plane 
 data plane only forwards and schedules data 
(touches every byte) 
 control plane responsible for routing, call-establishment, 
call-teardown (doesn’t touch data 
bytes)
35 
.(Network layer (contd 
 Internet 
 network layer is provided by Internet Protocol (IP) 
 found in all end-systems and intermediate systems 
 provides abstraction of end-to-end link 
 segmentation and reassembly 
 packet-forwarding, routing, scheduling 
 unique IP addresses 
 can be layered over anything, but only best-effort 
service
36 
.(Network layer (contd 
 At end-systems 
 primarily hides details of datalink layer 
 segments and reassemble 
 detects errors 
 At intermediate systems 
 participates in routing protocol to create routing 
tables 
 responsible for forwarding packets 
 schedules the transmission order of packets 
 chooses which packets to drop
37 
Transport layer 
 Reliable end-to-end communication. 
 creates the abstraction of an error-controlled, 
flow-controlled and multiplexed end-to-end link 
(Network layer provides only a ‘raw’ end-to-end service) 
 Some transport layers provide fewer services 
 e.g. simple error detection, no flow control, and no retransmission 
 Internet 
TCP provides error control, flow control, multiplexing 
UDP provides only multiplexing
38 
.(Transport layer (contd 
 Error control 
 GOAL: message will reach destination despite packet loss, 
corruption and duplication 
 ACTIONS: retransmit lost packets; detect, discard, and 
retransmit corrupted packets; detect and discard duplicated 
packets 
 Flow control 
 match transmission rate to rate currently sustainable on the path 
to destination, and at the destination itself 
 Multiplexes multiple applications to the same 
end-to-end connection 
 adds an application-specific identifier (port number) so that 
receiving end-system can hand in incoming packet to the correct 
application
39 
Session layer 
 Not common 
 Provides full-duplex service, expedited data 
delivery, and session synchronization 
 Internet 
 doesn’t have a standard session layer
40 
.(Session layer (cont 
 Duplex 
 if transport layer is simplex, concatenates two transport 
endpoints together 
 Expedited data delivery 
 allows some messages to skip ahead in end-system 
queues, by using a separate low-delay transport layer 
endpoint 
 Synchronization 
 allows users to place marks in data stream and to roll back 
to a prespecified mark
41 
Presentation layer 
 Usually ad hoc 
 Touches the application data 
(Unlike other layers which deal with headers) 
 Hides data representation differences between 
applications 
 characters (ASCII, unicode, EBCDIC.) 
 Can also encrypt data 
 Internet 
 no standard presentation layer 
 only defines network byte order for 2- and 4-byte 
integers
42 
Application layer 
 The set of applications that use the network 
 Doesn’t provide services to any other layer

More Related Content

What's hot

Computer network
Computer networkComputer network
Computer network
Ketan Garg
 
Coda file system tahir
Coda file system   tahirCoda file system   tahir
Coda file system tahir
Mohammad Faizan
 
voice over internet protocol
voice over internet protocol voice over internet protocol
voice over internet protocol jomin mathew
 
Networkingconcepts
NetworkingconceptsNetworkingconcepts
Networkingconcepts
vasanthimuniasamy
 
Network and types of network
Network and types of networkNetwork and types of network
Network and types of network
vivek jain
 
Wireless networking
Wireless networkingWireless networking
Wireless networking
Aditya Raj
 
Different types of network
Different types of networkDifferent types of network
Different types of network
Aryan Saxena
 
Networks
NetworksNetworks
Networks
Talha Mudassar
 
Distributed Computing
Distributed Computing Distributed Computing
Distributed Computing
Megha yadav
 
Cluster computing
Cluster computingCluster computing
Cluster computing
pooja khatana
 
Storage Virtualization
Storage VirtualizationStorage Virtualization
Storage Virtualization
Mehul Jariwala
 
Wireless technology
Wireless technologyWireless technology
Wireless technologyFatma Ala'a
 
Personal Area Network
Personal Area NetworkPersonal Area Network
Personal Area Network
Faizan Rasool
 
Wireless communication
Wireless communicationWireless communication
Wireless communicationDarshan Maru
 
An introduction to networking
An introduction to networkingAn introduction to networking
An introduction to networking
Jafar Nesargi
 
WLAN
WLANWLAN

What's hot (20)

Computer network
Computer networkComputer network
Computer network
 
Coda file system tahir
Coda file system   tahirCoda file system   tahir
Coda file system tahir
 
voice over internet protocol
voice over internet protocol voice over internet protocol
voice over internet protocol
 
Networkingconcepts
NetworkingconceptsNetworkingconcepts
Networkingconcepts
 
Network and types of network
Network and types of networkNetwork and types of network
Network and types of network
 
Wireless networking
Wireless networkingWireless networking
Wireless networking
 
Different types of network
Different types of networkDifferent types of network
Different types of network
 
Networks
NetworksNetworks
Networks
 
Distributed Computing
Distributed Computing Distributed Computing
Distributed Computing
 
Cluster computing
Cluster computingCluster computing
Cluster computing
 
Storage Virtualization
Storage VirtualizationStorage Virtualization
Storage Virtualization
 
Load balancing
Load balancingLoad balancing
Load balancing
 
Pan
PanPan
Pan
 
Wireless technology
Wireless technologyWireless technology
Wireless technology
 
Personal Area Network
Personal Area NetworkPersonal Area Network
Personal Area Network
 
Wireless communication
Wireless communicationWireless communication
Wireless communication
 
Wide Area Networking
Wide Area NetworkingWide Area Networking
Wide Area Networking
 
broadband technology
broadband technologybroadband technology
broadband technology
 
An introduction to networking
An introduction to networkingAn introduction to networking
An introduction to networking
 
WLAN
WLANWLAN
WLAN
 

Viewers also liked

Fundamentals of Computer
Fundamentals of ComputerFundamentals of Computer
Fundamentals of Computerbongatjeremie
 
Communication and computer networks
Communication and computer networksCommunication and computer networks
Communication and computer networks
Rabail Khowaja
 
Redes informáticas
Redes informáticasRedes informáticas
Redes informáticas
Andrew Macas
 
Chapter 1 introduction to computer networks
Chapter 1 introduction to computer networksChapter 1 introduction to computer networks
Chapter 1 introduction to computer networksViku1985
 
Introduction to computer network 4th edition
Introduction to computer network   4th editionIntroduction to computer network   4th edition
Introduction to computer network 4th edition
Ensign Handoko
 
Application Layer
Application LayerApplication Layer
Application Layer
ushabarad142
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
Ashita Agrawal
 
BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS Kak Yong
 

Viewers also liked (8)

Fundamentals of Computer
Fundamentals of ComputerFundamentals of Computer
Fundamentals of Computer
 
Communication and computer networks
Communication and computer networksCommunication and computer networks
Communication and computer networks
 
Redes informáticas
Redes informáticasRedes informáticas
Redes informáticas
 
Chapter 1 introduction to computer networks
Chapter 1 introduction to computer networksChapter 1 introduction to computer networks
Chapter 1 introduction to computer networks
 
Introduction to computer network 4th edition
Introduction to computer network   4th editionIntroduction to computer network   4th edition
Introduction to computer network 4th edition
 
Application Layer
Application LayerApplication Layer
Application Layer
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
 
BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS
 

Similar to Computer networks--networks

Introduction to Networks_v0.2
Introduction to Networks_v0.2Introduction to Networks_v0.2
Introduction to Networks_v0.2Sohail Gohir
 
networking1.ppt
networking1.pptnetworking1.ppt
networking1.ppt
ChinmayWaingankar3
 
Class_notes_InternetTechnology
Class_notes_InternetTechnologyClass_notes_InternetTechnology
Class_notes_InternetTechnologyGulrez Khan
 
Concept of networking
Concept of networkingConcept of networking
Concept of networking
sumit dimri
 
Unit_I_Computer Networks 4.pdf
Unit_I_Computer Networks 4.pdfUnit_I_Computer Networks 4.pdf
Unit_I_Computer Networks 4.pdf
Arumugam90
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
kkhan745
 
Ccna day1-130802165909-phpapp01
Ccna day1-130802165909-phpapp01Ccna day1-130802165909-phpapp01
Ccna day1-130802165909-phpapp01
Sabiulla Barkathullah
 
Ccna day 1
Ccna day 1Ccna day 1
Ccna day 1
Sachin Morya
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
Ccna day1Ccna day1
Ccna day1
danishrafiq
 
Ccna PPT
Ccna PPTCcna PPT
Ccna PPT
AIRTEL
 
nv.ppt
nv.pptnv.ppt
nv.ppt
tahaniali27
 
Osi model 7 Layers
Osi model 7 LayersOsi model 7 Layers
Osi model 7 Layers
Siddique Ibrahim
 
computer network OSI layer
computer network OSI layercomputer network OSI layer
computer network OSI layer
Sangeetha Rangarajan
 
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
Mukesh Chinta
 
chapter 4.pptx
chapter 4.pptxchapter 4.pptx
chapter 4.pptx
shucaybcabdi
 
Cs8591 Computer Networks
Cs8591 Computer NetworksCs8591 Computer Networks
Cs8591 Computer Networks
Kathirvel Ayyaswamy
 
dist-03-4.pdf
dist-03-4.pdfdist-03-4.pdf
dist-03-4.pdf
Nwaforobinna2
 
NETWORK BASICS.pdf
NETWORK BASICS.pdfNETWORK BASICS.pdf
NETWORK BASICS.pdf
philipsKani1
 
network in details description and example
network in details description and examplenetwork in details description and example
network in details description and example
yabosa1161
 

Similar to Computer networks--networks (20)

Introduction to Networks_v0.2
Introduction to Networks_v0.2Introduction to Networks_v0.2
Introduction to Networks_v0.2
 
networking1.ppt
networking1.pptnetworking1.ppt
networking1.ppt
 
Class_notes_InternetTechnology
Class_notes_InternetTechnologyClass_notes_InternetTechnology
Class_notes_InternetTechnology
 
Concept of networking
Concept of networkingConcept of networking
Concept of networking
 
Unit_I_Computer Networks 4.pdf
Unit_I_Computer Networks 4.pdfUnit_I_Computer Networks 4.pdf
Unit_I_Computer Networks 4.pdf
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Ccna day1-130802165909-phpapp01
Ccna day1-130802165909-phpapp01Ccna day1-130802165909-phpapp01
Ccna day1-130802165909-phpapp01
 
Ccna day 1
Ccna day 1Ccna day 1
Ccna day 1
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Ccna PPT
Ccna PPTCcna PPT
Ccna PPT
 
nv.ppt
nv.pptnv.ppt
nv.ppt
 
Osi model 7 Layers
Osi model 7 LayersOsi model 7 Layers
Osi model 7 Layers
 
computer network OSI layer
computer network OSI layercomputer network OSI layer
computer network OSI layer
 
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
 
chapter 4.pptx
chapter 4.pptxchapter 4.pptx
chapter 4.pptx
 
Cs8591 Computer Networks
Cs8591 Computer NetworksCs8591 Computer Networks
Cs8591 Computer Networks
 
dist-03-4.pdf
dist-03-4.pdfdist-03-4.pdf
dist-03-4.pdf
 
NETWORK BASICS.pdf
NETWORK BASICS.pdfNETWORK BASICS.pdf
NETWORK BASICS.pdf
 
network in details description and example
network in details description and examplenetwork in details description and example
network in details description and example
 

Recently uploaded

6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
ChristineTorrepenida1
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
symbo111
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
ssuser7dcef0
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 

Recently uploaded (20)

6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 

Computer networks--networks

  • 2. 2 !Today’s Networks are complex hosts routers links of various media applications protocols hardware, software Tomorrow’s will be even more!
  • 3. 3 Early communications systems  I.e. telephone  point-to-point links  directly connect together the users wishing to communicate  use dedicated communication circuit  if distance between users increases beyond the length of the cable, the connection is formed by a number of sections connected end-to-end in series.
  • 4. 4 Data Networks  set of interconnected nodes exchange information  sharing of the transmission circuits= switching.  many links allow more than one path between every 2 nodes.  network must select an appropriate path for each required connection.
  • 5. 5 Networking Issues - Telephone Addressing - identify the end user phone number 359 52 359524 = country code + city code + exchange + number Routing - How to get from source to destination. Telephone circuit switching: Based on the phone number. Information Units - How is information sent
  • 6. 6 Networking Issues - Internet Addressing - identify the end user IP addresses 132.66.48.37, Refer to a host interface = network number + host number Routing- How to get from source to destination Packet switching: move packets (chunks) of data among routers from source to destination independently. Information Units - How is information sent. Self-descriptive data: packet = data + metadata (header).
  • 7. 7 Telephone networks support a single, end-to-end quality of service but is expensive to boot Internet supports no quality of service but is flexible and cheap Future networks will have to support a wide range of service qualities at a reasonable cost
  • 8. 8 History 1961-1972: Early packet-switching principles 1961: Kleinrock - queuing theory shows effectiveness of packet-switching 1964: Baran - packet-switching in military networks 1967: ARPAnet – conceived by Advanced Research Projects Agency 1969: first ARPAnet node operational 1972: ARPAnet demonstrated publicly  NCP (Network Control Protocol) first host-host protocol  first e-mail program  ARPAnet has 15 nodes
  • 9. 9 History 1972-1980: Internetworking, new and proprietary nets 1970: ALOHAnet satellite network in Hawaii 1973: Metcalfe’s PhD thesis proposes Ethernet 1974: Cerf and Kahn - architecture for interconnecting networks late70’s: proprietary architectures: DECnet, SNA, XNA late 70’s: switching fixed length packets (ATM precursor) 1979: ARPAnet has 200 nodes
  • 10. 10 Cerf and Kahn’s : internetworking principles  minimalism, autonomy - no internal changes required to interconnect networks  best effort service model  stateless routers  decentralized control Defines today’s Internet architecture
  • 11. 11 History 1980-1990: new protocols, proliferation of networks 1983: deployment of TCP/IP 1982: SMTP e-mail protocol defined 1983: DNS defined for name-to-IP-address translation 1985: FTP protocol defined 1988: TCP congestion control new national networks: CSnet, BITnet, NSFnet, Minitel 100,000 hosts connected to confederation of networks
  • 12. 12 History 1990 - : commercialization and WWW early 1990’s: ARPAnet decomissioned 1991: NSF lifts restrictions on commercial use of NSFnet (decommissioned, 1995) early 1990s: WWW hypertext [Bush 1945, Nelson 1960’s] HTML, http: Berners-Lee 1994: Mosaic, later Netscape late 1990’s: commercialization of WWW 2004-2005: Web 2.0 (O’Reilly)
  • 13. 13 Demand and Supply  Huge growth in users  The introduction of the web  Faster home access  Better user experience.  Infrastructure  Significant portion of telecommunication.  New evolving industries  Although, sometimes temporary setbacks
  • 14. 14 Internet: Users 1000 900 800 700 600 500 400 300 200 100 0 Million users 1992 1996 2000 2001 2002 2003 2004 2005 2006 2007 2009 year
  • 15. Users around ( the Globe (2002/8 17 Africa Europe Latin AmericaAustralia Middle East USA Canada Asia Pacific 350 300 250 200 150 100 50 0 Africa Asia/Pacific Europe Middle East USA+Canada Latin America Australia 2005 2002
  • 16. 18 Protocol Layers  A way for organizing structure of network  … Or at least our discussion of networks  The idea: a series of steps
  • 17. 19 Advantages of Layering  explicit structure allows identification relationship of complex system’s pieces  layered reference model for discussion  modularization eases maintenance updating of system  change of implementation of layer’s service transparent to rest of system
  • 18. 20 Protocols  A protocol is a set of rules and formats that govern the communication between communicating peers  set of valid messages  meaning of each message  Necessary for any function that requires cooperation between peers
  • 19. 21 Protocols  A protocol provides a service  For example: the post office protocol for reliable parcel transfer service  Peer entities use a protocol to provide a service to a higher-level peer entity  for example, truck drivers use a protocol to present post offices with the abstraction of an unreliable parcel transfer service
  • 20. 22 Protocol Layers  A network that provides many services needs many protocols  Some services are independent, But others depend on each other  A Protocol may use another protocol as a step in its execution  for example, ground transfer is one step in the execution of the example reliable parcel transfer protocol  This form of dependency is called layering  Post office handling is layered above parcel ground transfer protocol.
  • 21. 23 Open protocols and systems  A set of protocols is open if  protocol details are publicly available  changes are managed by an organization whose membership and transactions are open to the public  A system that implements open protocols is called an open system  International Organization for Standards (ISO) prescribes a standard to connect open systems  open system interconnect (OSI)  Has greatly influenced thinking on protocol stacks
  • 22. 24 ISO OSI reference model  Reference model  formally defines what is meant by a layer, a service etc.  Service architecture  describes the services provided by each layer and the service access point  Protocol architecture  set of protocols that implement the service architecture  compliant service architectures may still use non-compliant protocol architectures
  • 23. 25 The seven Layers Application Presentation Session Transport Network Data Link Physical Application Presentation Session Transport Network Data Link Physical Network Data Link Physical End system Intermediate End system system
  • 24. 26 The seven Layers - protocol stack Application Presentation Session Transport Network Data Link Physical Application Presentation Session Transport Network Data Link Physical data data data data DH+data+DT bits data AH PH SH TH Network Data Link Physical NH data Session and presentation layers are not so important, and are often ignored
  • 25. 27 Postal network  Application: people using the postal system  Session and presentation: chief clerk sends some priority mail, and some by regular mail ; translator translates letters going abroad.  mail clerk sends a message, retransmits if not acked  postal system computes a route and forwards the letters  datalink layer: letters carried by planes, trains, automobiles  physical layer: the letter itself
  • 26. 28 Internet protocol stack  application: supporting network applications  ftp, smtp, http  transport: host-host data transfer  tcp, udp  network: routing of datagrams from source to destination  ip, routing protocols  link: data transfer between neighboring network elements  ppp, ethernet  physical: bits “on the wire” application transport network link physical
  • 27. 29 source destination application transport network Link physical application transport network Link physical M M M M Ht HnHt Hl HnHt M M M M Ht HnHt Hl HnHt message segment datagram frame Protocol layering and data
  • 28. 30 Physical layer  Moves bits between physically connected end-systems  Standard prescribes  coding scheme to represent a bit  shapes and sizes of connectors  bit-level synchronization  Internet  technology to move bits on a wire, wireless link, satellite channel etc.
  • 29. 31 Datalink layer  (Reliable) communication over a single link.  Introduces the notion of a frame  set of bits that belong together  Idle markers tell us that a link is not carrying a frame  Begin and end markers delimit a frame  Internet  a variety of datalink layer protocols  most common is Ethernet  others are FDDI, SONET, HDLC
  • 30. end-system must receive only bits meant for it need datalink-layer address also need to decide who gets to speak next these functions are provided by Medium ACcess sublayer (MAC) 32 .(Datalink layer (contd  Ethernet (broadcast link)  Datalink layer protocols are the first layer of software  Very dependent on underlying physical link properties  Usually bundle both physical and datalink in hardware.
  • 31. 33 Network layer  Carries data from source to destination.  Logically concatenates a set of links to form the abstraction of an end-to-end link  Allows an end-system to communicate with any other end-system by computing a route between them  Hides idiosyncrasies of datalink layer  Provides unique network-wide addresses  Found both in end-systems and in intermediate systems
  • 32. 34 Network layer types  In datagram networks  provides both routing and data forwarding  In connection-oriented network  separate data plane and control plane  data plane only forwards and schedules data (touches every byte)  control plane responsible for routing, call-establishment, call-teardown (doesn’t touch data bytes)
  • 33. 35 .(Network layer (contd  Internet  network layer is provided by Internet Protocol (IP)  found in all end-systems and intermediate systems  provides abstraction of end-to-end link  segmentation and reassembly  packet-forwarding, routing, scheduling  unique IP addresses  can be layered over anything, but only best-effort service
  • 34. 36 .(Network layer (contd  At end-systems  primarily hides details of datalink layer  segments and reassemble  detects errors  At intermediate systems  participates in routing protocol to create routing tables  responsible for forwarding packets  schedules the transmission order of packets  chooses which packets to drop
  • 35. 37 Transport layer  Reliable end-to-end communication.  creates the abstraction of an error-controlled, flow-controlled and multiplexed end-to-end link (Network layer provides only a ‘raw’ end-to-end service)  Some transport layers provide fewer services  e.g. simple error detection, no flow control, and no retransmission  Internet TCP provides error control, flow control, multiplexing UDP provides only multiplexing
  • 36. 38 .(Transport layer (contd  Error control  GOAL: message will reach destination despite packet loss, corruption and duplication  ACTIONS: retransmit lost packets; detect, discard, and retransmit corrupted packets; detect and discard duplicated packets  Flow control  match transmission rate to rate currently sustainable on the path to destination, and at the destination itself  Multiplexes multiple applications to the same end-to-end connection  adds an application-specific identifier (port number) so that receiving end-system can hand in incoming packet to the correct application
  • 37. 39 Session layer  Not common  Provides full-duplex service, expedited data delivery, and session synchronization  Internet  doesn’t have a standard session layer
  • 38. 40 .(Session layer (cont  Duplex  if transport layer is simplex, concatenates two transport endpoints together  Expedited data delivery  allows some messages to skip ahead in end-system queues, by using a separate low-delay transport layer endpoint  Synchronization  allows users to place marks in data stream and to roll back to a prespecified mark
  • 39. 41 Presentation layer  Usually ad hoc  Touches the application data (Unlike other layers which deal with headers)  Hides data representation differences between applications  characters (ASCII, unicode, EBCDIC.)  Can also encrypt data  Internet  no standard presentation layer  only defines network byte order for 2- and 4-byte integers
  • 40. 42 Application layer  The set of applications that use the network  Doesn’t provide services to any other layer

Editor's Notes

  1. 2nd break ?!