Web Engineering we define Web Engineering as follows: 1) Web Engineering is the application of systematic and proven approaches (concepts, methods, techniques,

Slides:



Advertisements
Similar presentations
4.01 How Web Pages Work.
Advertisements

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.
Project 1 Introduction to HTML.
The Internet Useful Definitions and Concepts About the Internet.
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.
How the World Wide Web Works
Boris Tshibangu. What is a proxy server? A proxy server is a server (a computer system or an application) that acts as an intermediary for requests from.
WEB DESIGN SOME FOUNDATIONS. SO WHAT IS THIS INTERNET.
Web Design Basic Concepts.
INTRODUCTION TO WEB DATABASE PROGRAMMING
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.
Chapter 1: Introduction to Web
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
Lesson 2 — The Internet and the World Wide Web
2013Dr. Ali Rodan 1 Handout 1 Fundamentals of the Internet.
ASHIMA KALRA IMPORTANT TERMS.  WWW WWW  URL URL  HTTP PROTOCOL HTTP PROTOCOL  PROXIES PROXIES.
XHTML Introductory1 Linking and Publishing Basic Web Pages Chapter 3.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
How did the internet develop?. What is Internet? The internet is a network of computers linking many different types of computers all over the world.
HOW WEB SERVER WORKS? By- PUSHPENDU MONDAL RAJAT CHAUHAN RAHUL YADAV RANJIT MEENA RAHUL TYAGI.
The Internet  Internet Hardware connected together Creates a massive worldwide network  Hardware Computers Communication lines  Interlinked collection.
Introduction To Internet
1 Part-ii. Web Page A web page or webpage is a document or information resource that is suitable for the World Wide Web and can be accessed through a.
 The World Wide Web is a collection of electronic documents linked together like a spider web.  These documents are stored on computers called servers.
Objective Understand concepts used to web-based digital media. Course Weight : 5%
MySQL and PHP Internet and WWW. Computer Basics A Single Computer.
UNESCO ICTLIP Module 1. Lesson 61 Introduction to Information and Communication Technologies Lesson 6. What is the Internet?
Kingdom of Saudi Arabia Ministry of Higher Education Al-Imam Muhammad Ibn Saud Islamic University College of Computer and Information Sciences Chapter.
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.
INTERNET. Objectives Explain the origin of the Internet and describe how the Internet works. Explain the difference between the World Wide Web and the.
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
1 Chapter 01: Introduction by Tharith Sriv. This course covers the following topics:  Hypertext Markup Language (HTML)  Cascading Style Sheets  JavaScript.
HOW THE WEB WORKS Reference: Learning Web Design (4 th edition) by Robbins 2012 – Chapter 2 (pp. 21 – 32)
THE INTERNET. TABLE OF CONTENT CONNECTING TO THE INTERNET ELECTRONIC MAIL WORLD WIDE WEB INTERNET SERVICES.
Web Server.
Web Systems & Technologies Lecture 1
Internet Applications (Cont’d) Basic Internet Applications – World Wide Web (WWW) Browser Architecture Static Documents Dynamic Documents Active Documents.
Website Design, Development and Maintenance ONLY TAKE DOWN NOTES ON INDICATED SLIDES.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
JavaScript and Ajax (Internet Background) Week 1 Web site:
Computers Are Your Future Eleventh Edition Chapter 6: The Internet and the World Wide Web Copyright © 2011 Pearson Education, Inc. Publishing as Prentice.
COM: 111 Introduction to Computer Applications Department of Information & Communication Technology Panayiotis Christodoulou.
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.
Week-6 (Lecture-1) Publishing and Browsing the Web: Publishing: 1. upload the following items on the web Google documents Spreadsheets Presentations drawings.
 Internet Hardware connected together Creates a massive worldwide network  Hardware Computers Communication lines  Interlinked collection of smaller.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
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.
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.
The World Wide Web.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Web Concepts Lesson 2 ITBS2203 E-Commerce for IT.
Technologies and Applications
What is the Internet? © EIT, Author Gay Robertson, 2016.
Warm Handshake with Websites, Servers and Web Servers:
Evolution of Internet.
E-commerce | WWW World Wide Web - Concepts
Introduction to Computers
E-commerce | WWW World Wide Web - Concepts
Introducing the World Wide Web
THE INTERNET.
browser search engine web page
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Presentation transcript:

Web Engineering we define Web Engineering as follows: 1) Web Engineering is the application of systematic and proven approaches (concepts, methods, techniques, tools) to cost-effective requirements analysis, design, implementation, testing, operation, and maintenance of high-quality Web applications. 2) Web Engineering is also the scientific discipline concerned with the study of these approaches.

