Obimba Smartsmartex.hashnode.dev·Dec 16, 2023What happens when you type google.com in your browser and press Enter?A network is a collection of computers linked together that communicate via some predefined standards known as protocols. The Internet in its current form is just a computer network - a collection of devices and computers linked together: this is kno...1 likeinternet
Ritesh Mukimriteshmukim.hashnode.dev·Oct 26, 2023Client Server ArchitectureLet's start with understanding what the individual terms Client 👨🏻 and Server 🗄️ mean by taking a simple example of a Burger Shop 🍔. Suppose, there is a burger shop near your house, where you can go, order a burger, and eat it. Here, the burger ...2 likes·110 readsSystem Architecture
Emmanuel Yewandemrincredible.hashnode.dev·Sep 24, 2023MY-SQL Client-Server ArchitectureDEPLOYMENT OF A FULLY FUNCTIONAL MY-SQL CLIENT/SERVER ARCHITECTURE Client-Server Architecture Client-server architecture involves the connecting together of one or more computers through a network to send and receive requests between one another.This...Client Server Architecture
RAJESH MOHARANArajeshmoharana.hashnode.dev·Jan 26, 2023What is Client and Server ?Client Client refers to a device or a software program that connent to a web server in order to access web based resources or service. Server Server is a device or a software program where we send data to client on behalf of the client request.client-server