SlideShare a Scribd company logo
Communication NetworksProf. Anish Goel
Communication Network ArchitectureNetwork architecture: the plan that specifies how the network is built and operatedArchitecture is driven by the network servicesOverall communication process is complexNetwork architecture partitions overall communication process into separate functional areas called layers2Basics of Communication Networks.                                         Anish Goel
Network Architecture EvolutionTelegraph 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 network3Basics of Communication Networks.                                         Anish Goel
Approaches to Long-DistanceCommunicationsCourier: physical transport of the message by messengers Messenger pigeons, pony express, FedExTelegraph: message is transmitted across a network using signals Drums, beacons, mirrors, smoke, flags, semaphores… Electricity, light Telegraph delivers message much sooner4Basics of Communication Networks.                                         Anish Goel
Optical (Visual) TelegraphClaude Chappe invented optical telegraph in the 1790’sSemaphore mimicked a person with outstretched arms with flags in each handDifferent angle combinations of arms & hands generated hundreds of possible signalsCode for enciphering messages kept secretSignal could propagate 800 km in 3 minutes!5Basics of Communication Networks.                                         Anish Goel
Message SwitchingNetwork 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 transmission6Basics of Communication Networks.                                         Anish Goel
Electric TelegraphSamuel 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 systemSignal propagates at the speed of light! Approximately 2 x 108 meters/second in cable7Basics of Communication Networks.                                         Anish Goel
Electric Telegraph NetworksElectric telegraph networks exploded Message switching & Store-and-Forward operation Key elements: Addressing, Routing, ForwardingOptical telegraph networks disappeared Why? What is the limitation?8Basics 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 bitsUse a single line by multiple operators at the same time (increase transmission rate)9Basics 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                 networkMessage-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 address10Basics of Communication Networks.                                         Anish Goel
Telephone Networks and Circuit SwitchingSignal for “ae” as in catMicrophoneLoudspeakeranalogelectricalsignalsoundsoundAlexander Graham Bell (1875) working on harmonic telegraph to multiplex telegraph signalsDiscovered voice signals can be transmitted directlyMicrophone converts voice pressure variation (sound) into analogous electrical signalLoudspeaker converts electrical signal back into sound Telephone patent granted in 1876Bell Telephone Company founded in 187711Basics of Communication Networks.                                         Anish Goel
The N2 Problem12N. . .34For N users to be fully connected directlyRequires N(N – 1)/2 connections Requires too much space for cablesInefficient & costly since connections not always onN = 1000N(N – 1)/2 = 49950012Basics of Communication Networks.                                         Anish Goel
Early Telephone (Manual) SwitchingPatch cord panel switch invented in 1877Operators connect users on demandEstablish circuit to allow electrical current to flow from inlet to outletOnly N connections required to a central office13Basics of Communication Networks.                                         Anish Goel
Digitization of Telephone NetworkPulse Code Modulation digital voice signalVoice gives 8 bits/sample x 8000 samples/sec = 64x103 bpsTime Division Multiplexing for digital voiceT-1 multiplexing (1961):   24 voice signals = 1.544x106 bpsDigital Switching (1980s)Switch TDM signals without conversion to analog formDigital Cellular Telephony (1990s)Optical Digital Transmission (1990s)One OC-192 optical signal = 10x109 bpsOne optical fiber carries 160 OC-192 signals = 1.6x1012 bps!All digital transmission, switching, and control14Basics of Communication Networks.                                         Anish Goel
Computer Connection ControlComputerSwitch connectsInlets to Outlets. . .. . .VoiceA computer controls connection in telephone switchComputers exchange signaling messages to:Coordinate set up of telephone connectionsTo implement new services such as caller ID, voice mail, . . .To enable mobility and roaming in cellular networks“Intelligence” inside the networkA separate signaling network is required15Basics of Communication Networks.                                         Anish Goel
Computer Network Evolution Overview1950s: SAGE (Semi-Automatic Ground Environment) – the first computer network for air defense system1960s: Dumb terminals access shared host computer SABRE airline reservation system1970s: Computers connect directly to each other ARPANET packet switching network TCP/IP internet protocols Ethernet local area network1980s & 1990s: New applications and Internet growth Commercialization of Internet E-mail, file transfer, web, streaming video, P2P, . . . Internet traffic surpasses voicetraffic16Basics of Communication Networks.                                         Anish Goel
What is a protocol?Communications between computers requires very specific unambiguous rulesA protocol is a set of rules that governs how two or more communicating parties should interactInternet Protocol (IP)Transmission Control Protocol (TCP)HyperText Transfer Protocol (HTTP)Simple Mail Transfer Protocol (SMTP)17Basics of Communication Networks.                                         Anish Goel
Terminal-Oriented NetworksEarly computer systems very expensiveTime-sharing methods allowed multiple terminals to share local computerRemote access via telephone modems18Basics of Communication Networks.                                         Anish Goel
Computer-to-Computer NetworksAs cost of computing dropped, terminal-oriented networks viewed as too inflexible and costlyNeed to develop flexible computer networks Interconnect computers as required Support many applicationsApplication Examples File transfer between arbitrary computers Execution of a program on another computerMultiprocess operation over multiple computers19Basics of Communication Networks.                                         Anish Goel
Packet SwitchingComputer 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?20Basics of Communication Networks.                                         Anish Goel
Packet Switching21Basics of Communication Networks.                                         Anish Goel
ARPANET Routing22Basics of Communication Networks.                                         Anish Goel
Ethernet Local Area NetworkIn 1980s, low-cost workstations (individual computers) availableNeed 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 cableEthernet is the standard for high-speed wired access to computer networks23Basics of Communication Networks.                                         Anish Goel
The InternetDifferent network types emerged for data transfer between computersARPA also explored packet switching using satellite and packet radio networksEach network has its protocols and is possibly built on different technologiesInternetworking protocols required to enable  communications between computers attached to different networksInternet: a network of networks (interconnection of multiple network into a single large network)24Basics of Communication Networks.                                         Anish Goel
Internet Protocol (IP)Internet Protocol (IP) was developed to provide for the connectionless transfer packets (datagram) across an internetworkRouters (gateways) interconnect different networks Host computers prepare IP packets and transmit them over their attached networkRouters forward IP packets across networksBest-effort IP transfer service, no retransmission25Basics of Communication Networks.                                         Anish Goel
Thank You.. But Wait…26My Lectures are open source…You can Access them.. ( View or Download) at:www.discovermechatronics.blogspot.comYou can also:Brows my other projects.Basics of Communication Networks.                                         Anish Goel

