Computer Science, asked by priyanidalal05, 9 months ago

 Assignment :- Do this assignment in your computer notebook with

heading holidays Homework. (2020)

1. Differentiate between web browser and web server.

2. How is the web page is different from home page visit home page and

web page of any kids site and collect information .

3. Open the website www.nationalbalbhavan.nic.in.

Visit any of the 5 web pages and write their URLs.

4. Name different types of protocols and explain each of them.

5. What is a URL and defines its parts.
.
.
.
.
.
.
.

It is not of 5 points , it is more than it so pls answer it o will follow you and will thank your all answers .
.
.
And pls do it in a notebook .
(●__●)(●__●)​

Attachments:

Answers

Answered by DrNykterstein
2

QUESTION 1 :-

Web Browser :-

  1. Web browser is a software which perform requests made by the client ( user ) and displays it on the screen.
  2. A web browser perform requests, And By displays the webpage as described in the document ( .html or .php ).
  3. A web browser must support latest web development languages for client side scripting language like JavaScript.
  4. A web browser has a search input for the user to search anything on the internet or simply type the URL.

Web Server :-

  1. Web Server is a computer of any operating system that stores the website files like ( static files, html files, javascript files, e.t.c., ).
  2. Web server is responsible for returning document file as defined in the request made by the user.
  3. A web server may have firewalls in some cases to avoid Ddos Attack.
  4. A web server restricts the user to access files stored in the computer. And the web server returns a forbidden request ( Status code 403) if user tries to access restricted files.

________________________________

QUESTION 2 :-

Web Page :- A webpage is a html document which can be displayed at any url endpoints you want. for example:

contact_us.html, about_us.html

These are different web pages for Different url endpoints.

Home Page :- A home page is the root webpage of the website, from where all the url endpoints can be accessed ( if available so ). A home page is generally named as index.html

** Visiting a website's homepage and collecting information about it must be done on your own **

________________________________

QUESTION 3 :-

I visited the following five webpages and found thier url in the url input field of the browser.

  • nationalbalbhavan.nic.in { Home Page }
  • nationalbalbhavan.nic.in/aboutus/overview.html
  • nationalbalbhavan.nic.in/aboutus/overview.htmlnationalbalbhavan.nic.in/Publication.html
  • nationalbalbhavan.nic.in/aboutus/overview.htmlnationalbalbhavan.nic.in/Publication.htmlnationalbalbhavan.nic.in/Contactus.html
  • nationalbalbhavan.nic.in/aboutus/overview.htmlnationalbalbhavan.nic.in/Publication.htmlnationalbalbhavan.nic.in/Contactus.htmlnationalbalbhavan.nic.in/sitemap.html

Above are 5 Different web pages of the website nationalbalbhavan.nic.in

________________________________

QUESTION 4 :-

Different types of Protocols :-

Protocols are set of rules to communicate over the internet.

These are:

  • File Transfer Protocol (FTP) :-

This protocol is used to share/transfer files from one computer to another over the internet while following the defined rules of this protocol.

  • Simple Mail Transfer Protocol (SMTP) :- This protocol is used to send e-mails over the internet.

  • Hyper Text Transfer Protocol (HTTP) :- This protocol is used to connect to the user computer to make requests and send response as a reply to the requests made by the user.

  • Hyper Text Transfer Protocol Secure (HTTPS) :- Same as HTTP but with encryption. This protocol is used to send and receive data from the user ( if submitted or requested so) but in encrypted form. So that the hackers can't modify it or even if they get it, It won't make sense to them because the data transfer between the computers are encrypted.

  • Transmission Control Protocol (TCP) :- This is very helpful in communication over the internet because It helps in the breakdown of data into bits ( smallest component of data ) which then get transferred to the desired location with the help of IP Protocol.

  • Internet Protocol (IP) :- The internet protocol assigns a computer a unique address which help to communicate with other computers with the help of TCP, The IP is responsible for defining the destination of data.

________________________________

QUESTION 5 :-

URL serves as the location of a webpage over the www. It stands for Uniform Resource Locator.

Parts of URL :-

Usually, A URL has two parts:

  • one: for defining the Protocol used. For example, https, http, ftp.
  • Two: It is the address of the Resource you want to access or simple called as resource name.

The two parts are separated by a colon and two forward slashes. (i.e., :// )

For Example :-

URL : nationalbalbhavan.nic.in { Include http:// at the beginning }

Here, The Protocol used is http which is insecure therefore you shouldn't enter any sensitive information on this site because It could be stolen by hackers as the data shared between you and the web server won't be encrypted.

NOTE :- Always enter your personal details or credit card information on a trusted site and that must be using https.The second part, which is the Resource name, is nationalbalbhavan.nic.in

The Resource name part is further divided into several parts namely host, port, query, domain, e.t.c.,

Similar questions