Internet Basics.

Slides:



Advertisements
Similar presentations
The Internet.
Advertisements

Basic Internet Terms Digital Design. Arpanet The first Internet prototype created in 1965 by the Department of Defense.
1 Internet Umm Alqura University السنة التحضيرية مهارات الحاسب الالي (1)
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
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
Lesson 19 Internet Basics.
How the World Wide Web Works
Application Layer. Applications A program or group of programs designed for end users. A program or group of programs designed for end users. Software.
Electronic Commerce Last Week
INTRODUCTION TO WEB DATABASE PROGRAMMING
 Internet vs WWW  Pages vs Sites  How the Internet Works  Getting a Web Presence.
Computer Networks  Network - A system of computers interconnected in order to share information.  Data transmission - consists of sending and receiving.
Intro to Computer Networks Internet and Networking Terms Bob Bradley The University of Tennessee at Martin.
Lecturer: Ghadah Aldehim
The Internet Writer’s Handbook 2/e Introduction to World Wide Web Terms Writing for the Web.
How the Internet Works: What happens when information is sent from your computer?
Lesson 2 — The Internet and the World Wide Web
CS134 Web Design & Development Introduction to the Internet Mehmud Abliz.
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
Introducing the Internet Source: Learning to Use the Internet.
Copyright © Curt Hill The Internet An Introduction.
Web Mastering Module Internet Fundamentals. What is the Internet? –Global network of networks –Communicating using same set of rules (protocols/languages)
Introduction to the Internet. What is the Internet The Internet is a worldwide group of connected networks that allows public access to information and.
How Web Servers and the Internet Work by by: Marshall Brainby: Marshall Brain
XHTML Introductory1 Linking and Publishing Basic Web Pages Chapter 3.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 CHAPTER 3 Created by, David Zolzer, Northwestern State University—Louisiana The Internet and World Wide.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
HOW WEB SERVER WORKS? By- PUSHPENDU MONDAL RAJAT CHAUHAN RAHUL YADAV RANJIT MEENA RAHUL TYAGI.
Chapter 1: The Internet and the WWW CIS 275—Web Application Development for Business I.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
 The World Wide Web is a collection of electronic documents linked together like a spider web.  These documents are stored on computers called servers.