More Related Content

PDF
Communication Networks
PPTX
Bluetooth
PPT
R K 2 Bluetooth Technologies
PPTX
Next Generation Networks
PPTX
Bluetooth
PPTX
Bluetooth
PPT
Bluetooth
PPT
Bluetooth presentation
Communication Networks
Bluetooth
R K 2 Bluetooth Technologies
Next Generation Networks
Bluetooth
Bluetooth
Bluetooth
Bluetooth presentation

What's hot (20)

PPTX
Bluetooth - Comprehensive Presentation
PPT
bluetooth technology
PPTX
Bluetooth technology
PPTX
Bluetooth technology
PPTX
Bluetooth.ppt
PPTX
TINA showcase: Introduction
PPT
Bluetooth Technology
PPTX
Bluetooth Basic Version
DOCX
Bluetooth
DOC
Bluetooth
PPTX
Bluetooth, RFID and WiMAX Technologies
PPT
Bluetooth mobileip
PPTX
Bluetooth
PPT
Bluetooth
PPTX
Intellectual Property for Sale/License - EGLA COMMUNICATIONS
PPTX
Bluetooth
DOCX
Bluetooth technology
PPTX
Bluethooth Protocol stack/layers
PPTX
PDF
Bluetooth Technology Paper Presentation
Bluetooth - Comprehensive Presentation
bluetooth technology
Bluetooth technology
Bluetooth technology
Bluetooth.ppt
TINA showcase: Introduction
Bluetooth Technology
Bluetooth Basic Version
Bluetooth
Bluetooth
Bluetooth, RFID and WiMAX Technologies
Bluetooth mobileip
Bluetooth
Bluetooth
Intellectual Property for Sale/License - EGLA COMMUNICATIONS
Bluetooth
Bluetooth technology
Bluethooth Protocol stack/layers
Bluetooth Technology Paper Presentation
Ad

