Web Application is a software that run in the browser on the client computing system which provides Graphical User Interface to the user to interact with the web servers for accessing, uploading, updating and processing the data. Web Application Architecture Web Application uses a 3-tier architecture which components which comprises the following: Web Server –…
Category: Web
HTTP
HTTP (Hypertext Transfer Protocol) is an application layer protocol which is the foundation of World Wide Web used for accessing and sharing information across Internet. Internet is a collection of Networks that was built to distribute and access information. Many application protocols are used in the Internet for distributing Information out of which HTTP is the…
World Wide Web (WWW)
World Wide Web (WWW) is collection of Web Systems across Internet. Tim Berners-Lee invented Web in CERN during 1989. Web allows documents and other media to be published on web servers that can be accessed by users across Internet using HTTP protocol. Internet is a collection of networks which evolved to share information. Web is…
Web Server Attacks
A Web Server is a computer system that host information and provides it to users who accesses through HTTP using web browser. Web Service is most used service on Internet and hence is the most targeted by attacker. The following the various attacks performed on Web Server: Directory Transversal Attack is where the attacker exploits…
Web Server
A web server is computer system that stores, processes, and delivers web content, like HTML pages, images, and videos to clients through web browser using Hypertext Transfer Protocol (HTTP) protocol. The Web Server Software is responsible for receiving the HTTP request and responding back with requested information.