πŸ’‘ Jump to Important Questions ↓

Important Questions

Important Questions

Introduction

Asked in 2082Short Question5 Marks
1.
Define web clients and web servers with examples. [5]

Define Web Clients and Web Servers with Examples

Web Client

A web client is a software application that sends requests to a web server and displays the response (web pages) to the user.

  • It acts as the front-end that users interact with
  • It uses HTTP/HTTPS protocol to communicate with web servers
  • The client sends a request and receives a response (HTML, CSS, JS, images, etc.)

Examples: Google Chrome, Mozilla Firefox, Microsoft Edge, Safari, Opera


Web Server

A web server is a software (or hardware) that receives requests from web clients, processes them, and sends back the requested web pages or resources as a response.

  • It acts as the back-end that stores and serves website content
  • It listens on a specific port (usually port 80 for HTTP, port 443 for HTTPS)
  • It handles multiple client requests simultaneously

Examples: Apache HTTP Server, Nginx, Microsoft IIS (Internet Information Services), LiteSpeed


How They Work Together

  • Client (browser) sends a request β†’ Server processes the request β†’ Server sends back the response β†’ Client displays the content

Conclusion: Web clients and web servers follow a client-server architecture where the client initiates communication and the server responds with the requested resources over the internet using HTTP protocol.

Asked in 2081Short Question5 Marks
2.
Describe client server architecture with its types. [5]
Asked in 2080Short Question5 Marks
3.
Describe the WWW, web client and web server. [5]
Asked in 2079Short Question5 Marks
4.
Differentiate Web 1.0 from Web 2.0. [5]
Asked in 2078Short Question5 Marks
5.
What are the services provided under web2.0? [5]
Asked in 2076Short Question5 Marks
6.
What is HTTP protocol? Define HTTP Request and Response. [5]