SlideShare a Scribd company logo
1 of 26
Communication Networks Prof. Anish Goel
Communication Network Architecture Network architecture: the plan that specifies how the network is built and operated Architecture is driven by the network services Overall communication process is complex Network architecture partitions overall communication process into separate functional areas called layers 2 Basics of Communication Networks.                                         Anish Goel
Network Architecture Evolution Telegraph Networks  Message switching & digital transmission  Telephone Networks  Circuit Switching  Analog transmission -> digital transmission  Mobile communications  Internet  Packet switching & computer applications  Next-Generation Internet  Multiservice packet switching network 3 Basics of Communication Networks.                                         Anish Goel
Approaches to Long-DistanceCommunications Courier: physical transport of the message by messengers  Messenger pigeons, pony express, FedEx Telegraph: message is transmitted across a network using signals  Drums, beacons, mirrors, smoke, flags, semaphores…  Electricity, light  Telegraph delivers message much sooner 4 Basics of Communication Networks.                                         Anish Goel
Optical (Visual) Telegraph Claude Chappe invented optical telegraph in the 1790’s Semaphore mimicked a person with outstretched arms with flags in each hand Different angle combinations of arms & hands generated hundreds of possible signals Code for enciphering messages kept secret Signal could propagate 800 km in 3 minutes! 5 Basics of Communication Networks.                                         Anish Goel
Message Switching Network nodes were created where several optical telegraph lines met (Paris and other sites) Store-and-Forward Operation:  Messages arriving on each line were decoded  Next-hop in route determined by destination address of a message  Each message was carried by hand to next line, and stored until operator became available for next transmission 6 Basics of Communication Networks.                                         Anish Goel
Electric Telegraph Samuel Morse telegraph system (1837)  A text is encoded into sequences of dots and dashes  Short and long pulses of electrical current over a copper wire to generate dots & dashes (Table 1.1)  Experimental telegraph line (e.g., submarine cable) over 40 miles (1840) connecting two telegraph stations  Sore-and-forward process at each station  Precursor of the modern digital communication system Signal propagates at the speed of light!  Approximately 2 x 108 meters/second in cable 7 Basics of Communication Networks.                                         Anish Goel
Electric Telegraph Networks Electric telegraph networks exploded  Message switching & Store-and-Forward operation  Key elements: Addressing, Routing, Forwarding Optical telegraph networks disappeared  Why? What is the limitation? 8 Basics of Communication Networks.                                         Anish Goel
Baudot Telegraph Multiplexer (1874) Combine 4 signals in a single telegraph circuit by multiplexing  Binary block code (ancestor of ASCII code)  A character represented by 5 bit binary code  Time division multiplexing  Binary codes for characters are interleaved  Framing is required to recover characters from the binary sequence in the multiplexed signal  Keyboard converts characters to bits Use a single line by multiple operators at the same time (increase transmission rate) 9 Basics of Communication Networks.                                         Anish Goel
Elements of Telegraph Network Architecture  Digital transmission  Text messages converted into symbols (dots/dashes, zeros/ones)  Transmission system designed to convey symbols  Multiplexing  Framing needed to recover text characters  Message Switching  Messages contain source & destination addresses  Store-and-Forward: Messages forwarded hop-by-hop across                 network Message-switching node: a general purpose computer (or human operator node) with storage to buffer messages as they come in. It receives all bits of the message, waits for an opportunity to retransmit to the next node and send them if it gets the opportunity) Routing according to destination address 10 Basics of Communication Networks.                                         Anish Goel
Telephone Networks and Circuit Switching Signal for “ae” as in cat Microphone Loudspeaker analog electrical signal sound sound Alexander Graham Bell (1875) working on harmonic telegraph to multiplex telegraph signals Discovered voice signals can be transmitted directly Microphone converts voice pressure variation (sound) into analogous electrical signal Loudspeaker converts electrical signal back into sound  Telephone patent granted in 1876 Bell Telephone Company founded in 1877 11 Basics of Communication Networks.                                         Anish Goel
The N2 Problem 1 2 N . . . 3 4 For N users to be fully connected directly Requires N(N – 1)/2 connections  Requires too much space for cables Inefficient & costly since connections not always on N = 1000 N(N – 1)/2 = 499500 12 Basics of Communication Networks.                                         Anish Goel
Early Telephone (Manual) Switching Patch cord panel switch invented in 1877 Operators connect users on demand Establish circuit to allow electrical current to flow from inlet to outlet Only N connections required to a central office 13 Basics of Communication Networks.                                         Anish Goel
Digitization of Telephone Network Pulse Code Modulation digital voice signal Voice gives 8 bits/sample x 8000 samples/sec = 64x103 bps Time Division Multiplexing for digital voice T-1 multiplexing (1961):   24 voice signals = 1.544x106 bps Digital Switching (1980s) Switch TDM signals without conversion to analog form Digital Cellular Telephony (1990s) Optical Digital Transmission (1990s) One OC-192 optical signal = 10x109 bps One optical fiber carries 160 OC-192 signals = 1.6x1012 bps! All digital transmission, switching, and control 14 Basics of Communication Networks.                                         Anish Goel
Computer Connection Control Computer Switch connects Inlets to Outlets . . . . . . Voice A computer controls connection in telephone switch Computers exchange signaling messages to: Coordinate set up of telephone connections To implement new services such as caller ID, voice mail, . . . To enable mobility and roaming in cellular networks “Intelligence” inside the network A separate signaling network is required 15 Basics of Communication Networks.                                         Anish Goel
Computer Network Evolution Overview 1950s: SAGE (Semi-Automatic Ground Environment) – the first computer network for air defense system 1960s: Dumb terminals access shared host computer  SABRE airline reservation system 1970s: Computers connect directly to each other  ARPANET packet switching network  TCP/IP internet protocols  Ethernet local area network 1980s & 1990s: New applications and Internet growth  Commercialization of Internet  E-mail, file transfer, web, streaming video, P2P, . . .  Internet traffic surpasses voicetraffic 16 Basics of Communication Networks.                                         Anish Goel
What is a protocol? Communications between computers requires very specific unambiguous rules A protocol is a set of rules that governs how two or more communicating parties should interact Internet Protocol (IP) Transmission Control Protocol (TCP) HyperText Transfer Protocol (HTTP) Simple Mail Transfer Protocol (SMTP) 17 Basics of Communication Networks.                                         Anish Goel
Terminal-Oriented Networks Early computer systems very expensive Time-sharing methods allowed multiple terminals to share local computer Remote access via telephone modems 18 Basics of Communication Networks.                                         Anish Goel
Computer-to-Computer Networks As cost of computing dropped, terminal-oriented networks viewed as too inflexible and costly Need to develop flexible computer networks  Interconnect computers as required  Support many applications Application Examples  File transfer between arbitrary computers  Execution of a program on another computer Multiprocess operation over multiple computers 19 Basics of Communication Networks.                                         Anish Goel
Packet Switching Computer network should support multiple applications  Transfer arbitrary message size  Low delay for interactive applications  But in store-and-forward operation, long messages induce high delay on interactive messages  Packet switching introduced  Very much like message switching (no connection setup, no dedicated channel)  Network transfers packets using store-and-forward  Packets have maximum length (Massage switching systems accommodate far larger messages)  Break long messages into multiple packets  ARPANET testbed (70’s) led to many innovations  What is the difference between packet switching and message switching? 20 Basics of Communication Networks.                                         Anish Goel
Packet Switching 21 Basics of Communication Networks.                                         Anish Goel
ARPANET Routing 22 Basics of Communication Networks.                                         Anish Goel
Ethernet Local Area Network In 1980s, low-cost workstations (individual computers) available Need for low-cost, high-speed networks  To interconnect local workstations  To access local shared resources (printers, storage, servers) Low cost, high-speed communications with low error rate possible using coaxial cable Ethernet is the standard for high-speed wired access to computer networks 23 Basics of Communication Networks.                                         Anish Goel
The Internet Different network types emerged for data transfer between computers ARPA also explored packet switching using satellite and packet radio networks Each network has its protocols and is possibly built on different technologies Internetworking protocols required to enable  communications between computers attached to different networks Internet: a network of networks (interconnection of multiple network into a single large network) 24 Basics of Communication Networks.                                         Anish Goel
Internet Protocol (IP) Internet Protocol (IP) was developed to provide for the connectionless transfer packets (datagram) across an internetwork Routers (gateways) interconnect different networks  Host computers prepare IP packets and transmit them over their attached network Routers forward IP packets across networks Best-effort IP transfer service, no retransmission 25 Basics of Communication Networks.                                         Anish Goel
Thank You.. But Wait… 26 My Lectures are open source… You can Access them.. ( View or Download) at: www.discovermechatronics.blogspot.com You can also: Brows my other projects. Basics of Communication Networks.                                         Anish Goel

