Web Server Architecture/Hosting Capstone Project2 Name-ASFAQUE KHAN Regno-10802705.

Slides:



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

Welcome to Middleware Joseph Amrithraj
4.01 How Web Pages Work.
DT228/3 Web Development WWW and Client server model.
Design of Web-based Systems IS Development: lecture 10.
Master’s course Bioinformatics Data Analysis and Tools Lecture 6: Internet Basics Centre for Integrative Bioinformatics.
CADDLAB Medical Imaging on Remote Compute Servers.
Multiple Tiers in Action
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.
Robofest 2001 Online Management System Jim Needham MCS 4833/01 Senior Project Dr. Chan-Jin Chung, Ph.D.
Live the dream… Technologies of e-Commerce Unit 8 – e-Commerce LO1 : Know the technologies required for e-commerce.
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.
Presented by Mina Haratiannezhadi 1.  publishing, editing and modifying content  maintenance  central interface  manage workflows 2.
What is Web Design The term “web design” has come to encompass a number of disciplines, including: Visual (graphic) design User interface and experience.
Chapter 1 Web Server Setup and Configuration. Contents A.What is web server B.Installing and Configuring Web Server C.Testing the Installation.
Common Services in a network Server : provide services Type of Services (= type of servers) –file servers –print servers –application servers –domain servers.
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
By: Marcus Owens. Essential Components Your computer depends on two things: hardware and software. Hardware are physical components that make up your.
Linux Operations and Administration
IT 210 The Internet & World Wide Web introduction.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Databases and the Internet. Lecture Objectives Databases and the Internet Characteristics and Benefits of Internet Server-Side vs. Client-Side Special.
PIZZA WEB PAGE May 28, FOR TODAY  Review Vocabulary Words (take out your worksheets!)  Pizza Web Page  Research more tags  Turn in your homework!
Project Proposal Interface Design Website Coding Website Testing & Launching Website Maintenance.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 4. Understanding the Internet’s Software Structure.
PHP With Oracle 11g XE By Shyam Gurram Eastern Illinois University.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Microsoft ASP.net Session Samar Samy Microsoft Student Partner.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 23 How Web Host Servers Work.
HOW WEB SERVER WORKS? By- PUSHPENDU MONDAL RAJAT CHAUHAN RAHUL YADAV RANJIT MEENA RAHUL TYAGI.
LOGO 2 nd Project Design for Library Programs Supervised By Dr: Mohammed Mikii.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Overview Web Session 3 Matakuliah: Web Database Tahun: 2008.
INTRODUCTION TO WEB APPLICATION Chapter 1. In this chapter, you will learn about:  The evolution of the Internet  The beginning of the World Wide Web,
RUBRIC IP1 Ruben Botero Web Design III. The different approaches to accessing data in a database through client-side scripting languages. – On the client.
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
 Computer use language to communicate  A web browser will read these tags and translate it into what you actually see  Viewing Code of ESPN WebsiteESPN.
Web Development Process The Site Development Process Site Construction is one of the last steps.
Web Design and Development. World Wide Web  World Wide Web (WWW or W3), collection of globally distributed text and multimedia documents and files 
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Web Server By Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
UNIT-3 Performance Evaluation UNIT-3 IT2031. Web Server Hardware and Performance Evaluation Key question is whether a company should host their own Web.
8 th Semester, Batch 2009 Department Of Computer Science SSUET.
Display Page (HTML/CSS)
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.
introductionwhyexamples What is a Web site? A web site is: a presentation tool; a way to communicate; a learning tool; a teaching tool; a marketing important.
Website Update and Use of Official accounts Dr.Lasantha Ranwala ( MBBS,MSc-Biomedical Informatics) Medical Officer - Health Informatics RDHS Office.
World Wide Web 16 World Wide Web 16. World Wide Web 16 Everyone also talks about the Web But people don’t really understand how it works You need to know.
Introduction to HTML 4.0 Getting Started – Basic Terminology Teacher: Mr. Ho.
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.
6/28/ A global mesh of interconnected networks (internetworks) meets these human communication needs. Some of these interconnected networks are.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Project 1 Introduction to HTML.
Objective % Select and utilize tools to design and develop websites.
Web Concepts Lesson 2 ITBS2203 E-Commerce for IT.
Technologies and Applications
Department of Computer Science
Chapter 2 Client/Server Applications
TYPES OF SERVER. TYPES OF SERVER What is a server.
browser search engine web page
Browser Engine How it works…..
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Part 8 Q36 to Q40 of National 5 Prelim
DD Sir-Infomatics Web Development Part-1.
4.01 How Web Pages Work.
Client-Server Model: Requesting a Web Page
4.01 How Web Pages Work.
Presentation transcript:

Web Server Architecture/Hosting Capstone Project2 Name-ASFAQUE KHAN Regno

Contents ● Introduction ● Sequence Diagram ● Flow chart ● Design and coding

Introduction ● Web server can refer to either the hardware (the computer) or the software (the computer application) that helps to deliver content that can be accessed through the Internet. ● The most common use of web servers is to host web sites but there are other uses like data storage or for running enterprise applications.

Introduction(contd) ● The primary function of a web server is to deliver web pages on the request to clients. ● This means delivery of HTML documents and any additional content that may be included by a document, such as images, style sheets and scripts. ● Web servers are not always used for serving the world wide web.

Introduction(contd.) ●1●1

Sequence Diagram ●2●2

Flow chart ●3●3

Flow chart(contd.) ●3●3

Design and coding ● User interface

View login ● <?php require("sheader.php"); ?>

View login(contd.) ● <?php

View login(contd.) ●2●2

User home ● <?php require("uheader.php"); ?> Hosting Dashboard

User home(contd.) ●

User login(contd.) ●

User home(contd.) ●2●2

View Domain ● ?php require("uheader.php"); ?> Search Domains

View Domain(contd.) ● if($dname!="") { $q = "select * from domains where dname='$dname'"; $data = mysql_query($q); $rnum = mysql_num_rows($data);

View Domain(contd.) ●w●w

Thank you