An Overview of the Internet: The Internet: Then and Now How the Internet Works Major Features of 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.
UNIT 13 The World Wide Web.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 3-1.
Internet Research Tips Daniel Fack. Internet Research Tips The internet is a self publishing medium. It must be be analyzed for appropriateness of research.
1 UNIT 13 The World Wide Web Lecturer: Kholood Baselm.
Internet. What is Internet Internet is a computer network made up of millions of networks worldwide. No one knows exactly how many computers are connected.
IP addresses IPv4 and IPv6. IP addresses (IP=Internet Protocol) Each computer connected to the Internet must have a unique IP address.
Website Design, Development and Maintenance ONLY TAKE DOWN NOTES ON INDICATED SLIDES.
The Internet. Important Terms Network Network Internet Internet WWW (World Wide Web) WWW (World Wide Web) Web page Web page Web site Web site Browser.
Microsoft Office 2008 for Mac – Illustrated Unit D: Getting Started with Safari.
The Internet What is the Internet? The Internet is a lot of computers over the whole world connected together so that they can share information. It.
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.
INTERNET AND . WHAT IS INTERNET The Internet can be defined as the wired or wireless mode of communication through which one can receive, transmit.
1 UNIT 13 The World Wide Web. Introduction 2 Agenda The World Wide Web Search Engines Video Streaming 3.
1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.
HOW THE INTERNET WORKS. Introduction : The internet has brought revolutionary changes Has become a medium for interaction and information Can access to.
(class #2) CLICK TO CONTINUE done by T Batchelor.
World Wide Web. The World Wide Web is a system of interlinked hypertext documents accessed via the Internet The World Wide Web is a system of interlinked.
Introduction to the Internet
4.01 How Web Pages Work.
Technologies and Applications
CISC103 Web Development Basics: Web site:
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
E-commerce | WWW World Wide Web - Concepts
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
E-commerce | WWW World Wide Web - Concepts
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
CS222 Web Programming Course Outline
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Web Design & Development
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
HyperText Transfer Protocol
How Our Customers Communicate With Us
4.01 How Web Pages Work.
Presentation transcript:

Internet Basics

What is the Internet?

What is the Internet? The Internet is a network of networks of computers.

Parts of the Internet What are some parts of the Internet?

Parts of the Internet World Wide Web Telnet Email Ftp

What is the World Wide Web?

What is the World Wide Web? The World Wide Web is a hyperlinked network of documents and other resources found on the computers of the Internet.

Locating resources In order for the WWW to be useful, we need a way of referencing all the resourses available.

URL What does URL stand for?

URL What does URL stand for? Uniform Resource Locator

URL What does a URL do?

URL What does a URL do? A URL allows every resource (e.g. HTML page, image, sound clip etc.) on the WWW to have a unique address.

Parts of a URL http://www.someaddress.com:8080/files/intro.html

Parts of a URL The protocol gives the method of communication to be used. http is most common, but you may see ftp as well.

Parts of a URL The domain name is the name of the computer that has the resource you want. This computer is often called the host.

Domain names Domain names are broken down into different levels. E.g. www.someaddress.com The top level domain name is com The second level domain name is someaddress The third level domain name is www

Domain names What are some top level domain names? How many levels do there have to be? Does the lowest level domain have to be www? Are domain names case sensitive? What is the highest price paid for a domain name?

Domain names Host machines actually have IP (internet protocol) addresses, not domain names. IP addresses have the form 255.255.255.255 A series of Domain Name Servers keep lists which map domain names to IP addresses.

Domain names Why bother with domain names? Why not just use IP addresses and save looking them up? How can we easily find an IP address for a given domain name and vice versa?

Parts of a URL The port specifies the port number that the server is listening to for requests. Port number is optional If not given, the default of port 80 is used.

Port number Why use different port numbers?

Parts of a URL The exact path to the desired resource follows the domain name (and port number if given).

Directory and resource path This is a description of the file structure on the host system. If the host is Unix or Linux, this part of the URL is case-sensitive. To avoid problems it is best to use lower case for all resource paths, on all systems.

Directory and resource path Different levels of a path are always separated by forward slashes, regardless of the host system. If multiple users are hosted on a system, the first part of the path will be ~user

Directory and resource path The last part of the path is the actual resource desired, usually an HTML page. The extension for HTML files can be .htm or .html (recommended) If no resource is given, the server will try to display a page named index.html. If not found, it may display a directory listing, if permitted.

Directory and resource path A fragment identifier can be used to specify a given part of an HTML page. E.g. the URL http://www.someaddress.com/files/intro.html#part3 will show the page intro.html, starting with the section labelled part3. This is useful for long documents.

Paths Since graphics are not embedded in web pages, the location of the graphic is indicated to the web browser with a path in HTML.

Relative vs. absolute URLs In Unix terms what is the difference? In URL terms what is the difference? When are relative URLs used? Why? What problems can there be with use of relative URLs?

Packet switching Packet switching is one of the key concepts of the Internet. This involves the use of two separate concepts, packets and switching.

Packets A message is broken up into small pieces called packets, usually about 1 kb in size. Each packet recieves a header containing the destination IP address, the sender’s IP address, the total number of packets that make up a message, and the sequence number of that packet.

Switching Since the packets are individually addressed, and numbered for sequence, they can be sent and received in any order. This means that packets can be switched to different routes to get to the destinations, according to network traffic.

Request/Response The HTTP protocol is set up to work in terms of requests and responses.

Request/Response In a typical WWW example, you type in a URL in your browser’s location window, and press enter. Your browser then sends a message (request) to a web server, asking for a given HTML page. The web server sends back the page, or a reason it can’t comply (response).

A Typical Internet Request You type in a URL in your web browser (http://www.test.com) The web browser needs to know the IP address that is assigned to this URL, so it makes a request to a Domain Name Server (DNS). The request gets passed along from one name server to the next, until the address is found, or the request times out.

A Typical Internet Request Once the browser has the IP address (123.456.789.123), it can prepare the HTTP request packets and send them to the server. The message is divided into packets, which can be addressed with the source and destination IP addresses.

A Typical Internet Request The message packets are then sent on their way. From a dial-up connection, the first step is the ISP. The ISPs router looks at the destination address, and if it can’t deliver the message, it passes it on to another router, etc. until the message reaches its destination.

A Typical Internet Request The message reaches its destination site, usually a web server, which processes the request. It then gets the requested page, if available, and prepares a reply message, including the requested information, and then divides it into packets and sends it back to the originator of the request.

Standards on the Internet/WWW Technical standards related to the Internet (e.g. TCP/IP) are published as Requests for Comment (RFCs). These are very technical, detailed descriptions of the technology behind the Internet. URL - www.ietf.org

Standards on the Internet/WWW Standards related to the World Wide Web (e.g. HTML) are set by the World Wide Web Consortium (W3C) URL – www.w3.org Standards released by the W3C are not necessarily implemented completely or in the same way by different web browsers.

Searching the web Search engines are necessary to even attempt to catalogue the estimated 270,000,000 web sites, with an estimated 7,000,000 being added daily. What are some popular search engines? How do they work?

IP addresses The current method of IP addressing uses 32 bit addresses, and we are quickly running out of addresses Work is underway to introduce IPv6 or IPng, which uses 128 bit addressing.

IP addresses This will provide 340,282,366,920,938,463,463,374,607,431,768,211,456 addresses, which could give up to 3,911,873,538,269,506,102 addresses per square metre of the Earth’s surface.

Review What is the Internet? What is the WWW? Is email a part of the Internet? What are the parts of a URL? What are the parts of a domain name?

Review How does packet switching make Internet communication more reliable? What organization makes decisions about HTML standards? Are HTML standards always followed by the different browsers?

Web browsers A Web browser contains the basic software you need in order to find, retrieve, view, and send information over the Internet. This includes software that lets you: Send and receive electronic-mail (or e-mail) messages worldwide nearly instantaneously. Read messages from newsgroups (or forums) about thousands of topics in which users share information and opinions. Browse the World Wide Web (or Web) where you can find a rich variety of text, graphics, and interactive information.

FTP/TELNET TELNET: The Internet allows computers to converse with each other over networks. A telnet program allows us to log into a distant computer almost as if we were actually sitting physically at that computer. FTP: File Transfer Protocol allows us to transfer files between two different computers on the Internet.