Internet and WWW CS216. Open System Interconnection (OSI)

Slides:



Advertisements
Similar presentations
The Internet.
Advertisements

Lesson 3: Introduction to Internet Technology
Internet Basics The Internet Is… – a network of networks – a community of people, businesses, schools and organizations – , web pages, databases,
Basic Internet Terms Digital Design. Arpanet The first Internet prototype created in 1965 by the Department of Defense.
Click to continue Network Protocols. Click to continue Networking Protocols A protocol defines the rules of procedures, which computers must obey when.
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.
The Internet Useful Definitions and Concepts About the Internet.
Layer 7- Application Layer
Becoming a Networking Expert Networking Hardware and Protocols.
Jacob Boston Josh Pfeifer. Definition of HyperText Transfer Protocol How HTTP works How Websites work GoDaddy.com OSI Model Networking.
Web and Internet Part I ST: Introduction to Web Interface Design Prof. Angela Guercio Spring 2007.
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.
Lesson 19 Internet Basics.
Lesson 3: Introduction to Internet Technology
15-1 More Chapter 15 Goals Compare and contrast various technologies for home Internet connections Explain packet switching Describe the basic roles of.
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 3: Introduction to Internet Technology.
Chapter 3 The Basics of Networking
Networking Basics TCP/IP TRANSPORT and APPLICATION LAYER Version 3.0 Cisco Regional Networking Academy.
Connecting one computer to another computer creates a network.
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
How the Internet Works. The Internet and the Web The Web is actually just one of many computer applications that run on the Internet Among others are.
© 2006 Pearson Education 1  Obj: 1.2, to understand networks HW: Review sheet  Quiz next class Sections 1.0 – 1.2  Do Now: p.47 #1.4 and 1.5 C1 D3.
Lesson 2 — The Internet and the World Wide Web
CS134 Web Design & Development Introduction to the Internet Mehmud Abliz.
The Internet in Education Objectives Introduction Overview –The World Wide Web –Web Page v. Web Site v. Portal Unique and Compelling Characteristics Navigation.
© 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.
BASIC UNDERSTANDING OF INTERNET AND WEB BRIDGE COURSE of INFORMATION & COMMUNICATION TECHNOLOGY Activity No. 8.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 CHAPTER 3 Created by, David Zolzer, Northwestern State University—Louisiana The Internet and World Wide.
XP Mohammad Moizuddin New Perspectives on HTML Tutorial 1 1 Introducing the World Wide Web Developing a Basic Web Page HTML Tutorial 1 Session 1.1.
IT Introduction to Information Technology. The Internet & World Wide Web Began in 1969 with the ARPANET (Advanced Research Project Agency Network)
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.
Chapter 1: The Internet and the WWW CIS 275—Web Application Development for Business I.
Component 9 – Networking and Health Information Exchange Unit 1-1 ISO Open Systems Interconnection (OSI) This material was developed by Duke University,
1 Web Development & Design Foundations with XHTML Chapter 1 Key Concepts.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
Internet جامعة أم القرى قسم السنة التحضيريه اعداد : أعضاء هيئة التدريس.
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.
The Internet. Network - Collection of computers and devices connected together via communications devices Internet - Worldwide collection of networks.
NETWORKING and the INTERNET
Communication, Networks, The internet and the Worldwide Web.
Application Layer Khondaker Abdullah-Al-Mamun Lecturer, CSE Instructor, CNAP AUST.
Internet Presentation. What is the Internet? The worlds largest computer network. A collection of local, regional and national computer networks linked.
The Web and Web Services Jim Graham NR 621 Spring 2009.
INTERNET. Objectives Explain the origin of the Internet and describe how the Internet works. Explain the difference between the World Wide Web and the.
ECEN “Internet Protocols and Modeling”, Spring 2012 Course Materials: Papers, Reference Texts: Bertsekas/Gallager, Stuber, Stallings, etc Class.
The Internet Lecture 16 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
Internet Technologies Mr. Grimming. Internet Applications File Transfer World Wide Web E-commerce Searches Voice over Internet Protocol Video over.
Topic 6, Lesson 3: The Internet Computer Communications and Networking.
1 CP586 © Peter Lo 2003 Multimedia Communication Bandwidth & Basic Web Terminology.
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.
COMPUTER NETWORKS Hwajung Lee. Image Source:
CIS 1203 Web Technologies Introduction to the Internet and the WWW.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Web Development & Design Foundations with XHTML Chapter 1 Key Concepts 1.
Introduction to the Internet
Instructor Materials Chapter 5 Providing Network Services
Level 2 Diploma Unit 10 Setting up an IT Network
Introduction To Web Design
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
Web Design & Development
Lesson 3: Introduction to Internet Technology
COM 205 Multimedia Applications
Networking for Home and Small Businesses – Chapter 6
Lesson 19 Internet Basics.
COM 205 Multimedia Applications
Presentation transcript:

