Warm Handshake with Websites, Servers and Web Servers:

Slides:



Advertisements
Similar presentations
Web Page Concept and Design :
Advertisements

4.01 How Web Pages Work.
The Client-Server Model for the Web 1. A Web Client (usually in the form of a web browser) makes an HTTP request to a specific web server. 2. The Web Server.
Project 1 Introduction to HTML.
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.
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.
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.
1st Project Introduction to HTML.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
INTRODUCTION TO WEB DATABASE PROGRAMMING
Chapter 1 Introduction to HTML, XHTML, and CSS
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
Lesson 2 — The Internet and the World Wide Web
Chapter 6 The World Wide Web. Web Pages Each page is an interactive multimedia publication It can include: text, graphics, music and videos Pages are.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
Chapter 8 The Internet: A Resource for All of Us.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
BASIC UNDERSTANDING OF INTERNET AND WEB BRIDGE COURSE of INFORMATION & COMMUNICATION TECHNOLOGY Activity No. 8.
HOW WEB SERVER WORKS? By- PUSHPENDU MONDAL RAJAT CHAUHAN RAHUL YADAV RANJIT MEENA RAHUL TYAGI.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
The Internet  Internet Hardware connected together Creates a massive worldwide network  Hardware Computers Communication lines  Interlinked collection.
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 Welcome to CSC 301 Web Programming Charles Frank.
NETWORK HARDWARE AND SOFTWARE MR ROSS UNIT 3 IT APPLICATIONS.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
CSCI-235 Micro-Computers in Science The Internet and World Wide Web.
Web Browsing *TAKE NOTES*. Millions of people browse the Web every day for research, shopping, job duties and entertainment. Installing a web browser.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
JavaScript and Ajax (Internet Background) Week 1 Web site:
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.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
INTERNET AND . WHAT IS INTERNET The Internet can be defined as the wired or wireless mode of communication through which one can receive, transmit.
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.
Glencoe Introduction to Multimedia Chapter 2 Multimedia Online 1 Internet A huge network that connects computers all over the world. Show Definition.
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
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.
4.01 How Web Pages Work.
The World Wide Web.
4.01 How Web Pages Work.
Web Programming Language
4.01 How Web Pages Work.
Distributed Control and Measurement via the Internet
Technologies and Applications
JavaScript and Ajax (Internet Background)
Chapter 1 Introduction to HTML.
What is the Internet? © EIT, Author Gay Robertson, 2016.
CNIT 131 Internet Basics & Beginning HTML
Evolution of Internet.
E-commerce | WWW World Wide Web - Concepts
Introduction to Computers
Project 1 Introduction to HTML.
E-commerce | WWW World Wide Web - Concepts
Introducing the World Wide Web
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.
Web page a hypertext document connected to the World Wide Web.
Navigating The World Wide Web
Chapter 27 WWW and HTTP.
Introduction to the Internet and Web
What is the World Wide Web (www)
Web Page Concept and Design :
INFS 230 L Internet Technology
4.01 How Web Pages Work.
Information Retrieval and Web Design
Web Servers (IIS and Apache)
4.01 How Web Pages Work.
Presentation transcript:

Warm Handshake with Websites, Servers and Web Servers: Basic Knowledge about websites and web hosting

What do we learn What is the World Wide Web? What makes the Web work? How does the World Wide Web work? What is a web server? What is a web browser? What is a web page? How does a web page work? What is a home page? What is a web site?

What is the World Wide Web? The World Wide Web is an information space where documents and other web resources are identified by Uniform Resource Locators (URLs), interlinked by hypertext links, and can be accessed via the Internet. It comprises servers and client computers on the Internet that communicate using the hypertext transfer protocol (http).

What makes the Web work? The Web relies on these mechanisms: Hyperlinks - provides easy navigation among documents and resources Protocols - set of standards used to access resources via the Web Universal Resource Locator (URL) - uniform naming scheme for Internet resources Client and server computers - Web access is based on client/server technology

What makes the Web work? Uniform Resource Locator (URL) Uniform naming scheme that specifies unique addresses for web servers, documents, and other resources, no matter what its access protocol The URL points to where the data or service is located (the host computer and the directory in which it resides) on the Internet Web documents and resources are located and linked through their URL’s

What makes the Web work? Anatomy of a URL protocol host computer directory path file name Note: Not all URLs will have the directory and filename

How the Web works 4. Server sends requested files to browser to be interpreted 5. User receives file displayed by the browser Browser 3. Server accepts and processes request from browser 1. User sends request 2. Browser interprets user’s selection and makes request from appropriate server

What is a web server? Computer running application software that listens and responds to a client computer’s request made through a web browser Machine that hosts web pages and other web documents Provides web documents and other online services using HTTP

Web servers Apache - most popular open source server software on the Web iServer – application / web server written entirely in Java Microsoft Internet Information Server - IIS is fully integrated into the Windows NT / 2000 server package Macromedia ColdFusion – application / web server focuses on serving dynamic pages supporting other Macromedia products like Flash and Ultradev IBM Web Sphere Studio – combination of content creation software with web application Apple Webobject - application / web server for Mac

What is a web browser? Web browser Application software that is used to locate and issue a request for the page on the web server that hosts the document It also interpret the page sent back by the web server and display it on the monitor of the client computer Computer program that lets you view and explore information on the World Wide Web

Web browsers Microsoft Internet Explorer – browser integrated with the Windows operating system. Mac versions are available. Google Chrome - available for Windows, Mac, and Unix platforms. Opera – one of the alternatives to the two most popular browser mentioned above Mozilla – open source web browser software Lynx - popular Unix text-based browser

What is a Web page? Electronic document that typically contains several types of information accessible via the World Wide Web Set of information created, and organized, using HTML and/or other web page authoring and development tools Interpreted and displayed on the screen according to the instructions of the web page authoring tool

The Google’s page and its source

How web page works 1. The user requests a web page by entering its URL on the address location bar of a web browser. 2. The browser transmits the request to a web server through http. 3. The web server processes the request, locates and sends back the requested web document also using http. 4. The web browser interprets the file sent by the server and displays it on the monitor. 5. The same process happens when the user selects any of the hyperlinks or navigational tools on the page. URL Navigational tools Navigational tools Graphics / Hyperlinks Hyperlinks

What is a web site? A collection of related web pages of a certain individual, group, or organization, connected through a system of hyperlinks, hosted in a particular domain It can be a single web page that contains links to related information located on several web sites

What is a home page? Home page The main page of a web site that typically serves as an index or table of contents to other web pages Usually the first web page or the welcome page the users see when they visit a web site