More Related Content

What's hot

Bluetooth - Comprehensive Presentation
Bluetooth - Comprehensive PresentationBluetooth - Comprehensive Presentation
Bluetooth - Comprehensive PresentationMuhammed Afsal Villan
 
bluetooth technology
 bluetooth technology bluetooth technology
bluetooth technologydeepak kumar
 
TINA showcase: Introduction
TINA showcase: IntroductionTINA showcase: Introduction
TINA showcase: Introductionmas90
 
Bluetooth Technology
Bluetooth TechnologyBluetooth Technology
Bluetooth TechnologyManish Sharma
 
Bluetooth Basic Version
Bluetooth Basic VersionBluetooth Basic Version
Bluetooth Basic VersionAyesha Saeed
 
Bluetooth, RFID and WiMAX Technologies
Bluetooth, RFID and WiMAX TechnologiesBluetooth, RFID and WiMAX Technologies
Bluetooth, RFID and WiMAX TechnologiesMukesh Chinta
 
Intellectual Property for Sale/License - EGLA COMMUNICATIONS
Intellectual Property for Sale/License - EGLA COMMUNICATIONSIntellectual Property for Sale/License - EGLA COMMUNICATIONS
Intellectual Property for Sale/License - EGLA COMMUNICATIONSDr. Edwin Hernandez
 