Internet and WWW CS216

Open System Interconnection (OSI)

OSI

TCP/IP The Internet is the communications medium that uses the TCP/IP protocol. The World Wide Web (WWW) is a service that uses the Internet. The Internet had its beginnings around 1969 with work done by the defense department to establish a reliable communications network.

World Wide Web The WWW began in Europe, as an effort of the European Laboratory for Particle Physics (CERN) as a method for researchers to share results. The WWW is an architected way to send and receive web pages of information. Each user has a browser program. From the browser you can request web pages. The web page uses the Hyper Text Markup Language (HTML) language. The browser gets a file of data containing HTML keywords and data and other files (for example graphics files), and displays the web page. The user can send data back to the sender of the web page, request other web pages (via its Uniform Resource Locator or a hyperlink). Web pages are requested by their Uniform Resource Locator (URL).

URL The URL has the format: – scheme://internet-address/resource The scheme describes the protocol used to access the resource. It is usually the protocol used by the World Wide Web (WWW). The internet address is the node where the resource (usually a file) is located. The resource name follows the slash. This may be just a file name, or it may contain directory information for the server to locate it on the node. For the WWW, the protocol is hypertext transfer protocol (http). Some other Internet protocols are:

Other protocols news (newsgroups) ftp (file transfer protocol) telnet https You can create one yourself

Domain names Web_page_name.domain name is the symbolic name of the page (for example In the U.S., the highest level domain names [top level domain], furthest on the right) are: com - businesses edu - educational institutions gov - government organizations mil - military organizations org - nonprofit organizations net - network resources

ICANN Other countries have their own domain names, for example, uk for England. Because of the overuse of the.com domain name, the governing body for the Internet the governing organization for the Internet (Internet Corporation for Assigned Names and Numbers – ICANN) has created other domain names that are not country specific.

DNS URLs are a human convenience. All Internet addresses are (for now) four byte addresses called IP addresses. They are expressed as four decimal numbers separated by periods: This is the IP address for the CS server. Besides URLs, browsers will accept IP addresses. A hyperlink is a shortcut to a URL. A hyperlink to another web page is highlighted in some manner (usually a different color and underlined) on the page. By clicking on the hyperlink, your browser requests that web page. This is done by HTML tags.

Connecting to the Internet In homes, you can connect to a network via a digital subscription line (DSL), a TV cable company, or a phone line. DSL and cable connections are high speed (also called broad band) connections. The phone line is much lower speed, but you do not pay any extra charges over the cost of your phone connection.

Modem The modem (modulator/demodulator) converts the serial digital bits of information into analog information that can be sent across the lines. This modulation process is accomplished by varying the amplitude or frequency of a carrier tone transmitted on the phone line. Standard modems advertise 56,000 bits per second transmission capability. However because of the errors in data transmission (phone lines werent designed for transmission of bits of information) causing retransmission of data, plus the added bits needed for control, error detection, and framing data into packets, the effective rate of transmission is perhaps half that. DSL overcomes that problem by superimposing higher frequency signal on low frequency carrier

LAN In offices and schools, the medium is usually a cable, and the connection of workstations together into a network is called a local area network (LAN)

LAN

Wide Area Networks A network (such as the Internet) that covers a wide geographical area is called a Wide Area Network (WAN). Besides the Internet, businesses or government organizations may have their own WANs.

WAN The computer at each end of a communications link must follow the same rules. These communications rules are called protocols. The protocol followed for the Internet is called TCP/IP. When accessing a website via URL addresses, DNS is used for conversion to TCP/IP addresses and a connection is made to the destination. User communications programs (like Internet browsers, programs) use the operating system communication services. If you know the operating system interface for TCP/IP, or FTP (the file transfer program) you can use them directly from the command line, however using the communications programs (such as a browser) is much easier. If you have to develop a web server application to respond to web page requests, you would have to learn more about the underlying TCP/IP protocol. Common terms used in a TCP/IP connection are sockets, ports, and the secure shell.

TCP / IP TCP – Transfer Control Protocol IP – Internet Protocol Key concept: they are two distinct protocols that coexist – Each machine (for practical purposes) has one IP address – However, it can have many ports (TCP address)

TCP Ports Addressing on top of IP so that multiple communication channels can exist simultaneously Common port assignments: – Port 23 is TELNET – Port 25 is SMTP – Port 80 is HTTP – Port 8080 is also used for HTTP sometimes so that two servers can live together on the same machne