You are on page 1of 2

SVKM’s NMIMS University

Mukesh Patel School of Technology Management & Engineering

MCA SEMESTER III

SUBJECT: Web Technologies Practical Assignment: 1


Part A (To be referred by students)

Topic: Understand the Web Technologies

Aim: Understand the Fundamental of Web Technologies

Part B (to be completed by students)

(Students must submit the soft copy as per the following segments. The soft copy must be
uploaded on the portal. The filename should be Rollno_Name_Practical1 eg. A001_John
William_Practical1)

Roll No.: A047 Name: Ritika K Sahu


Prog/Yr/Sem: SEM 3 Batch: 2
Date of Experiment: Date of Submission:

Questions:

1. Is Web and Internet same? Justify your answer.


 They seems same but they are not same
 The World Wide Web is the common system for navigating the internet. It is not the
only system that can be used for such access, but it is by far the most common one.
 The internet is a public network of network with a maze of wired and wireless
connections between separate groups of servers computers and countless devices
from around the world

2. Explain working of client server architecture with respect to web application.


-> Client computers provide an interface to allow a computer user to request
services of the server and to display the results the server returns. Servers wait for
requests to arrive from clients and then respond to them. Ideally, a server provides
a standardized transparent interface to clients so that clients need not be aware of
the specifics of the system (i.e., the hardware and software) that is providing the
service. 

3. Explain what different kinds of applications/components are developed in web


Technology
->Web Application Components
UI/UX Web Application Components – This includes activity logs, dashboards,
notifications, settings, statistics, etc.
Structural Components – The two major structural components of a web app are
client and server sides.

Client Component - The client component is developed in CSS, HTML, and JS.

Server Component - The server component can be build using one or a combination
of several programming languages and frameworks, including Java, .Net, NodeJS, PHP,
Python, and Ruby on Rails

You might also like