Bluethooth Protocol stack/layers
Bluethooth Protocol stack/layersBluethooth Protocol stack/layers
Bluethooth Protocol stack/layersJay Nagar
 
Bluetooth Technology Paper Presentation
Bluetooth Technology Paper PresentationBluetooth Technology Paper Presentation
Bluetooth Technology Paper Presentationguestac67362
 

What's hot (20)

Bluetooth - Comprehensive Presentation
Bluetooth - Comprehensive PresentationBluetooth - Comprehensive Presentation
Bluetooth - Comprehensive Presentation
 
bluetooth technology
 bluetooth technology bluetooth technology
bluetooth technology
 
Bluetooth technology
Bluetooth  technologyBluetooth  technology
Bluetooth technology
 
Bluetooth technology
Bluetooth  technologyBluetooth  technology
Bluetooth technology
 
Bluetooth.ppt
Bluetooth.pptBluetooth.ppt
Bluetooth.ppt
 
TINA showcase: Introduction
TINA showcase: IntroductionTINA showcase: Introduction
TINA showcase: Introduction
 
Bluetooth Technology
Bluetooth TechnologyBluetooth Technology
Bluetooth Technology
 
Bluetooth Basic Version
Bluetooth Basic VersionBluetooth Basic Version
Bluetooth Basic Version
 
Bluetooth
BluetoothBluetooth
Bluetooth
 
Bluetooth
BluetoothBluetooth
Bluetooth
 
Bluetooth, RFID and WiMAX Technologies
Bluetooth, RFID and WiMAX TechnologiesBluetooth, RFID and WiMAX Technologies
Bluetooth, RFID and WiMAX Technologies
 
Bluetooth mobileip
Bluetooth mobileipBluetooth mobileip
Bluetooth mobileip
 
Bluetooth
BluetoothBluetooth
Bluetooth
 
Bluetooth
BluetoothBluetooth
Bluetooth
 
Intellectual Property for Sale/License - EGLA COMMUNICATIONS
Intellectual Property for Sale/License - EGLA COMMUNICATIONSIntellectual Property for Sale/License - EGLA COMMUNICATIONS
Intellectual Property for Sale/License - EGLA COMMUNICATIONS
 
Bluetooth
BluetoothBluetooth
Bluetooth
 
Bluetooth technology
Bluetooth technologyBluetooth technology
Bluetooth technology
 
Bluethooth Protocol stack/layers
Bluethooth Protocol stack/layersBluethooth Protocol stack/layers
Bluethooth Protocol stack/layers
 
Dsd
DsdDsd
Dsd
 
Bluetooth Technology Paper Presentation
Bluetooth Technology Paper PresentationBluetooth Technology Paper Presentation
Bluetooth Technology Paper Presentation
 

Viewers also liked

Communication Networks Ii
Communication Networks IiCommunication Networks Ii
Communication Networks Iianishgoel
 
CU9255 internetworking Multimedia
CU9255 internetworking MultimediaCU9255 internetworking Multimedia
CU9255 internetworking MultimediaAdri Jovin
 
Overview Of Electronics Engg Field
Overview Of Electronics Engg FieldOverview Of Electronics Engg Field
Overview Of Electronics Engg Fieldanishgoel
 
8051 Microcontroller Timer
8051 Microcontroller Timer8051 Microcontroller Timer
8051 Microcontroller Timeranishgoel
 
