Day #3 : Web Development Journey

·

1 min read

Today, I learned about clients and servers, what they mean.

Think of a Restaurant:

  • The client is like a person sitting at the table in a restaurant. They ask the waiter for food from the menu.

  • The server is like the kitchen in the restaurant. The kitchen prepares the food that the client asked for and gives it to the waiter to deliver.

    Steps:

    1. The person (client) says, "I want a pizza!"

    2. The waiter takes the order to the kitchen (server).

    3. The kitchen (server) makes the pizza and gives it to the waiter.

    4. The waiter brings the pizza back to the person (client).

      Client :-

      • A client is a device or software application that requests services or resources from a server.

Server :-

  • A server is a device or software application that provides services or resources to clients.

Thank you…….😊