Chapter 2: Technology Infrastructure: The Internet and the World Wide Web.

Slides:



Advertisements
Similar presentations
The Internet and the Web
Advertisements

Review of Chapter 2. Important concepts – The Internet is a worldwide collection of networks that links millions of businesses, government agencies, educational.
INTRODUCTION TO COMPUTER NETWORKS Zeeshan Abbas. Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Copyright © 2012 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin APPENDIX B NETWORKS AND TELECOMMUNI CATIONS APPENDIX B NETWORKS.
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
Chapter VI Data Communication: Delivering Information Anywhere and Anytime By: AP CHEN P. JOVER BSIT - III.
MODULE 11 DOCUMENTS ON WEB 11.1 The internet and the world wide web 11.2 Documents and the world wide web Systems Analysis And Design © Systems Analysis.
1 Web Development & Design Foundations with XHTML Chapter 1 Key Concepts.
Lecture 19: Internet Intro to IT COSC1078 Introduction to Information Technology Lecture 19 Internet James Harland
IS 247 Introduction to Web Application Development Tim Wu.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 PERTEMUAN 5.
MIS 2211 The Internet from a Technology Perspective A network of networks Comprised of hundreds of thousands of networks (nodes) throughout the world Very.
1 Networking A computer network is a collection of computing devices that are connected in various ways in order to communicate and share resources. The.
INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION Lecture # 1 (
Evolved from ARPANET (Advanced Research Projects Agency of the U.S. Department of Defense) Was the first operational packet-switching network Began.
A global, public network of computer networks. The largest computer network in the world. Computer Network A collection of computing devices connected.
Chapter 1: Overview Lecturer: Alias Mohd Telecommunications Department Faculty of Electrical Engineering UTM SET 4573: Data Communication and Switching.
1 Web Developer & Design Foundations with XHTML Chapter 1 Key Concepts.
Internet Services -World Wide Web - -Conferencing and Newsgroups -File Transfer & Updating -Chat/Instant Messaging.
Communications & Networks
Objectives Overview Discuss the evolution of the Internet
Chapter 4 Telecommunications, the Internet, Intranets, and Extranets
CHAPTER 2 Communications, Networks, the Internet, and the World Wide Web.
1.enterprise applications. 2.Internet technologies. 3.intranet technologies. 4.Windows operating systems. 5.Linux operating systems. In many companies,
Networks and Telecommunications
Connecting one computer to another computer creates a network.
Chapter 4 Computer Networks – Part 1
1 Web Developer Foundations: Using XHTML Chapter 1 Key Concepts.
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
Web Mastering Module Internet Fundamentals. What is the Internet? –Global network of networks –Communicating using same set of rules (protocols/languages)
Copyright © 2002 Pearson Education, Inc. Slide 3-1.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 CHAPTER 3 Created by, David Zolzer, Northwestern State University—Louisiana The Internet and World Wide.
Module 2: Information Technology Infrastructure
Networks QUME 185 Introduction to Computer Applications.
Chongseok Park 1.  It is a global system of interconnected computer networks that use the standard Internet protocol suite and it serves billions.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
IT in Business Essentials of the Internet and World Wide Web.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
1 Web Development & Design Foundations with XHTML Chapter 1 Key Concepts.
Web Development & Design Foundations with HTML5 7th Edition
Lalit Sharma, JIM The Internet and World Wide Web: E-commerce Infrastructure.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
Networks CS105. What is a computer network? A computer network is a collection of computing devices that are connected in various ways so that they can.
1 CHAPTER 8 TELECOMMUNICATIONSANDNETWORKS. 2 TELECOMMUNICATIONS Telecommunications: Communication of all types of information, including digital data,
Copyright © 2007 Pearson Education, Inc. Slide 3-1 E-commerce Kenneth C. Laudon Carol Guercio Traver business. technology. society. Third Edition.
Internet Architecture and Governance
Introduction to Internet. Chapter 1 Objectives Origins of the Internet Packets and Routers TCP/IP DNS HTTP URL Client-Server.
Internet technologies. E-Commerce: The Second Wave, Fifth Annual Edition2 The Internet and the World Wide Web Computer network –Any technology that allows.
Internet Infrastructure Mapping the World Wide Web.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 Internet II A consortium of more than 180 universities, government agencies, and private businesses.
CHAPTER 9 THE INTERNET. RECAP: COMPUTER NETWORKS LAN WAN.
Dr. John P. Abraham Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
The Internet Technological Background. Topic Objectives At the end of this topic, you should be able to do the following: Able to define the Internet.
HOW THE INTERNET WORKS. Introduction : The internet has brought revolutionary changes Has become a medium for interaction and information Can access to.
CIS 1203 Web Technologies Introduction to the Internet and the WWW.
1 ** THE INTERNET ** Large, worldwide collection of networks that use a common protocol to communicate with each other A network of networks.
Web Development & Design Foundations with XHTML Chapter 1 Key Concepts 1.
Chapter Objectives In this chapter, you will learn:
Fundamentals of Information Systems, Sixth Edition
The Internet & World Wide Web
Web Development & Design Chapter 1, Sections 4, 5 & 6
Copyright © 2002 Pearson Education, Inc.
1 Introduction to the Internet.
Copyright © 2002 Pearson Education, Inc.
Web Design & Development
E-commerce Infrastructure
Lecture 2 E-Business Technology Basics (Book Chapter 2)
Lecture 2 E-Business Technology Basics (Book Chapter 2)
Presentation transcript:

