Chapter 1 Flashcards
What is web application?
A web application is a software program that runs on the web-servers and can be accessed through web browsers like google, youtube, facebook e.t.c
What is a domain?
A domain is a unique name that represent a specific address and location on the internet
What is a client-server network?
A client-server network is a network model designed for end-user called clients to access resources from a central system known as server
What is a server?
A server is a computer program that provides services to another computer program and its user
What is a host?
A host is a computer network or a device connected to a network that provides services and resources from other computer or a device on a same network.
What is a local host?
A local host refer to a computer or a device you are currently using
Define HTML?
HTML stands for Hyper Text Markup Language and it is a standard language used for creating or displaying webpages on the internet
Define JAVASCRIPT?
JAVASCRIPT is a programming language used to create dynamic and interactive webpages on the internet
Explain webpage?
A webpage is a document displayed on the internet it may consist of images, videos, text and other multimedia content
What is a WEB?
A web is a global network of interconnected documents and resources and can be accessed by the internet
What is a website?
A website is a collection of related webpages that are accessed through the internet and are typically hosted on the internet
Enlist types of websites?
- Blog Website
- Landing Website
- Video Streaming Website
- E-Commerce Website
Define URL?
A URL(Uniform Resource Locator) is a web address that specifies the location of the resource on the internet
Define Web Hosting?
A web hosting is a services that allows individual or organization to make their website accessible on the internet
What is HTTP Basics?
HTTP stands for (Hyper Text Transfer Protocol) is a protocol that is used to transfer data over the internet allowing the communication between clients and the server
How HTTP works?
HTTP is a protocol that enables the communication between clients and the server over the internet by transmitting request and response in a standardized format
Enlist types of HTTP request?
- GET
- POST
- PUT
- PATCH
- DELETE
- HEAD
- OPTION
Define Protocol?
A protocol is a set of rules that determine how data is transmitted between different devices in the same network.