Fddi & Gigabit Ethernet
Fddi & Gigabit EthernetFddi & Gigabit Ethernet
Fddi & Gigabit EthernetUtkarsh Verma
 
Head pathologies and protocols /certified fixed orthodontic courses by Indian...
Head pathologies and protocols /certified fixed orthodontic courses by Indian...Head pathologies and protocols /certified fixed orthodontic courses by Indian...
Head pathologies and protocols /certified fixed orthodontic courses by Indian...Indian dental academy
 
8051 Microcontroller I/O ports
8051 Microcontroller I/O ports8051 Microcontroller I/O ports
8051 Microcontroller I/O portsanishgoel
 
Coding and encoding
Coding and encodingCoding and encoding
Coding and encodingLarry Nelson
 
Chap 06 delivery and routing of ip packets
Chap 06 delivery and routing of ip packetsChap 06 delivery and routing of ip packets
Chap 06 delivery and routing of ip packetsNoctorous Jamal
 
Basics Of Comuter Networking
Basics Of Comuter NetworkingBasics Of Comuter Networking
Basics Of Comuter Networkinganishgoel
 
Sliding window
 Sliding window Sliding window
Sliding windowradhaswam
 
Analog to Digital Encoding in Data Communication DC9
Analog to Digital Encoding in Data Communication DC9Analog to Digital Encoding in Data Communication DC9
Analog to Digital Encoding in Data Communication DC9koolkampus
 
Encoding in Data Communication DC8
Encoding in Data Communication DC8Encoding in Data Communication DC8
Encoding in Data Communication DC8koolkampus
 

Viewers also liked (20)

Communication Networks Ii
Communication Networks IiCommunication Networks Ii
Communication Networks Ii
 
Ch12 1
Ch12 1Ch12 1
Ch12 1
 
Web
WebWeb
Web
 
ATM
ATMATM
ATM
 
CU9255 internetworking Multimedia
CU9255 internetworking MultimediaCU9255 internetworking Multimedia
CU9255 internetworking Multimedia
 
Overview Of Electronics Engg Field
Overview Of Electronics Engg FieldOverview Of Electronics Engg Field
Overview Of Electronics Engg Field
 
8051 Microcontroller Timer
8051 Microcontroller Timer8051 Microcontroller Timer
8051 Microcontroller Timer
 
Fddi & Gigabit Ethernet
Fddi & Gigabit EthernetFddi & Gigabit Ethernet
Fddi & Gigabit Ethernet
 
Arm
ArmArm
Arm
 
Mk ppt chapter 5
Mk ppt chapter 5Mk ppt chapter 5
Mk ppt chapter 5
 
Head pathologies and protocols /certified fixed orthodontic courses by Indian...
Head pathologies and protocols /certified fixed orthodontic courses by Indian...Head pathologies and protocols /certified fixed orthodontic courses by Indian...
Head pathologies and protocols /certified fixed orthodontic courses by Indian...
 
8051 Microcontroller I/O ports
8051 Microcontroller I/O ports8051 Microcontroller I/O ports
8051 Microcontroller I/O ports
 
Coding and encoding
Coding and encodingCoding and encoding
Coding and encoding
 
Chap 06 delivery and routing of ip packets
Chap 06 delivery and routing of ip packetsChap 06 delivery and routing of ip packets
Chap 06 delivery and routing of ip packets
 
Basics Of Comuter Networking
Basics Of Comuter NetworkingBasics Of Comuter Networking
Basics Of Comuter Networking
 
EDA
EDAEDA
EDA
 
Sliding window
 Sliding window Sliding window
Sliding window
 
Lan internetworking devices
Lan internetworking devicesLan internetworking devices
Lan internetworking devices
 
Analog to Digital Encoding in Data Communication DC9
Analog to Digital Encoding in Data Communication DC9Analog to Digital Encoding in Data Communication DC9
Analog to Digital Encoding in Data Communication DC9
 
Encoding in Data Communication DC8
Encoding in Data Communication DC8Encoding in Data Communication DC8
Encoding in Data Communication DC8
 

Similar to Communication Networks

Lesson 7 data communication
Lesson 7 data communicationLesson 7 data communication
Lesson 7 data communicationkenjiecueto
 
communication and network concepts
communication and network concepts communication and network concepts
communication and network concepts Gunjan Mathur
 
Networking Technologies Basic's complete notes
Networking Technologies Basic's complete notesNetworking Technologies Basic's complete notes
Networking Technologies Basic's complete notesIndrajaMeghavathula
 