Chapter 2: Technology Infrastructure: The Internet and the World Wide Web

The Internet and the World Wide Web Computer network äAny technology that allows people to connect computers to each other The Internet äA large system of interconnected computer networks spanning the globe World Wide Web äA subset of computers on the Internet Growth …

The Internet Internet äInterconnected network of thousands of networks and millions of computers äWorld Wide Web (WWW) äProvides access to over one billion Web pages Key concepts äPacket switching äTCP/IP äClient Server Computing

The Internet: Key Technology Concepts Packet switching ä slices digital messages into packets ä sends packets along different communication paths reassembles packets once at their destination Routers äSpecial-purpose computers that interconnect the computer networks that make up the Internet äRouting algorithm äComputer program that ensures packets take the best available path toward their destination

The Internet: Key Technology Concepts Protocol äA set of rules for formatting, ordering, compressing, and error checking messages TCP (Transmission Control Protocol) äestablishes the connections among sending and receiving Web computers, ähandles the assembly of packets at point of transmission, & reassembly at receiving end IP (Internet Protocol) äprovides the Internet’s addressing scheme

IP Addresses Internet addresses expressed as 32-bit numbers appear as each of the four numbers range from 0 to 255 allowing for up to 4 billion addresses In the next generation IP 128-bit addresses will allow about one quadtrillion addresses

Domain Names A domain name is a set of words assigned to a specific IP address Internet Corporation for Assigned Names and Numbers (ICANN) äResponsible for managing domain names and coordinating them with IP address registrars

Client/Server Computing Client/server äComputing model where powerful personal computers are connected together in a network with one or more servers. Client äPowerful personal computer that is part of a network. Capable of displaying rich graphics, storing large files, and processing graphics and sound files. Server äNetworked computer dedicated to common functions needed by client machines -- storing files, software applications, utility programs, and printers.

Internet I Network Architecture

Internet NAPS and MAES

ISP Service Level Choices

Internet II Technology Environment A consortium of more than 180 universities, government agencies, and private businesses that are collaborating to find ways to make the Internet more efficient Goals äCreate a leading edge network capability for the national research community. äEnable revolutionary Internet applications. äEnsure the rapid transfer of new network services and applications to the broader Internet community. Next Generation Internet (NGI) äinitiated and sponsored by the federal government äFocus: developing advanced applications and networking capabilities needed by government agencies äFiber Optics and Bandwidth Explosion äreplacing older transmission lines with fiber-optic cable äimproving fiber-optic-based communications technology & fiber-optic switching speeds

Bandwidth Demand of Various Web Applications

Wireless Web and 3G Technologies General Packet Radio Switching next generation technology carries data in packets, just like the Internet, but over radio frequencies that make wireless communications possible Wireless Application Protocol relatively new protocol -- supports virtually any wireless network and is supported by every operating system Wireless Markup Language programming language for devices using WAP

Markup Languages and the Web

Individual Exercise Search “XML Overview” using Google Click on the first reference: “XML Tutorial: Overview” Click on the first reference “HTML and XML” Browse through the presentation äWhat are attributes of HTML? äWhat are attributes of XML? äHow do they differ? äWhat benefits does XML provide?

Internet II and E-commerce: Emerging Features and Services IP Telephony Uses VOIP & Internet’s packet-switched network to transmit voice & other forms of audio communication Digital Libraries ASP distributes application software, multimedia, and other services on a fee basis by Distributed Storage ASPs can assist both in processing data, storing it, & dispersing it to multiple servers

Internet II and E-commerce: Emerging Features and Services Distance Learning one the biggest education initiatives in recent years, provides courses and degree programs online Digital Video deliver better-than-broadcast quality video over the Internet on demand Video Teleconferencing significantly reduce the cost, workers share information that involves either and image or audio component Tele-immersion Merges virtual reality and video conferencing -- participants can see each other and collaborate on visual projects M-commerce Applications combines voice, data, images, audio, and video on one wireless device

Exercise: For your group’s topic, “research” the topic and present a brief overview of the key issues concerning the topic that you found Distance Learning one the biggest education initiatives in recent years, provides courses and degree programs online Digital Video deliver better- than-broadcast quality video over the Internet on demand Video Teleconferencing significantly reduce the cost, workers share information that involves either and image or audio component Tele-immersion Merges virtual reality and video conferencing -- participants can see each other and collaborate on visual projects M-commerce Applications combines voice, data, images, audio, and video on one wireless device