Web Services
Web Services
Web Services
syllabus
2020-21
Chapter 9
Web services
Computer Science
Class XII ( As per CBSE Board)
Visit : python.mykvs.in for regular updates
Web services
The web services can be searched for over the network and can
also be invoked accordingly.
Many people think that the internet and the world wide web
(WWW) are the same thing. While they are closely linked, they
are very different systems.
The internet is a huge network of computers all connected
together. The world wide web (‘www’ or ‘web’ for short) is a
collection of webpages found on this network of computers. Our
web browser uses the internet to access the web.
The World Wide Web is a way of exchanging information
between computers on the Internet, tying them together into a
vast collection of interactive multimedia resources.
World Wide Web was created by Timothy Berners Lee in 1989 at
CERN in Geneva. World Wide Web came into existence as a
proposal by him, to allow researchers to work together
effectively and efficiently at CERN. Eventually it became World
Wide Web.
Visit : python.mykvs.in for regular updates
Web services
Web architecture –
Closing tags Compulsory to use closing tags. Closing tags are optional.
Nesting Must be properly done. Not much valuable.
Visit : python.mykvs.in for regular updates
Web services
TFT Monitor
LG Electronics
995e
8500.00
HTTP - HTTP stands for hypertext transfer protocol and is used to transfer data across
the Web. It allow users of the World Wide Web to exchange information found on web
pages. When accessing any web page entering http:// in front of the address tells the
browser to communicate over HTTP.
How It Works-
It is a connectionless text based protocol. Clients (web browsers) send requests through
request object of http to web servers for web pages / images etc.Web server respond
accordingly through response object of http After this cycle(request – response), the
connection between client and server across the Internet is disconnected. A new connection
must be made for each request(means for each web page).
Request python.mykvs.in
Response 182.156.84.26
Http response
Web hosting - Web hosting is the place where all the files of your
website live. It is like the home of our website where it actually
lives.
A good way to think about this is if the domain name is the address
of our house, then web hosting is the actual house that address
points to. All websites on the internet, need web hosting.
Domain names and web hosting are two different services.
However, they work together to make websites possible.It is
possible with the system known as DNS.