Viewers also liked (20)

PPTX
Communication Networks Ii
PPT
Ch12 1
PPT
PPTX
PDF
CU9255 internetworking Multimedia
PPTX
Overview Of Electronics Engg Field
PDF
8051 Microcontroller Timer
PPTX
Fddi & Gigabit Ethernet
PDF
PPT
Mk ppt chapter 5
PPT
Head pathologies and protocols /certified fixed orthodontic courses by Indian...
PDF
8051 Microcontroller I/O ports
PPTX
Coding and encoding
PPT
Chap 06 delivery and routing of ip packets
PPTX
Basics Of Comuter Networking
PPTX
PDF
Sliding window
PPTX
Lan internetworking devices
PPT
Analog to Digital Encoding in Data Communication DC9
PPT
Encoding in Data Communication DC8
Communication Networks Ii
Ch12 1
CU9255 internetworking Multimedia
Overview Of Electronics Engg Field
8051 Microcontroller Timer
Fddi & Gigabit Ethernet
Mk ppt chapter 5
Head pathologies and protocols /certified fixed orthodontic courses by Indian...
8051 Microcontroller I/O ports
Coding and encoding
Chap 06 delivery and routing of ip packets
Basics Of Comuter Networking
Sliding window
Lan internetworking devices
Analog to Digital Encoding in Data Communication DC9
Encoding in Data Communication DC8
Ad

Similar to Communication Networks (20)

PPTX
Data Communication 1
PPT
Itmg360 chapter one_v05
PPTX
963cbe79-8554-4130-a03e-adb5bf9449ca (1).pptx
PPT
Computer Network Fundamentals
PDF
UNIT I_DCN.pdf
PDF
Computer Networks-1 1st unit (10CS55) VTU
PPTX
Data Representation in Data Communication (1).pptx
PPT
Computer Network Unit 1: Introduction, Guided and Unguided media
PPTX
Ie20303week1
PPTX
Module_1 Final.pptx _Behrouz A. Forouzan, Data Communications and Networking,...
DOCX
munsif.comma
PPTX
Data computer networks from rajeev institute of technology
PDF
osi-model-1229703806485609-1.pdf_optimized.pdf
PDF
Basics of data communication and computer networking (262 kb)
PDF
Communication Networks Fundamental Concepts and Key Architectures 2nd Edition...
PPT
Computer networks--networks
PPT
introduction to data comunication
PPTX
ch1_vbest.pptx
PPTX
CCN 1 Slide (1).pptx
Data Communication 1
Itmg360 chapter one_v05
963cbe79-8554-4130-a03e-adb5bf9449ca (1).pptx
Computer Network Fundamentals
UNIT I_DCN.pdf
Computer Networks-1 1st unit (10CS55) VTU
Data Representation in Data Communication (1).pptx
Computer Network Unit 1: Introduction, Guided and Unguided media
Ie20303week1
Module_1 Final.pptx _Behrouz A. Forouzan, Data Communications and Networking,...
munsif.comma
Data computer networks from rajeev institute of technology
osi-model-1229703806485609-1.pdf_optimized.pdf
Basics of data communication and computer networking (262 kb)
Communication Networks Fundamental Concepts and Key Architectures 2nd Edition...
Computer networks--networks
introduction to data comunication
ch1_vbest.pptx
CCN 1 Slide (1).pptx

More from anishgoel (20)

PDF
Computer Organization
PDF
Learning vhdl by examples
PDF
Dot matrix module interface wit Raspberry Pi
PDF
Input interface with Raspberry pi
PDF
Learning Python for Raspberry Pi
PDF
Raspberry Pi
PDF
learning vhdl by examples
PDF
Digital System Design Basics
PPTX
digital design of communication systems
PPTX
Rtos concepts
PDF
Serial Communication Interfaces
PDF
Embedded systems ppt iv part d
PDF
Embedded systems ppt iv part c
PDF
Embedded systems ppt iv part b
PDF
Embedded systems ppt ii
PDF
Embedded systems ppt iii
PDF
Embedded systems ppt iv part a
PDF
Embedded systems ppt i
PDF
Cpld fpga
PDF
Nios2 and ip core
Computer Organization
Learning vhdl by examples
Dot matrix module interface wit Raspberry Pi
Input interface with Raspberry pi
Learning Python for Raspberry Pi
Raspberry Pi
learning vhdl by examples
Digital System Design Basics
digital design of communication systems
Rtos concepts
Serial Communication Interfaces
Embedded systems ppt iv part d
Embedded systems ppt iv part c
Embedded systems ppt iv part b
Embedded systems ppt ii
Embedded systems ppt iii
Embedded systems ppt iv part a
Embedded systems ppt i
Cpld fpga
Nios2 and ip core