WirelessTechnologies.pptx
WirelessTechnologies.pptxWirelessTechnologies.pptx
WirelessTechnologies.pptxAbyThomas54
 
WirelessTechnologies.pptx
WirelessTechnologies.pptxWirelessTechnologies.pptx
WirelessTechnologies.pptxAbyThomas54
 
introdution to analog and digital communication
introdution to analog and digital communicationintrodution to analog and digital communication
introdution to analog and digital communicationSugeng Widodo
 
Technical report on Transistor Based Intercom System
Technical report on Transistor Based Intercom SystemTechnical report on Transistor Based Intercom System
Technical report on Transistor Based Intercom SystemSourav Rakshit
 
1. introduction data comm
1. introduction data comm1. introduction data comm
1. introduction data commHumayoun Kabir
 
Network ppt
Network pptNetwork ppt
Network ppthlalu861
 
Computer Networks1
Computer Networks1Computer Networks1
Computer Networks1arjun0222
 
INTRODUCTION TO WIRELESS COMMUNICATION
INTRODUCTION TO WIRELESS COMMUNICATIONINTRODUCTION TO WIRELESS COMMUNICATION
INTRODUCTION TO WIRELESS COMMUNICATIONSANDIP BURNWAL
 
Telecommunication basics
Telecommunication basicsTelecommunication basics
Telecommunication basicsKUNTAL BANERJEE
 
Ch 01 part 2 - history of telecommunications and regulations
Ch 01    part 2 - history of telecommunications and regulations Ch 01    part 2 - history of telecommunications and regulations
Ch 01 part 2 - history of telecommunications and regulations sakariachromabook
 

Similar to Communication Networks (20)

Lesson 7 data communication
Lesson 7 data communicationLesson 7 data communication
Lesson 7 data communication
 
communication and network concepts
communication and network concepts communication and network concepts
communication and network concepts
 
Networking Technologies Basic's complete notes
Networking Technologies Basic's complete notesNetworking Technologies Basic's complete notes
Networking Technologies Basic's complete notes
 
WirelessTechnologies.pptx
WirelessTechnologies.pptxWirelessTechnologies.pptx
WirelessTechnologies.pptx
 
WirelessTechnologies.pptx
WirelessTechnologies.pptxWirelessTechnologies.pptx
WirelessTechnologies.pptx
 
introdution to analog and digital communication
introdution to analog and digital communicationintrodution to analog and digital communication
introdution to analog and digital communication
 
Computer project
Computer project Computer project
Computer project
 
Technical report on Transistor Based Intercom System
Technical report on Transistor Based Intercom SystemTechnical report on Transistor Based Intercom System
Technical report on Transistor Based Intercom System
 
1. introduction data comm
1. introduction data comm1. introduction data comm
1. introduction data comm
 
Ethernet and LIFI
Ethernet and LIFIEthernet and LIFI
Ethernet and LIFI
 
Tg04
Tg04Tg04
Tg04
 
Tg04
Tg04Tg04
Tg04
 
Chapter1.pdf
Chapter1.pdfChapter1.pdf
Chapter1.pdf
 
Chapter 1 intro
Chapter 1 introChapter 1 intro
Chapter 1 intro
 
Network ppt
Network pptNetwork ppt
Network ppt
 
Computer Networks1
Computer Networks1Computer Networks1
Computer Networks1
 
INTRODUCTION TO WIRELESS COMMUNICATION
INTRODUCTION TO WIRELESS COMMUNICATIONINTRODUCTION TO WIRELESS COMMUNICATION
INTRODUCTION TO WIRELESS COMMUNICATION
 
Telecommunication basics
Telecommunication basicsTelecommunication basics
Telecommunication basics
 
Ch 01 part 2 - history of telecommunications and regulations
Ch 01    part 2 - history of telecommunications and regulations Ch 01    part 2 - history of telecommunications and regulations
Ch 01 part 2 - history of telecommunications and regulations
 
Networking Fundamentals
Networking FundamentalsNetworking Fundamentals
Networking Fundamentals
 

More from anishgoel

Computer Organization
Computer OrganizationComputer Organization
Computer Organizationanishgoel
 
Learning vhdl by examples
Learning vhdl by examplesLearning vhdl by examples
Learning vhdl by examplesanishgoel
 
Dot matrix module interface wit Raspberry Pi
Dot matrix module interface wit Raspberry PiDot matrix module interface wit Raspberry Pi
Dot matrix module interface wit Raspberry Pianishgoel
 
