Tag: Web server
-
IP stack : Localhost
The IP stack, also known as the Internet Protocol Suite, is the fundamental architecture that governs how data is transmitted across networks. It consists of four layers: the Link Layer, Internet Layer, Transport Layer, and Application Layer. Within the context of IP stack communication, “localhost” refers to the standard hostname for the local computer or…
-
Client / Server Architecture
Client/Server architecture is a robust and widely used design paradigm in computing, where the workload is distributed between two distinct entities: the client and the server. The client is typically a user-facing application that requests services or resources, while the server is a backend system that provides the requested functionalities. This architecture forms the backbone…
-
XAMP
The basic Web-Dev stack will include web server, data base server, ssh server and php runtime, XAMP is compatable with window os, for Linux LAMP stack has to be used. The full form of XAMP is mentioned below : X -> windows OS (operating system)A -> apache (web server)M -> Mysql (database server)P -> PHP (programming…
-
LAMP STACK
Lamp stack is a full stack development suit that is leveraged to build WEBSITES. LAMP is a full-stack development solution that has integrated front-end and back-end capabilities. FRONT END TECH: HTML, CSS, js, pre-processors, ps, ai, react BACK END TECH: PHP, node.js The lamp stack has both a web server and a database server. GUI-based cpanel is used to operate and manage LAMP SERVERS. Both GUI-based…