Parts of a URL (Uniform Resource Locator). Let’s study more closely what the parts of this string indicate.

Slides:



Advertisements
Similar presentations
The Internet.
Advertisements

4.01 How Web Pages Work.
Communicating Information: Web Design. It’s a big net HTTP FTP TCP/IP SMTP protocols The Internet The Internet is a network of networks… It connects millions.
Introduction to Research: The Internet
SM5312 week 5: web technology basics1 Web Technology Nick Foxall.
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.
IT skills: compose URLs IT concepts: parts of a URL, shortened URLs This work is licensed under a Creative Commons Attribution-Noncommercial- Share Alike.
Web Servers How do our requests for resources on the Internet get handled? Can they be located anywhere? Global?
The Web HTTP request HTTP response Your Machine Web Server Web browser sends a separate request for each object (e.g., embedded image) on the web page.
11 October HTML: Links and Forms. Agenda News: William Knight Review of HTML Pages Meeting sheet passed HTML Links Networking and the Internet HTML Forms.
Internet – Part II. What is the World Wide Web? The World Wide Web is a collection of host machines, which deliver documents, graphics and multi-media.
IST 221 Internet Concepts and Applications Internet, WWW and HTML 1.
HTML & Dreamweaver 101 Aman Yadav. Definitions HTTP – The Web uses a protocol called HTTP (Hyper Text Transport Protocol) to communicate between the Web.
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.
Introduction 2: Internet, Intranet, and Extranet J394 – Perancangan Situs Web Program Sudi Manajemen Universitas Bina Nusantara.
Internet Basics.
How the World Wide Web Works
Web Client/Server Communication A290/A590, Fall /09/2014.
Lecturer: Ghadah Aldehim
Lesson 2 — The Internet and the World Wide Web
HOW ACCESS TO WWW Student Name : Hussein Alkhaldi.
1 HTML (Set Up Public Folder) Some material on these slides is taken directly from
Building Websites and weblogs for university Professors Razi herbal medicines research center workshop Presenter: Mehdi Pedram.
Web application architecture
Chapter 2 Browsing the Web. Web Sites  What is a Home Page?  What is a Web Portal? (portal) Example: Yahoo! Lycos and MSN Typically offer? ________________________________________.
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.
Tutorial #2 Creating Links. Tutorial #1 Review Basic Page (DOCTYPE, HTML, Head, Title, Body) Tags Structure( ),,,,,, Nested Tags content Tag Attributes.
BASIC UNDERSTANDING OF INTERNET AND WEB BRIDGE COURSE of INFORMATION & COMMUNICATION TECHNOLOGY Activity No. 8.
Web Design (5) Navigation (1). Creating a new website called ‘Navigation’ In Windows Explorer, open the folder “CU3A Web Design Group”; and then the sub-folder.
4-Oct-15 Basic Protocols. 2 Sockets Sockets, or ports, are a very low level software construct that allows computers to talk to one another When you send.
 The World Wide Web is a collection of electronic documents linked together like a spider web.  These documents are stored on computers called servers.
Web Engineering we define Web Engineering as follows: 1) Web Engineering is the application of systematic and proven approaches (concepts, methods, techniques,
MySQL and PHP Internet and WWW. Computer Basics A Single Computer.
1 Chinese Information Processing : Using Computers to Teach and Learn Chinese Week 6 and 7: Creating and maintaining web pages - html and ftp.
The Inter-network is a big network of networks.. The five-layer networking model for the internet.
IP BROS Presentation by: Amen Ahmed. Mario and Luigi are here to help us find our way through the internet. Mario will act as our browser and Luigi will.
Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 3-1.
1 UNIT 13 The World Wide Web Lecturer: Kholood Baselm.
Murach's HTML5 and CSS3, C1© 2012, Mike Murach & Associates, Inc. Slide 1.
 How a computer works  The Internet  Browsers  Web Pages.
The Internet and World Wide Web Sullivan University Library.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
The Internet, Fourth Edition-- Illustrated 1 The Internet – Illustrated Introductory, Fourth Edition Unit B Understanding Browser Basics.
1 An Introduction to Dreamweaver and PHP Part C: Setting Dreamweaver up to handle file transferring FTP.
COSC 2328 – Web Programming.  PHP is a server scripting language  It’s widely-used and free  It’s an alternative to Microsoft’s ASP and Ruby  PHP.
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.
Uploading Web Page  It would be meaningful to share your web page with the rest of the net user.  Thus, we have to upload the web page to the web server.
INTERNET AND . WHAT IS INTERNET The Internet can be defined as the wired or wireless mode of communication through which one can receive, transmit.
How Web Servers and The Internet Work The Basic Process.
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.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Internet The internet is the largest computer network system in the world. It consists of many smaller networks connected together by a global public.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Instructor: Ahmed Jafer
Warm Handshake with Websites, Servers and Web Servers:
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
Providing Network Services
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Navigating The World Wide Web
Copyright © 2006 Pearson Addison-Wesley. All rights reserved.
Part 2 Setting up a web server the easy way
4.01 How Web Pages Work.
Information Retrieval and Web Design
Computer Networks Protocols
4.01 How Web Pages Work.
Q/ Compare between HTTP & HTTPS? HTTP HTTPS
Presentation transcript:

Parts of a URL (Uniform Resource Locator)

Let’s study more closely what the parts of this string indicate.

httpProtocol used in the communication between the browser and the web server. ‘Protocol’ is a set of rules a browser and aweb server use to communicate with and understand each other.

//Indicates that a contact to a server is to be achieved.

wwwName of a server listening to messages using the http protocol. Note that this name is not always shown in the URL in the Address Box. And the name can be something other than ‘www ’’.

nypl.orgName of a domain where the web server belongs. Domain is like an address by which you can get to some specific ‘area’ on the Net. For example, the domain name ‘nypl.org’ is registered to The New York Public Library and there are probably several server programs in that domain each dedicated to different tasks.

This part of the URL is actually the name of the web server seen over the Internet. In other words, it’s the server that hosts the web site of The New York Public Library. By using it the request a browser sends can be directed to the right web server.

You may wonder how a request can be directed to the right server if the name is not shown in the URL. In fact, the sequence is such that a request is first directed to the domain and then in the domain the right server is found. In the domain an http request goes to the server that is listening to messages using the http protocol.

/Indicates the root folder of the folder system hosted by the web server

sitemap/ Indicates a folder in the root folder.

index.html The name of the document file requested.

Note that thought there is a URL seen on the Address Box, the browser doesn’t have a direct connection to a folder and a document file there on the disk of the server machine. It is always the web server that fetches the document and sends it to the browser. So nothing can be ‘disturbed’ on a web server by using a browser.

In folders hosted by a web server there is usually a file which is returned in case only the name of the folder is given. (For example, you can try what happens when you type ‘nypl.org/sitemap/ ’ on the Address Box and press Enter.) This specific default page can be named in several ways: index.htm Index.htm index.html Index.html default.html default.asp etc.

However, the name doesn’t make a difference; a default page is shown if no other file is mentioned after the name of a folder.

T his information was provided by