Web Services8
Web Services8
syllabus
Computer Science 2023-24
Chapter 8
Web services
The web services can be searched for over the network and can also be
invoked accordingly.
When invoked, the web service would be able to provide the functionality
to the client, which invokes that web service.
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.
Web architecture –
Closing tags Compulsory to use closing tags. Closing tags are optional.
Nesting Must be properly done. Not much valuable.
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
A domain name is our website name. e.g. in python.mykvs.in , in is primary
domain,mykvs is subdomain of in and python is subdomain of mykvs.
Generic domain name - .com,.edu,.gov,.mil,.net,.org etc
Country specific domain name - .in for india,.us for united states
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.