Recently uploaded (20)

PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
GDM (1) (1).pptx small presentation for students
PDF
A systematic review of self-coping strategies used by university students to ...
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
01-Introduction-to-Information-Management.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
RMMM.pdf make it easy to upload and study
PPTX
master seminar digital applications in india
PPTX
Cell Types and Its function , kingdom of life
PDF
Computing-Curriculum for Schools in Ghana
PDF
Classroom Observation Tools for Teachers
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
VCE English Exam - Section C Student Revision Booklet
FourierSeries-QuestionsWithAnswers(Part-A).pdf
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
GDM (1) (1).pptx small presentation for students
A systematic review of self-coping strategies used by university students to ...
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Anesthesia in Laparoscopic Surgery in India
Module 4: Burden of Disease Tutorial Slides S2 2025
01-Introduction-to-Information-Management.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
O5-L3 Freight Transport Ops (International) V1.pdf
RMMM.pdf make it easy to upload and study
master seminar digital applications in india
Cell Types and Its function , kingdom of life
Computing-Curriculum for Schools in Ghana
Classroom Observation Tools for Teachers
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
human mycosis Human fungal infections are called human mycosis..pptx
Microbial diseases, their pathogenesis and prophylaxis
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
VCE English Exam - Section C Student Revision Booklet

