Backend vs Frontend Flashcards
What is frontend programming?
Frontend development focuses on the visual aspects of a website - the part that users see and interact with.
What is backend programming?
Backend development comprises a site’s structure, system, data and logic.
What is the difference between frontend and backend programming?
Frontend programming focuses on HCI, UI, UX and is centered around the user, while backend programming focuses on a site’s structure and logic. Frontend is centered around the user, backend is centered around the machine.
What is the difference between Client and Server in web development?
A client is a user program that connects to a server to access a service. A web browser is a client program that makes use of web server facilities.
A server is a sample of software or hardware that serves a specific service to its clients. Web servers, domain name servers, and mail servers are some examples.