Web Engineering The growth of the Internet and the World Wide Web has already had a significant impact on business, commerce, industry, banking and finance, education, government and entertainment sectors, and our personal and working life. Many birthright information and database systems are being migrated to the Internet and the Web environments. it provides an information representation that supports interlinking of all kinds of content, easy access for end users, and easy content creation using widely available tools.

Web Service A web service is an application that is run by a web server and that results in a series of URLs that will return their data in a format that is intended to be parsed by a 'generic' computer program instead of by a browser. The term "Web Services" is also used to refer to the SOAP/XML standard, that is a standard way to encode the information in Web Service charm.

Web Service Web Services can convert your application into a Web-application, which can publish its function or message to the rest of the world. Web Services are published, found, and used through the Web.

SOAP SOAP stands for Simple Object Access Protocol SOAP is an XML-based protocol to let applications exchange information over HTTP. more simple: SOAP is a protocol for accessing a Web Service. SOAP is a communication protocol SOAP is a format for sending messages

Web Application A web application is any application that uses a web browser as a client. The application can be as simple as a message board or a guest sign-in book on a website, or as complex as a word processor or a spreadsheet.

Web Application Web applications commonly use a combination of server-side script (ASP, PHP, etc) and client-side script (HTML, JavaScript, etc.) to develop the application. The client-side script deals with the presentation of the information while the server-side script deals with all the hard stuff like storing and retrieving the information.

WWW WWW Stands for "World Wide Web." It is important to know that this is not a synonym for the Internet. The World Wide Web, or just "the Web," as people call it, is the Collection of internet resources, hyperlinked text, audio, and video files that can be accessed and searched by browsers based on standards such as HTTP and TCP/IP. The Web consists of pages that can be accessed using a Web browser.

Components of World Wide Web There are essentially three components which together form the World Wide Web; They are: 1)Internet, 2)Information Servers 3)Web Browser 4)Web Page 5)Website 6)URL

1. Internet The Internet, sometimes called simply "the Net," is a worldwide system of computer networks - a network of networks in which users at any one computer can, if they have permission, get information from any other computer (and sometimes talk directly to users at other computers). Internet is a public, cooperative, and self- sustaining facility accessible to hundreds of millions of people worldwide.

2. Information Servers Information servers run on computers connected to the Internet all over the world.servers Information servers are processes (executing computer software) which dish out information as requested from users connected to the same network/the public Internet. The most common information types of servers on the Internet today are: a)Web servers b)FTP Servers

a. Web servers Web servers are computers that deliver (serves up) Web pages. Every Web server has an IP address and possibly a domain name. For example, if you enter the URL in your browser, this sends a request to the Web server whose domain name is pcwebopedia.com. The server then fetches the page named index.html and sends it to your browser. Any computer can be turned into a Web server by installing server software and connecting the machine to the Internet.

b. FTP Servers FTP, or File Transport Protocol Servers; whose only function is to allow FTP clients to copy files of any kind (programs, images, text, etc.) between the client and server machines.FTP FTP allows you to enter commands and filenames to send to, receive from, and otherwise manage files and directories on a remote computer.

3. Browser The third component of the World Wide Web, a new generation of Internet information called Web Browsers. Web Browser is a software application used to locate, retrieve and also display content on the World Wide Web, including Web pages, images, video and other files. The browser is the client run on a computer that contacts the Web server and requests information. The Web server sends the information back to the Web browser which displays the results on the computer or other Internet-enabled device that supports a browser.

3. Browser The most popular browsers are: Microsoft Internet Explorer Firefox Google Chrome Apple Safari Opera

4. Web Page A web page or webpage is a document or information resource that is suitable for the World Wide Web and can be accessed through a web browser and displayed on a monitor or mobile device. This information is usually in HTML or XHTML format, and may provide navigation to other web pages via hypertext links. Web pages frequently include other resources such as style sheets, scripts and images into their final presentation.

5. Website A website, also written as Web site, web site, or simply site, is a set of related web pages containing content (media) such as text, image, video, audio, etc. A website is hosted on at least one web server, accessible via a network such as the Internet or a private local area network through an Internet address known as a Uniform Resource Locator (URL). All publicly accessible websites collectively constitute the World Wide Web.

Kinds of Web site Electronic commerce (e-commerce) sites Blog (web log) Celebrity websites Community sites Corporate websites Dating websites Forum websites Gallery Websites Gaming websites News sites Personal websites Religious sites Search engine sites Social networking sites

6. URL Abbreviation of Uniform Resource Locator (URL) it is the global address of documents and other resources on the World Wide Web. The first part of the address is called a protocol identifier and it indicates what protocol to use, and the second part is called a resource name and it specifies the IP address or the domain name where the resource is located.

URL The protocol identifier and the resource name are separated by a colon and two forward slashes. For Example: a.ftp:// b. The term "Web address" is a synonym for a URL that uses the HTTP / HTTPS protocol.