Communication Networks

  • 2. Communication Network ArchitectureNetwork architecture: the plan that specifies how the network is built and operatedArchitecture is driven by the network servicesOverall communication process is complexNetwork architecture partitions overall communication process into separate functional areas called layers2Basics of Communication Networks. Anish Goel
  • 3. Network Architecture EvolutionTelegraph 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 network3Basics of Communication Networks. Anish Goel
  • 4. Approaches to Long-DistanceCommunicationsCourier: physical transport of the message by messengers Messenger pigeons, pony express, FedExTelegraph: message is transmitted across a network using signals Drums, beacons, mirrors, smoke, flags, semaphores… Electricity, light Telegraph delivers message much sooner4Basics of Communication Networks. Anish Goel
  • 5. Optical (Visual) TelegraphClaude Chappe invented optical telegraph in the 1790’sSemaphore mimicked a person with outstretched arms with flags in each handDifferent angle combinations of arms & hands generated hundreds of possible signalsCode for enciphering messages kept secretSignal could propagate 800 km in 3 minutes!5Basics of Communication Networks. Anish Goel
  • 6. Message SwitchingNetwork 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 transmission6Basics of Communication Networks. Anish Goel
  • 7. Electric TelegraphSamuel 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 systemSignal propagates at the speed of light! Approximately 2 x 108 meters/second in cable7Basics of Communication Networks. Anish Goel
  • 8. Electric Telegraph NetworksElectric telegraph networks exploded Message switching & Store-and-Forward operation Key elements: Addressing, Routing, ForwardingOptical telegraph networks disappeared Why? What is the limitation?8Basics 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 bitsUse a single line by multiple operators at the same time (increase transmission rate)9Basics 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 networkMessage-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 address10Basics of Communication Networks. Anish Goel
  • 11. Telephone Networks and Circuit SwitchingSignal for “ae” as in catMicrophoneLoudspeakeranalogelectricalsignalsoundsoundAlexander Graham Bell (1875) working on harmonic telegraph to multiplex telegraph signalsDiscovered voice signals can be transmitted directlyMicrophone converts voice pressure variation (sound) into analogous electrical signalLoudspeaker converts electrical signal back into sound Telephone patent granted in 1876Bell Telephone Company founded in 187711Basics of Communication Networks. Anish Goel
  • 12. The N2 Problem12N. . .34For N users to be fully connected directlyRequires N(N – 1)/2 connections Requires too much space for cablesInefficient & costly since connections not always onN = 1000N(N – 1)/2 = 49950012Basics of Communication Networks. Anish Goel
  • 13. Early Telephone (Manual) SwitchingPatch cord panel switch invented in 1877Operators connect users on demandEstablish circuit to allow electrical current to flow from inlet to outletOnly N connections required to a central office13Basics of Communication Networks. Anish Goel
  • 14. Digitization of Telephone NetworkPulse Code Modulation digital voice signalVoice gives 8 bits/sample x 8000 samples/sec = 64x103 bpsTime Division Multiplexing for digital voiceT-1 multiplexing (1961): 24 voice signals = 1.544x106 bpsDigital Switching (1980s)Switch TDM signals without conversion to analog formDigital Cellular Telephony (1990s)Optical Digital Transmission (1990s)One OC-192 optical signal = 10x109 bpsOne optical fiber carries 160 OC-192 signals = 1.6x1012 bps!All digital transmission, switching, and control14Basics of Communication Networks. Anish Goel
  • 15. Computer Connection ControlComputerSwitch connectsInlets to Outlets. . .. . .VoiceA computer controls connection in telephone switchComputers exchange signaling messages to:Coordinate set up of telephone connectionsTo implement new services such as caller ID, voice mail, . . .To enable mobility and roaming in cellular networks“Intelligence” inside the networkA separate signaling network is required15Basics of Communication Networks. Anish Goel
  • 16. Computer Network Evolution Overview1950s: SAGE (Semi-Automatic Ground Environment) – the first computer network for air defense system1960s: Dumb terminals access shared host computer SABRE airline reservation system1970s: Computers connect directly to each other ARPANET packet switching network TCP/IP internet protocols Ethernet local area network1980s & 1990s: New applications and Internet growth Commercialization of Internet E-mail, file transfer, web, streaming video, P2P, . . . Internet traffic surpasses voicetraffic16Basics of Communication Networks. Anish Goel
  • 17. What is a protocol?Communications between computers requires very specific unambiguous rulesA protocol is a set of rules that governs how two or more communicating parties should interactInternet Protocol (IP)Transmission Control Protocol (TCP)HyperText Transfer Protocol (HTTP)Simple Mail Transfer Protocol (SMTP)17Basics of Communication Networks. Anish Goel
  • 18. Terminal-Oriented NetworksEarly computer systems very expensiveTime-sharing methods allowed multiple terminals to share local computerRemote access via telephone modems18Basics of Communication Networks. Anish Goel
  • 19. Computer-to-Computer NetworksAs cost of computing dropped, terminal-oriented networks viewed as too inflexible and costlyNeed to develop flexible computer networks Interconnect computers as required Support many applicationsApplication Examples File transfer between arbitrary computers Execution of a program on another computerMultiprocess operation over multiple computers19Basics of Communication Networks. Anish Goel
  • 20. Packet SwitchingComputer 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?20Basics of Communication Networks. Anish Goel
  • 21. Packet Switching21Basics of Communication Networks. Anish Goel
  • 22. ARPANET Routing22Basics of Communication Networks. Anish Goel
  • 23. Ethernet Local Area NetworkIn 1980s, low-cost workstations (individual computers) availableNeed 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 cableEthernet is the standard for high-speed wired access to computer networks23Basics of Communication Networks. Anish Goel
  • 24. The InternetDifferent network types emerged for data transfer between computersARPA also explored packet switching using satellite and packet radio networksEach network has its protocols and is possibly built on different technologiesInternetworking protocols required to enable communications between computers attached to different networksInternet: a network of networks (interconnection of multiple network into a single large network)24Basics of Communication Networks. Anish Goel
  • 25. Internet Protocol (IP)Internet Protocol (IP) was developed to provide for the connectionless transfer packets (datagram) across an internetworkRouters (gateways) interconnect different networks Host computers prepare IP packets and transmit them over their attached networkRouters forward IP packets across networksBest-effort IP transfer service, no retransmission25Basics of Communication Networks. Anish Goel
  • 26. Thank You.. But Wait…26My Lectures are open source…You can Access them.. ( View or Download) at:www.discovermechatronics.blogspot.comYou can also:Brows my other projects.Basics of Communication Networks. Anish Goel