Input interface with Raspberry pi
Input interface with Raspberry piInput interface with Raspberry pi
Input interface with Raspberry pianishgoel
 
Learning Python for Raspberry Pi
Learning Python for Raspberry PiLearning Python for Raspberry Pi
Learning Python for Raspberry Pianishgoel
 
Raspberry Pi
Raspberry PiRaspberry Pi
Raspberry Pianishgoel
 
learning vhdl by examples
learning vhdl by exampleslearning vhdl by examples
learning vhdl by examplesanishgoel
 
Digital System Design Basics
Digital System Design BasicsDigital System Design Basics
Digital System Design Basicsanishgoel
 
digital design of communication systems
digital design of communication systemsdigital design of communication systems
digital design of communication systemsanishgoel
 
Rtos concepts
Rtos conceptsRtos concepts
Rtos conceptsanishgoel
 
Serial Communication Interfaces
Serial Communication InterfacesSerial Communication Interfaces
Serial Communication Interfacesanishgoel
 
Embedded systems ppt iv part d
Embedded systems ppt iv   part dEmbedded systems ppt iv   part d
Embedded systems ppt iv part danishgoel
 
Embedded systems ppt iv part c
Embedded systems ppt iv   part cEmbedded systems ppt iv   part c
Embedded systems ppt iv part canishgoel
 
Embedded systems ppt iv part b
Embedded systems ppt iv   part bEmbedded systems ppt iv   part b
Embedded systems ppt iv part banishgoel
 
Embedded systems ppt ii
Embedded systems ppt iiEmbedded systems ppt ii
Embedded systems ppt iianishgoel
 
Embedded systems ppt iii
Embedded systems ppt iiiEmbedded systems ppt iii
Embedded systems ppt iiianishgoel
 
Embedded systems ppt iv part a
Embedded systems ppt iv   part aEmbedded systems ppt iv   part a
Embedded systems ppt iv part aanishgoel
 
Embedded systems ppt i
Embedded systems ppt iEmbedded systems ppt i
Embedded systems ppt ianishgoel
 
Nios2 and ip core
Nios2 and ip coreNios2 and ip core
Nios2 and ip coreanishgoel
 

More from anishgoel (20)

Computer Organization
Computer OrganizationComputer Organization
Computer Organization
 
Learning vhdl by examples
Learning vhdl by examplesLearning vhdl by examples
Learning vhdl by examples
 
Dot matrix module interface wit Raspberry Pi
Dot matrix module interface wit Raspberry PiDot matrix module interface wit Raspberry Pi
Dot matrix module interface wit Raspberry Pi
 
Input interface with Raspberry pi
Input interface with Raspberry piInput interface with Raspberry pi
Input interface with Raspberry pi
 
Learning Python for Raspberry Pi
Learning Python for Raspberry PiLearning Python for Raspberry Pi
Learning Python for Raspberry Pi
 
Raspberry Pi
Raspberry PiRaspberry Pi
Raspberry Pi
 
learning vhdl by examples
learning vhdl by exampleslearning vhdl by examples
learning vhdl by examples
 
Digital System Design Basics
Digital System Design BasicsDigital System Design Basics
Digital System Design Basics
 
digital design of communication systems
digital design of communication systemsdigital design of communication systems
digital design of communication systems
 
Rtos concepts
Rtos conceptsRtos concepts
Rtos concepts
 
Serial Communication Interfaces
Serial Communication InterfacesSerial Communication Interfaces
Serial Communication Interfaces
 
Embedded systems ppt iv part d
Embedded systems ppt iv   part dEmbedded systems ppt iv   part d
Embedded systems ppt iv part d
 
Embedded systems ppt iv part c
Embedded systems ppt iv   part cEmbedded systems ppt iv   part c
Embedded systems ppt iv part c
 
Embedded systems ppt iv part b
Embedded systems ppt iv   part bEmbedded systems ppt iv   part b
Embedded systems ppt iv part b
 
Embedded systems ppt ii
Embedded systems ppt iiEmbedded systems ppt ii
Embedded systems ppt ii
 
Embedded systems ppt iii
Embedded systems ppt iiiEmbedded systems ppt iii
Embedded systems ppt iii
 
Embedded systems ppt iv part a
Embedded systems ppt iv   part aEmbedded systems ppt iv   part a
Embedded systems ppt iv part a
 
Embedded systems ppt i
Embedded systems ppt iEmbedded systems ppt i
Embedded systems ppt i
 
Cpld fpga
Cpld fpgaCpld fpga
Cpld fpga
 
