Introduction to Internet. Chapter 1 Objectives Origins of the Internet Packets and Routers TCP/IP DNS HTTP URL Client-Server.

Slides:



Advertisements
Similar presentations
Basic Internet Terms Digital Design. Arpanet The first Internet prototype created in 1965 by the Department of Defense.
Advertisements

Internet and the web Summary of terms discusses and review.
XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
© 2010, Robert K. Moniot Chapter 1 Introduction to Computers and the Internet 1.
The Internet Useful Definitions and Concepts About the Internet.
Layer 7- Application Layer
Internet…issues Managing the Internet
Introduction 2: Internet, Intranet, and Extranet J394 – Perancangan Situs Web Program Sudi Manajemen Universitas Bina Nusantara.
© 2004, Robert K. Moniot Chapter 1 Introduction to Computers and the Internet.
Vocabulary URL = uniform resource locator: web address protocol –set of rules that networked computers follow in order to share data and coordinate communications.
Lesson 19 Internet Basics.
A global, public network of computer networks. The largest computer network in the world. Computer Network A collection of computing devices connected.
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
 TCP/IP is the communication protocol for the Internet  TCP/IP defines how electronic devices should be connected to the Internet, and how data should.
CS134 Web Design & Development Introduction to the Internet Mehmud Abliz.
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)
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Network Services Networking for Home and Small Businesses – Chapter.
Chapter 1: Introduction to Web Applications. This chapter gives an overview of the Internet, and where the World Wide Web fits in. It then outlines the.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 CHAPTER 3 Created by, David Zolzer, Northwestern State University—Louisiana The Internet and World Wide.
IT Introduction to Information Technology. The Internet & World Wide Web Began in 1969 with the ARPANET (Advanced Research Project Agency Network)
Networks QUME 185 Introduction to Computer Applications.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
1 Web Development & Design Foundations with XHTML Chapter 1 Key Concepts.
MySQL and PHP Internet and WWW. Computer Basics A Single Computer.
An Overview of the Internet: The Internet: Then and Now How the Internet Works Major Features of the Internet.
UNESCO ICTLIP Module 1. Lesson 61 Introduction to Information and Communication Technologies Lesson 6. What is the Internet?
How Does the Internet Work? Protocols Protocols are rules that describe how computers communicate and exchange data. The Internet has a series of these.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
The Inter-network is a big network of networks.. The five-layer networking model for the internet.
Internet Protocol B Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
Structure of the Internet. Internet Structure LAN ISP Internet Backbone.
Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 3-1.
NETWORK HARDWARE AND SOFTWARE MR ROSS UNIT 3 IT APPLICATIONS.
The Web and Web Services Jim Graham NR 621 Spring 2009.
ECEN “Internet Protocols and Modeling”, Spring 2012 Course Materials: Papers, Reference Texts: Bertsekas/Gallager, Stuber, Stallings, etc Class.
TCP/IP (Transmission Control Protocol / Internet Protocol)
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
CS1001 Lecture 7. Overview Computer Networks Computer Networks The Internet The Internet Internet Services Internet Services Markup Languages Markup Languages.
JavaScript and Ajax (Internet Background) Week 1 Web site:
Computer Network Architecture Lecture 6: OSI Model Layers Examples 1 20/12/2012.
The Internet, Fourth Edition-- Illustrated 1 The Internet – Illustrated Introductory, Fourth Edition Unit B Understanding Browser Basics.
INTERNET AND . WHAT IS INTERNET The Internet can be defined as the wired or wireless mode of communication through which one can receive, transmit.
Website Design and Construction Services and Standards.
HOW THE INTERNET WORKS. Introduction : The internet has brought revolutionary changes Has become a medium for interaction and information Can access to.
Web Development & Design Foundations with XHTML Chapter 1 Key Concepts 1.
Internet and World Wide Web Introduction to the Internet.
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
Introduction to the Internet
Introduction to the WWW
JavaScript and Ajax (Internet Background)
CNIT 131 Internet Basics & Beginning HTML
Introduction To Web Design
Using MIS 2e Chapter 6 Appendix
Web Design Introduction to the Internet Week One
Internet and the web Summary of terms discusses and review
Networking for Home and Small Businesses – Chapter 6
Web Development & Design Chapter 1, Sections 4, 5 & 6
Networking for Home and Small Businesses – Chapter 6
1 Introduction to the Internet.
ACT102 Introduction to web design
Web Design & Development
CS134 Web Design & Development
Introduction to the Internet and Web
ACT102 Introduction to web design
Web Page Concept and Design :
Networking for Home and Small Businesses – Chapter 6
Presentation transcript:

Introduction to Internet

Chapter 1 Objectives Origins of the Internet Packets and Routers TCP/IP DNS HTTP URL Client-Server

Origins of Internet Internet is a network of computer networks Hub concept – 1966 ARPANET Distributed network – no hub, flow around disabled units

Routers Routers replaces the central hub, the connectors Routers run special-purpose software for connecting networks Routers are the traffic cops of the Internet, they direct and route the network traffic

Packets The network traffic is the packets When sending a file, it is broken up into packets Packet size ranges from 100 bytes to 1500 bytes Packet has a header (filename, origin & destination, order number of packet 5 of 22)

Packet-switching Packets are sent over the network Nearest router receives, checks destination, sends to another router closer to destination Once all packets arrive, file is reconstructed by putting the packets back together again

TCP/IP IP Internet Protocal – router software TCP Transmission Control Protocol – software manages creating packets on both sending and receiving routers

IP address Destination addressing scheme Four numbers Each number between 0 to 255

Domain Name System (DNS) DNS laid on top of IP addressing system Created to be more human friendly = Hostname.organizationname.countryname /type of organization.us United States /.com company ICANN manages domain names

Hypertext Answer to problem of various file formats Imagine newspaper article with a foot note -> go to library and look up or-> click to electronically retrieve

HTML HTML Hypertext markup language – document format HTTP Hypertext transfer protocal – transmission protocal Browser – software to read the HTML

Internet Applications (i.e., Web Application) Server Client Application Protocol Web Server Web Browser HTTP (Hypertext Transfer Protocol)

URL’s Uniform resource locator – used to tell where to find a document and how to retrieve it The IP/DNS locates the computer And specific document on computer to retrieve

/distancelearning/index.htm - protocal universityextension.ucdavis.edu - combo host/domain name distancelearning/index.htm - the index.htm document stored in the distancelearning folder

Client-Server Computing PC is the client Server is the computer that the Web page document resides Server comes from it’s task to serve documents to other computers on network Source document contains HTML instructions to tell browser how to display

Client/Server Application Server Client Application Protocol Request Response

Client-Server Computing Visit to a web page – you don’t actually go there. The page is sent to your computer. After the page arrives the connection is broken. Unlike the phone network that keeps the connection until the call is ended.

Common Internet Application Protocols Server Client Application Protocol HTTP – Web SMTP – FTP – File Transfer IRC – Chat Companies can, and do, create their own application protocols.

Web Browsers and Servers Web Servers Web Browsers Internet Explorer Netscape Mozilla Opera Microsoft IIS Netscape Internet Server Apache

Web Development Options Web Server Web Browser HTML Scripts Executables Scripts SQL

Web Development Options Web Server Web Browser HTML Scripts Executables Scripts SQL

End of Chapter 1 Origins of the Internet Packets and Routers TCP/IP DNS HTTP URL Client-Server