Computer Networking

Total Page:16

File Type:pdf, Size:1020Kb

Computer Networking Computer Networking Yao Liang, Professor [email protected] Dept. of Computer Science IUPUI Fall 2020 Introduction 1-1 Roadmap Computer networking is the area in Computer Science studying the principles of connecting computer devices via communication networks (e.g., Internet) 1.1 what is the Internet? 1.2 network edge 1.3 network core 1.4 protocol layers, service models 1.5 history Introduction 1-2 What’s the Internet: “nuts and bolts” view PC millions of connected mobile network server computing devices: wireless . hosts = end systems global ISP laptop smartphone . running network apps home network communication links regional ISP wireless . fiber, copper, radio, links satellite wired links . transmission rate: bandwidth Packet switches: forward router packets (chunks of data) institutional network . routers and switches Introduction 1-3 “Fun” internet appliances Fitbit Web-enabled toaster + weather forecaster IP picture frame http://www.ceiva.com/ Tweet-a-watt: monitor energy use Slingbox: watch, control cable TV remotely Internet Internet phones refrigerator Introduction 1-4 What’s the Internet: a service view mobile network Infrastructure that provides services to applications: global ISP . Web, VoIP, email, games, e- commerce, social nets, … home network provides programming regional ISP interface to apps . hooks that allow sending and receiving app programs to “connect” to Internet . provides service options, analogous to postal service institutional network Introduction 1-6 What’s a protocol? protocols control network protocols: sending, receiving of machines rather than msgs humans all communication activity human protocols: in Internet governed by protocols “what’s the time?” “I have a question” introductions protocols define format, order of msgs sent and received … specific msgs sent among network entities, … specific actions taken and actions taken on msg when msgs received, or other events transmission, receipt Introduction 1-7 What’s a protocol? a human protocol and a computer network protocol: Hi TCP connection request Hi TCP connection response Got the time? Get http://www.awl.com/kurose-ross 2:00 <file> time Q: other human protocols? Introduction 1-8 A closer look at network structure: network edge: mobile network . hosts: clients and servers global ISP . servers often in data centers home access networks, physical network media: wired, wireless regional ISP communication links network core: . interconnected routers . network of networks institutional network Introduction 1-9 Access networks Q: How to connect end systems to edge router? residential access nets institutional access networks (school, company) mobile access networks Introduction 1-10 Enterprise access networks (Ethernet) institutional link to ISP (Internet) institutional router Ethernet institutional mail, switch web servers typically used in companies, universities, etc 10 Mbps, 100Mbps, 1Gbps, 10Gbps transmission rates today, end systems typically connect into Ethernet switch Introduction 1-14 Wireless access networks shared wireless access network connects end system to router . via base station aka “access point” wireless LANs: wide-area wireless access . within building (100 ft) . provided by telco (cellular) . 802.11b/g (WiFi): 11, 54 Mbps operator, 10’s km transmission rate . between 1 and 10 Mbps . 3G, 4G: LTE to Internet to Internet Introduction 1-15 The network core mesh of interconnected routers packet-switching: hosts break application-layer messages into packets . forward packets from one router to the next, across links on path from source to destination . each packet transmitted at full link capacity Introduction 1-18 Packet Switching: queueing delay, loss C A R = 100 Mb/s D R = 1.5 Mb/s B queue of packets E waiting for output link queuing and loss: If arrival rate (in bits) to link exceeds transmission rate of link for a period of time: . packets will queue, wait to be transmitted on link . packets can be dropped (lost) if memory (buffer) fills up Introduction 1-19 Two key network-core functions routing: determines source- forwarding: move packets from destination route taken by router’s input to appropriate packets router output . routing algorithms routing algorithm local forwarding table header value output link 0100 3 1 0101 2 0111 2 3 2 1001 1 dest address in arriving packet’s header Network Layer 4-20 Internet structure: network of networks Question: given millions of access ISPs, how to connect them together? access access net net access net access access net net access access net net access access net net access net access net access net access net access access net access net net Internet structure: network of networks Option: connect each access ISP to every other access ISP? access access net net access net access access net net access access net net connecting each access ISP to each other directly doesn’t access access net scale: O(N2) connections. net access net access net access net access net access access net access net net Internet structure: network of networks Option: connect each access ISP to a global transit ISP? Customer and provider ISPs have economic agreement. access access net net access net access access net net access access net net global access access net ISP net access net access net access net access net access access net access net net Internet structure: network of networks But if one global ISP is viable business, there will be competitors …. access access net net access net access access net net access access net net ISP A access access net ISP B net access ISP C net access net access net access net access access net access net net Internet structure: network of networks But if one global ISP is viable business, there will be competitors …. which must be interconnected Internet exchange point access access net net access net access access net net IXP access access net net ISP A access IXP access net ISP B net access ISP C net access net access peering link net access net access access net access net net Internet structure: network of networks … and regional networks may arise to connect access nets to ISPS access access net net access net access access net net IXP access access net net ISP A access IXP access net ISP B net access ISP C net access net access net regional net access net access access net access net net Tier-1 ISP Network map: Sprint (2019) POP: point-of-presence to/from other Sprint PoPS links to peering networks … … … … … links to/from Sprint customer networks Protocol “layers” Networks are complex, with many “pieces”: . hosts Question: . routers is there any hope of . links of various organizing structure of media network? . applications . protocols …. or at least our . hardware, discussion of networks? software Introduction 1-33 Internet protocol stack application: supporting network applications . FTP, SMTP, HTTP application transport: process-process data transfer transport . TCP, UDP network network: routing of datagrams from source to destination link . IP, routing protocols link: data transfer between physical neighboring network elements . Ethernet, 802.111 (WiFi), PPP physical: bits “on the wire” Introduction 1-34 source message M applicatio Encapsulation segment Ht M n datagram Hn Ht M transport frame Hl Hn Ht M network link physical link physical switch destination Hn Ht M network H H H M M applicatio l n t link Hn Ht M physical Ht M n Hn Ht M transport Hl Hn Ht M network router link physical Internet history 1961-1972: Early packet-switching principles 1961: Kleinrock - 1972: queueing theory shows . ARPAnet public demo effectiveness of packet- . NCP (Network Control switching Protocol) first host-host 1964: Baran - packet- protocol switching in military nets . first e-mail program 1967: ARPAnet . ARPAnet has 15 nodes conceived by Advanced Research Projects Agency 1969: first ARPAnet node operational . https://www.youtube.com/watch?v=kh ajeqHUQ7Q . https://www.youtube.com/watch?v=vu iBTJZfeo8 Introduction 1-37 Internet history 1972-1980: Internetworking, new and proprietary nets 1970: ALOHAnet satellite network in Hawaii Cerf and Kahn’s 1974: Cerf and Kahn - internetworking principles: architecture for interconnecting . minimalism, autonomy - no networks internal changes required to 1976: Ethernet at Xerox PARC interconnect networks . best effort service model late70’s: proprietary architectures: DECnet, SNA, . stateless routers XNA . decentralized control late 70’s: switching fixed length define today’s Internet packets (ATM precursor) architecture 1979: ARPAnet has 200 nodes Introduction 1-38 Internet history 1980-1990: new protocols, a proliferation of networks 1983: deployment of new national networks: TCP/IP Csnet, BITnet, NSFnet, 1982: smtp e-mail Minitel protocol defined 100,000 hosts connected 1983: DNS defined for to confederation of name-to-IP-address networks translation 1985: ftp protocol defined 1988: TCP congestion control Introduction 1-39 Internet history 1990, 2000’s: commercialization, the Web, new apps early 1990’s: ARPAnet late 1990’s – 2000’s: decommissioned more killer apps: instant 1991: NSF lifts restrictions on messaging, P2P file sharing commercial use of NSFnet network security to (decommissioned, 1995) forefront early 1990s: Web est. 50 million host, 100 . hypertext [Bush 1945, million+ users Nelson 1960’s] backbone links running at . HTML, HTTP: Berners-Lee Gbps . 1994: Mosaic, later Netscape . late 1990’s: commercialization of the Web Introduction 1-40 Internet history 2005-present:
Recommended publications
  • Mapping Networks and Services Proc
    Mapping Networks and Services Proc. INET ´93 J.S. Quarterman Mapping Networks and Services John S. Quarterman1 Smoot Carl-Mitchell2 Gretchen Phillips3 Abstract I . Introduction Four global networks carry most of the Computer networking is widespread, supported by international network traffic; FidoNet, UUCP, the global Matrix of interconnected computer BITNET, and the Internet. The first step in networks such as the Internet, BITNET, UUCP, looking at these networks involves collecting and FidoNet. Perhaps 20,000,000 people use this appropriate data for each and performing some global Matrix of computer networks, and several consistency checking. The data for these maps major global computer networks are growing was initially derived from their node lists exponentially, rapidly reaching new countries and (BITNET and FidoNet) or host lists (UUCP). The new classes of users. This growth prompts Internet data came from a domain walk by Mark network users and service providers to ask Lottor. questions like: The data available from the node lists, public d Where are these users? maps and the domain walk is not in a format that d What is the magnitude of the various network is readily usable for this type of mapping. Each communities? map or other source of network information tends d What are the available services? to include different details. We have correlated the d How are services distributed? data by using telephone country codes, area codes d And, finally, how can this data be represented and local exchanges for determining locations. A in a meaningful graphical way? more complete discussion of the methods is We have chosen Latin America and the Caribbean available in issues of Matrix News[5-7] (ALyC) as the geographic region for discussing these issues and demonstrating the mapping of II .
    [Show full text]
  • How Special Librarians Really Use the Internet: Summary of Findings and Implications for the Library of the Future
    DOCUILIff RESUME ED 345 751 IR 054 097 AUTHOR Ladner, Sharyn J.; Tillman, Hope N. TITLE How Special Librarians Really Use the Internet: Summary of Findings and Implications for the Library of the Future. PUB DATE 29 Nar 92 NOTE 12p.; "This report was posted on March 29, 1992, to nine computer conferences where call for participation announcements had been posted in the summer of 1991: BUSLIB-L, LIBREF-L, LIfflES, NEDLIB-L, PACS-L, LAW-LIB, LIBADMIN, MAPS-L, and PANnet." AVAILABLE FROM Internet, through anonymous file transfer protocol (ftp), using the following location (hydra.uwo.ca), directory (LibSoft), and filename (SPEC underscore Libs.txt). PUB TYPE Reports - Research/Technical (143) EDRS PRICE NF01/PC01 Plus Postage. DESCRIPTORS Access to Information; *Computer Networks; Databases; *Electronic Rail; Electronic Publishing; Information Networks; *Librarians; Library Surveys; Online Searching; Online Systems; *Special Libraries; Telecommunications; Teleconferencing; User Needs (Information); *Use Studies IDENTIFIERS BITNET; *INTERNET ABSTRACT A five-page electronic questionnaire was sent to 113 special librarians who responded to "Call for Participation" announcements posted on nine computer conferences in July 1991 and a similar announcement in the August 1991 issue of the monthly newsletter of the Special Libraries Association. Fifty-four librarians completed the questionnaire, which sought information on the computer conferences to which they subscribed; the length of time they had been using either BITNET or the Internet; and the type of training they had had in using either of the two networks. In addition, the respondents were asked to rank five functions or capabilities available on either BITNET or Internet--electronic mail and computer forums, remote database searching, file transiur and data exchange, research and publication on the Internet--by extent of use.
    [Show full text]
  • Network Infrastructure
    Technology Then and Now at McGill Mforum – November 18, 2009 Gary Bernstein Director, NCS We’ve Come a Long Way, baby Moore’s Law • 1965: the number of components on a computer chip would double every year • Updated in 1975: the number of components would double every 2 years. Moore’s Law Microprocessor Year of Introduction # of Transistors 4004 1971 2,300 8080 1974 4,500 8086 1978 29,000 Intel 286 1982 134,000 Intel 386 1985 275,000 Intel 486 1989 1,200,000 Intel Pentium 1993 3,100,000 Intel Pentium II 1997 7,500,000 Intel Pentium III 1999 9,500,000 Intel Pentium 4 2000 42,000,000 Intel Itanium 2 2003 220,000,000 Intel Itanium 2 (9MB 2004 592,000,000 cache) Intel Core i7 2009 731,000,000 Networking Infrastructure 1989 2009 • 10 Mbps backbone • 2-10 Gbps backbone 2Mbps to desktop 1,000 Mbps to desktop • Finicky, temperamental, • Utility: Uptime essential downtime • ~30,000 connections • ~ 1,000 connections Regional Networks 1989 2009 • BITNET • RISQ • Emergence of RISQ – 100 Mps 1 Gbps – 56 Kbps within Montreal • Canarie (10 Gbps) – 19.2 Kbps across Quebec • McGill’s Link to Internet (1 Gbps) • McGill’s Link to RISQ (600 Mbps) Wireless 1989 2009 • Wireless coverage in classrooms, open spaces, library, research facilities... Remote Access 1989 2009 • Dial up • The Internet • Large physical modem pools • 10 Mbps • 1200 - 9600 bps Internet 1989 2009 • Text only E-mail, File Transfer • WWW • BITNET , Usenet • Browser-based world – point-to-point : e-mail May 2009: >109.5 million messages + files transmitted • from one server to the next websites
    [Show full text]
  • Electronic Access to Research on Women: a Short Guide. INSTITUTION State Univ
    DOCUMENT RESUME ED 358 823 IR 016 103 AUTHOR Hudson, Judith; Turck, Kathleen A. TITLE Electronic Access to Research on Women: A Short Guide. INSTITUTION State Univ. of New York, Albany. Inst. for Research on Women. PUB DATE 92 NOTE 12p. AVAILABLE FROM Institute for Research on Women, c/o Iris Berger, SS341, University at Albany, 1400 Washington Ave., Albany, NY 12222 ($2.50 shipping and handling). PUB TYPE Guides Non-Classroom Use (055) EDRS PRICE MFO1 /PCO1 Plus Postage. DESCRIPTORS *Access to Information; *Computer Networks; Databases; Data Collection; Electronic Mail; Feminism; Higher Education; Information Networks; Information Retrieval; Library Materials; Online Systems; Primary Sources; Reference Materials; Research Methodology; *Research Tools; Resource Materials; Womens Studies IDENTIFIERS BITNET; *Internet; *Listsery Discssion Groups ABSTRACT Electronic access to research on women is available in a variety of forms, from both primary and secondary sources. Both types of sources are growing dramatically in number and scope. This guide provides information on resources directly available to the researcher through electronic communications media. It includes enough technical information to get the user started. The use of ylectronic mail (e-mail) provides access to research and greatly :facilitates the research process. Two communications networks frequently used by academic institutions and researchers are BITNET and the Internet. Suggestions for using these and e-mail are given. A list is provided of computer discussion groups (facilitated by software known as Listserv) that may be of interest to researchers on women. Other tools that may be useful include news groups,different file distribution methods, Telnet, electronic conferencing, electronic journals, full-text databases, and numerical data sources.
    [Show full text]
  • Two Electronic Serials on BITNET: the Public-Access Computer Systems Review and the Public-Access Computer Systems News
    Two Electronic Serials on BITNET: The Public-Access Computer Systems Review and the Public-Access Computer Systems News By Charles W. Bailey, Jr. Preprint: 8/12/90. (Published as: Electronic (Online) Publishing in Action . The Public-Access Computer Systems Review and Other Electronic Serials) Introduction For many years, librarians have been reading about the potentials of electronic serials. An increasing number of full-text journals are available on database vendor systems, but these files are typically derived from print products. However, outside the commercial sector, a few pioneers on BITNET, an international computer network, have been quietly exploring publishing electronic digests, journals, magazines, and newsletters that have no print counterparts. These electronic serials are distributed to subscribers via e-mail messages or file transfers. This activity takes place in the larger context of electronic communication on BITNET. The major types of communication on BITNET are personal e-mail and computer conferences. There are thousands of computer conferences on BITNET, representing an increasing vital and important channel of scholarly communication. Given the diverse ways that communication is structured in these conferences, it is not always easy to tell where informal conference activity ends and formal electronic publication begins. This article focuses on electronic serials that bear some resemblance to their more traditional print counterparts; however, it should be emphasized that our conception of "serials" may need to be reconsidered in the network context. 1 The University of Houston Libraries has established a computer conference, an electronic journal, and an electronic newsletter on BITNET to examine issues related to public-access computer systems in libraries.
    [Show full text]
  • Proceedings of the 15-17 October 1986 Joint Meeting of the Internet Engineering
    Proceedings of the 15-17 October 1986 Joint Meeting of the Internet Engineering Internet Architecture Task Forces Prepared by: Phill|p Gross FOURTH IETF The MITRE Corporation 1820 Dolley Madison Boulevard McLean, Virginia 22102 Table of Contents - Meeting Notes for the Joint 15-17 October Meeting - Appendix A- Presentation Slides 1) Premises Technology Study, J. Herman (BBN) 2) Arpanet Congestion, M. Gardner (BBN) Workshop Reports - Routlng and EGP, M. St Johns (DDN) - DoD/ISO Interoperabillty, P. Gross (MITRE) - Name Domains for Milnet, M. Karels (UCB) 4) Cluster Mask RFCs, C-H. Rokltansk| (DFVLR) 5) NSFnet Status, H.W. Braun (VMich) and S. Brlm (Cornell) Multiple Satellite System Overview, D. Mills (UDel) - Appendix B - Additional Material Status of European Research Networks, provlded by H.W. Braun (UMich) Joint IETF and INARC 15-17 October 1986 Prepared by Phill Gross MITRE Corp. Jolnt IETF and INARC Table of Contents 1. Introduction................................................................................................... 1 2. Attendees....................................................................................................... 2 3. Agenda........................................................................................................... 3 4. MeetingNotes ............................................................................................... 4 4.1 October15, 1986.......................................................................................... 4 4.2 October16, 1986.........................................................................................
    [Show full text]
  • DATA COMMUNICATION NETWORKS: a COMPARATIVE EVALUATION of the MIT and HARVARD ENVIRONMENTS by PHILLIP SEUNG-HO YOO
    DATA COMMUNICATION NETWORKS: A COMPARATIVE EVALUATION OF THE MIT AND HARVARD ENVIRONMENTS by PHILLIP SEUNG-HO YOO A.B., Engineering and Applied Science Harvard University (1983) Submitted to the Sloan School of Management in Partial Fulfillment of the Requirements of the Degree of Master of Science in Management at the Massachusetts Institute of Technology May 1987 @ Phillip S. Yoo 1987 The author hereby grants to MIT permission to reproduce and to distribute copies of this thesis document in whole or in part. Signature of Author Sloan School of Management May 20, 1987 Certified by Stuart E. Madnick Associate Professor, Management Science Thesis Supervisor Accepted by Jeffrey A. Barks Associate Dean, Master's and Bachelor's Programs TABLE OF CONTENTS ABSTRACT ............................................................................... 3 BIOGRAPHICAL NOTE ................................................................ 4 1 Research Objective and Methodology.............................................5 1.1 The Use of Comparative Evaluation...................................... 7 1.2 Scope of the Evaluation .................................................. 7 2 Evaluation Methodology...............................................................9 2.1 User Community..........................................................9 2.2 Evaluation Criteria.......................................................9 3 Principal Protocols ................................................................. 15 3.1 TCP/IP..................................................................
    [Show full text]
  • Introduction Chapter 1: Roadmap
    Chapter 1 Chapter 1: Introduction Introduction Our goal: Overview: v get “feel” and v what’s the Internet? terminology v what’s a protocol? v more depth, detail later in course v network edge; hosts, access net, physical media A note on the use of these ppt slides: v approach: We’re making these slides freely available to all (faculty, students, readers). v network core: packet/circuit They’re in PowerPoint form so you can add, modify, and delete slides § use Internet as (including this one) and slide content to suit your needs. They obviously Computer Networking: switching, Internet structure represent a lot of work on our part. In return for use, we only ask the A Top Down Approach , example following: th v v If you use these slides (e.g., in a class) in substantially unaltered form, that 5 edition. performance: loss, delay, you mention their source (after all, we’d like people to use our book!) Jim Kurose, Keith Ross v If you post any slides in substantially unaltered form on a www site, that throughput you note that they are adapted from (or perhaps identical to) our slides, and Addison-Wesley, April note our copyright of this material. 2009. v security Thanks and enjoy! JFK/KWR v protocol layers, service models All material copyright 1996-2010 J.F Kurose and K.W. Ross, All Rights Reserved v history Introduction 1-1 Introduction 1-2 What’s the Internet: “nuts and bolts” Chapter 1: roadmap view PC v millions of connected Mobile network 1.1 What is the Internet? server computing devices: Global ISP 1.2 Network edge wireless hosts =
    [Show full text]
  • Do Pre-Announcement Face-To-Face Interactions Increase the Returns to Acquisitions? Evidence from Smartphone Geolocational Data
    Do Pre-Announcement Face-to-Face Interactions Increase the Returns to Acquisitions? Evidence from Smartphone Geolocational Data Marco Testoni,a Mariko Sakakibara,b Keith Chenc May 30, 2019 Information asymmetries make acquisitions risky, reducing firms’ ability to gain from these transactions. We test whether face-to-face interactions with the target’s employees before the acquisition provide informational advantages to the acquirer. For a sample of U.S. domestic acquisitions, we use smartphone geolocational data to measure the movement of people between merging companies’ headquarters in the months before the acquisition announcement and use the number of visits between the two companies as a proxy for face-to-face interactions. Using bad weather conditions in the two companies’ locations as a source of exogenous variation in intercompany mobility, we find evidence that more intense face-to-face interactions increase the abnormal returns on the acquirer’s stock at the acquisition announcement. Keywords: Mergers and acquisitions; abnormal returns; information asymmetry; monitoring; face-to-face interaction We would like to thank Marvin Lieberman, Natarajan Balasubramanian, Tony Bernardo, Chirantan Chatterjee, Mark Garmaise, seminar participants at UCLA, and annual meetings at the Academy of Management and Strategic Management Society for helpful comments. We gratefully acknowledge the financial support of UCLA Anderson School of Management and the Academic Senate of the University of California, Los Angeles. We are grateful to SafeGraph Inc. for providing us with the smartphone geolocational data used for this study. a,b,cUniversity of California, Los Angeles, Anderson School of Management e-mail: [email protected]; [email protected]; [email protected] 1 1.
    [Show full text]
  • Download This PDF File
    African studies computer resources By Patricia S. Kuntz Internet/Bitnet Internet and beyond: African The most common network systems through­ linkages out the world are Internet and Bitnet. Internet is growing in popularity with the various com­ patible networks such as NetNorth (Canada), he “information highway” is very busy Janet (United Kingdom), and EARN (Europe). T among Africanists around the world. Schol­ Nearly all U.S. universities and most colleges ars based in Cameroon, Egypt, Ethiopia, Ghana, purchase a connection to the Internet. This em­ Kenya, Mali, Senegal, South Africa, Tunisia, ployment benefit enables faculty, staff, and stu­ Zambia, and Zimbabwe with colleagues in the dents access to File Transfer Protocol (FTP), Americas, Europe, and Asia have coordinated Telnet, and UseNet. In contrast, Bitnet’s main conferences, written research papers, and feature is the automatic conversation lists called shared ideas on technology using one or more “Listserv.” One should not confuse the new of the four computer network services. software “Listserver” which is comparable for This essay focuses on African studies com­ the Internet. puter resources available in the U.S. with link­ ages to Africa. Four fundamental computer sys­ Electronic Mail tems exist: Intemet/Bitnet, Fidonet, UseNet, and Both Intemet/Bitnet networks provide electron­ BBS (dial-up bulletin board services). An up­ ic mail (e-mail) for sending public and private dated list of these network services is available messages. Messages from one network system from Arthur McGee.1 For a complete list of files, are tracked through gateways to other systems. contact: Internet-.<[email protected]> Consequently, readers having only an Internet <amcgee®eis.calstate.edu> BDPA BAC: [1-707- or Bitnet address can still send and receive 552-3314] to [Arthur McGee]; Data Bits Online: messages to the other network.
    [Show full text]
  • Computer Networking: a Top Down Approach Seventh Edition
    Computer Networking: A Top Down Approach Seventh Edition Chapter 1 Introduction Slides in this presentation contain hyperlinks. JAWS users should be able to get a list of links by using INSERT+F7 Copyright © 2017, 2013, 2010 Pearson Education, Inc. All Rights Reserved Introduction (1 of 2) Our Goal: • get “feel” and terminology • more depth, detail later in course • approach: – use Internet as example Copyright © 2017, 2013, 2010 Pearson Education, Inc. All Rights Reserved Introduction (2 of 2) Overview: • What’s the Internet? • What’s a protocol? • network edge; hosts, access net, physical media • network core: packet/circuit switching, Internet structure • performance: loss, delay, throughput • security • protocol layers, service models • history Copyright © 2017, 2013, 2010 Pearson Education, Inc. All Rights Reserved Learning Objectives (1 of 7) 1.1 what is the Internet? 1.2 network edge – end systems, access networks, links 1.3 network core – packet switching, circuit switching, network structure 1.4 delay, loss, throughput in networks 1.5 protocol layers, service models 1.6 networks under attack: security 1.7 history Copyright © 2017, 2013, 2010 Pearson Education, Inc. All Rights Reserved What’s the Internet: “Nuts and Bolts” View (1 of 2) • billions of connected computing devices: – hosts = end systems – running network apps • communication links – fiber, copper, radio, satellite – transmission rate: bandwidth • packet switches: forward packets (chunks of data) – routers and switches Copyright © 2017, 2013, 2010 Pearson Education, Inc. All Rights Reserved What’s the Internet: “Nuts and Bolts” View (2 of 2) Copyright © 2017, 2013, 2010 Pearson Education, Inc. All Rights Reserved “Fun” Internet-Connected Devices Web-enabled toaster + weather forecaster IP picture frame http://www.ceiva.com/ Tweet-a-watt: Slingbox: watch, monitor energy use control cable TV remotely sensorized, bed mattress Internet refrigerator Internet phones Copyright © 2017, 2013, 2010 Pearson Education, Inc.
    [Show full text]
  • Lesson 1 - Computer Networks and Internet - Overview
    Computer Networking and Management Computer Networking and Management Lesson 1 - Computer Networks and Internet - Overview Introduction | What is the Internet? | What is a protocol? | The Network Edge | The Network Core | Access Networks | Physical Media | Delay and Loss in Packet-Switched Networks | Protocol Layers and Their Service Models | Internet History Lesson Outline Introduction Physical Media What Is the Internet:’ Nuts And Bolts View' Some Popular Physical Media What Is the Internet: A Service View Twisted Pair Copper Wire What Is A Protocol? Coaxial Cable A Human Analogy Broadband Coaxial Cable A Human Protocol and a Computer Network Fibre Optics Protocol Terrestrial and Satellite Radio Channels Network Protocols Delay and Loss in Packet-Switched Networks The Network Edge Types of Delay End Systems, Clients and Servers Comparing Transmission and Propagation Delay End-System Interaction Queuing Delay (Revisited) Connectionless and Connection -Oriented Services Real Internet Delays and Routes Connection-Oriented Service Protocol Layers and Their Service Models Connectionless Service Layer Functions The Network Core The Internet Protocol Stack, And Protocol Data Units Circuit Switching Application Layer Packet Switching Transport Layer Packet Switching Versus Circuit Switching Network Layer Routing Link Layer Virtual Circuit Networks Physical Layer Datagram Networks Internet History Access Networks Development and Demonstration of Early Packet Residential Access Networks Switching Principles: 1961-1972 A Hybrid Fire -Coax Access Network Internetworking and New Proprietary Networks: Company Access Networks 1972-1980 Mobile Access Networks Metcalfe’s Original Conception of the Ethernet Home Networks A Proliferation of Networks: 1980 -1990 Commercialization and the Web: The 1990s GOTO TOP Introduction Page 1 of 44 Computer Networking and Management This lesson provides a broad overview of the Computer Networking and the Internet.
    [Show full text]