Nios2 and ip core
Nios2 and ip coreNios2 and ip core
Nios2 and ip core
 

Recently uploaded

Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxRosabel UA
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEaurabinda banchhor
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxJanEmmanBrigoli
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 

Recently uploaded (20)

YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptx
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSE
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 

Communication Networks

  • 2. Communication Network Architecture Network architecture: the plan that specifies how the network is built and operated Architecture is driven by the network services Overall communication process is complex Network architecture partitions overall communication process into separate functional areas called layers 2 Basics of Communication Networks. Anish Goel
  • 3. Network Architecture Evolution Telegraph Networks Message switching & digital transmission Telephone Networks Circuit Switching Analog transmission -> digital transmission Mobile communications Internet Packet switching & computer applications Next-Generation Internet Multiservice packet switching network 3 Basics of Communication Networks. Anish Goel
  • 4. Approaches to Long-DistanceCommunications Courier: physical transport of the message by messengers Messenger pigeons, pony express, FedEx Telegraph: message is transmitted across a network using signals Drums, beacons, mirrors, smoke, flags, semaphores… Electricity, light Telegraph delivers message much sooner 4 Basics of Communication Networks. Anish Goel
  • 5. Optical (Visual) Telegraph Claude Chappe invented optical telegraph in the 1790’s Semaphore mimicked a person with outstretched arms with flags in each hand Different angle combinations of arms & hands generated hundreds of possible signals Code for enciphering messages kept secret Signal could propagate 800 km in 3 minutes! 5 Basics of Communication Networks. Anish Goel
  • 6. Message Switching Network nodes were created where several optical telegraph lines met (Paris and other sites) Store-and-Forward Operation: Messages arriving on each line were decoded Next-hop in route determined by destination address of a message Each message was carried by hand to next line, and stored until operator became available for next transmission 6 Basics of Communication Networks. Anish Goel
  • 7. Electric Telegraph Samuel Morse telegraph system (1837) A text is encoded into sequences of dots and dashes Short and long pulses of electrical current over a copper wire to generate dots & dashes (Table 1.1) Experimental telegraph line (e.g., submarine cable) over 40 miles (1840) connecting two telegraph stations Sore-and-forward process at each station Precursor of the modern digital communication system Signal propagates at the speed of light! Approximately 2 x 108 meters/second in cable 7 Basics of Communication Networks. Anish Goel
  • 8. Electric Telegraph Networks Electric telegraph networks exploded Message switching & Store-and-Forward operation Key elements: Addressing, Routing, Forwarding Optical telegraph networks disappeared Why? What is the limitation? 8 Basics of Communication Networks. Anish Goel
  • 9. Baudot Telegraph Multiplexer (1874) Combine 4 signals in a single telegraph circuit by multiplexing Binary block code (ancestor of ASCII code) A character represented by 5 bit binary code Time division multiplexing Binary codes for characters are interleaved Framing is required to recover characters from the binary sequence in the multiplexed signal Keyboard converts characters to bits Use a single line by multiple operators at the same time (increase transmission rate) 9 Basics of Communication Networks. Anish Goel
  • 10. Elements of Telegraph Network Architecture Digital transmission Text messages converted into symbols (dots/dashes, zeros/ones) Transmission system designed to convey symbols Multiplexing Framing needed to recover text characters Message Switching Messages contain source & destination addresses Store-and-Forward: Messages forwarded hop-by-hop across network Message-switching node: a general purpose computer (or human operator node) with storage to buffer messages as they come in. It receives all bits of the message, waits for an opportunity to retransmit to the next node and send them if it gets the opportunity) Routing according to destination address 10 Basics of Communication Networks. Anish Goel
  • 11. Telephone Networks and Circuit Switching Signal for “ae” as in cat Microphone Loudspeaker analog electrical signal sound sound Alexander Graham Bell (1875) working on harmonic telegraph to multiplex telegraph signals Discovered voice signals can be transmitted directly Microphone converts voice pressure variation (sound) into analogous electrical signal Loudspeaker converts electrical signal back into sound Telephone patent granted in 1876 Bell Telephone Company founded in 1877 11 Basics of Communication Networks. Anish Goel
  • 12. The N2 Problem 1 2 N . . . 3 4 For N users to be fully connected directly Requires N(N – 1)/2 connections Requires too much space for cables Inefficient & costly since connections not always on N = 1000 N(N – 1)/2 = 499500 12 Basics of Communication Networks. Anish Goel
  • 13. Early Telephone (Manual) Switching Patch cord panel switch invented in 1877 Operators connect users on demand Establish circuit to allow electrical current to flow from inlet to outlet Only N connections required to a central office 13 Basics of Communication Networks. Anish Goel
  • 14. Digitization of Telephone Network Pulse Code Modulation digital voice signal Voice gives 8 bits/sample x 8000 samples/sec = 64x103 bps Time Division Multiplexing for digital voice T-1 multiplexing (1961): 24 voice signals = 1.544x106 bps Digital Switching (1980s) Switch TDM signals without conversion to analog form Digital Cellular Telephony (1990s) Optical Digital Transmission (1990s) One OC-192 optical signal = 10x109 bps One optical fiber carries 160 OC-192 signals = 1.6x1012 bps! All digital transmission, switching, and control 14 Basics of Communication Networks. Anish Goel
  • 15. Computer Connection Control Computer Switch connects Inlets to Outlets . . . . . . Voice A computer controls connection in telephone switch Computers exchange signaling messages to: Coordinate set up of telephone connections To implement new services such as caller ID, voice mail, . . . To enable mobility and roaming in cellular networks “Intelligence” inside the network A separate signaling network is required 15 Basics of Communication Networks. Anish Goel
  • 16. Computer Network Evolution Overview 1950s: SAGE (Semi-Automatic Ground Environment) – the first computer network for air defense system 1960s: Dumb terminals access shared host computer SABRE airline reservation system 1970s: Computers connect directly to each other ARPANET packet switching network TCP/IP internet protocols Ethernet local area network 1980s & 1990s: New applications and Internet growth Commercialization of Internet E-mail, file transfer, web, streaming video, P2P, . . . Internet traffic surpasses voicetraffic 16 Basics of Communication Networks. Anish Goel
  • 17. What is a protocol? Communications between computers requires very specific unambiguous rules A protocol is a set of rules that governs how two or more communicating parties should interact Internet Protocol (IP) Transmission Control Protocol (TCP) HyperText Transfer Protocol (HTTP) Simple Mail Transfer Protocol (SMTP) 17 Basics of Communication Networks. Anish Goel
  • 18. Terminal-Oriented Networks Early computer systems very expensive Time-sharing methods allowed multiple terminals to share local computer Remote access via telephone modems 18 Basics of Communication Networks. Anish Goel
  • 19. Computer-to-Computer Networks As cost of computing dropped, terminal-oriented networks viewed as too inflexible and costly Need to develop flexible computer networks Interconnect computers as required Support many applications Application Examples File transfer between arbitrary computers Execution of a program on another computer Multiprocess operation over multiple computers 19 Basics of Communication Networks. Anish Goel
  • 20. Packet Switching Computer network should support multiple applications Transfer arbitrary message size Low delay for interactive applications But in store-and-forward operation, long messages induce high delay on interactive messages Packet switching introduced Very much like message switching (no connection setup, no dedicated channel) Network transfers packets using store-and-forward Packets have maximum length (Massage switching systems accommodate far larger messages) Break long messages into multiple packets ARPANET testbed (70’s) led to many innovations What is the difference between packet switching and message switching? 20 Basics of Communication Networks. Anish Goel
  • 21. Packet Switching 21 Basics of Communication Networks. Anish Goel
  • 22. ARPANET Routing 22 Basics of Communication Networks. Anish Goel
  • 23. Ethernet Local Area Network In 1980s, low-cost workstations (individual computers) available Need for low-cost, high-speed networks To interconnect local workstations To access local shared resources (printers, storage, servers) Low cost, high-speed communications with low error rate possible using coaxial cable Ethernet is the standard for high-speed wired access to computer networks 23 Basics of Communication Networks. Anish Goel
  • 24. The Internet Different network types emerged for data transfer between computers ARPA also explored packet switching using satellite and packet radio networks Each network has its protocols and is possibly built on different technologies Internetworking protocols required to enable communications between computers attached to different networks Internet: a network of networks (interconnection of multiple network into a single large network) 24 Basics of Communication Networks. Anish Goel
  • 25. Internet Protocol (IP) Internet Protocol (IP) was developed to provide for the connectionless transfer packets (datagram) across an internetwork Routers (gateways) interconnect different networks Host computers prepare IP packets and transmit them over their attached network Routers forward IP packets across networks Best-effort IP transfer service, no retransmission 25 Basics of Communication Networks. Anish Goel
  • 26. Thank You.. But Wait… 26 My Lectures are open source… You can Access them.. ( View or Download) at: www.discovermechatronics.blogspot.com You can also: Brows my other projects. Basics of Communication Networks. Anish Goel