0% found this document useful (0 votes)
82 views13 pages

Computer Presentation

Web services allow electronic devices to communicate and exchange data over the internet. There are two main types of web services - REST and SOAP. REST provides a more flexible implementation while SOAP has specific requirements like XML messaging. The World Wide Web or WWW is a system for accessing documents over the internet using URLs. It introduced HTTP for requesting and transmitting documents and allows users to create hyperlinked web pages. HTML is the markup language used to structure and present content on the World Wide Web. It provides instructions to browsers on how to display text, images, and hyperlinks on web pages. While useful for basic page layout, it has limitations as it is not a programming language and produces static output.

Uploaded by

Supriyaa Hejib
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
82 views13 pages

Computer Presentation

Web services allow electronic devices to communicate and exchange data over the internet. There are two main types of web services - REST and SOAP. REST provides a more flexible implementation while SOAP has specific requirements like XML messaging. The World Wide Web or WWW is a system for accessing documents over the internet using URLs. It introduced HTTP for requesting and transmitting documents and allows users to create hyperlinked web pages. HTML is the markup language used to structure and present content on the World Wide Web. It provides instructions to browsers on how to display text, images, and hyperlinks on web pages. While useful for basic page layout, it has limitations as it is not a programming language and produces static output.

Uploaded by

Supriyaa Hejib
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 13

Introduction To Web Services

A Presentation By Supriyaa Hejib, XII-A


Table of contents

Introduction World Wide Web


01 What are Web Services? . 02 www.whatisworldwideweb.com

HTML
03 HyperText Markup Language
01
What Are Web
Services: A Brief
.
Introduction
Introduction
According to Wikipedia, A web service is either: a service offered by an
electronic device to another electronic device, communicating with each
other via the Internet, or a server running on a computer device, listening for
requests at a particular port over a network, serving web documents.
Types Of Web Services

Two Types

REST SOAP

REST is a set of guidelines that offers SOAP is a protocol with specific


flexible implementation. requirements like XML messaging.
Internetworking Terms And Concepts

World Wide
. Web HyperText
. Markup
Language
02 World Wide
Web
What Is World Wide Web?
The world wide web (WWW) is a set of protocols that allows you to
access any document on the Net through a naming system based on URLs.
WWW also specifies a way- the hypertext Transfer protocol (HTTP)- to
request and send a document over the internet. With these standard
protocols of WWW in place, one can set up a server and construct
hypertext documents with links in them that point to the documents on the
server.
Attributes of WWW

User Friendly Multimedia Documents


WWW resources can work A B WWW allows the Internet users to
easily with most Internet create, link or display multimedia
browsers. web pages.

Frames Interactive
WWW supports frames, the
C D WWW supports and enables
display of more than one interactivity between users and
independently controllable section servers.
on a single web page.
03
Hypertext
Markup
Language
HTML
Everything that you see on the web is documents written in a special language HTML or
Hypertext Markup Language. This language tells the browsers like Mosaic or Netscape or
Internet Explorer how to display text, pictures and links on the screen.
Features of HTML:
• It is a document-layout and hyperlink-specification language.
• It tells the browser how to display the contents of a hypertext document.
• It demonstrates how to make a document interactive through special hyperlinks.
Limitations of HTML

1. Not a Word
Processing Tool
It is not a desktop publishing
solution or even a
programming language. It is 2. Static Language
just a page-layout and
It cannot produce dynamic
hyperlink specification
output alone, since it's a static
language
language.
Thank you <3

You might also like