0% found this document useful (0 votes)
5 views5 pages

Assembler Server Client

The document provides an overview of key computing concepts, focusing on assemblers, servers, and clients. An assembler translates assembly language into machine language, while a server provides services to clients over a network, with examples including web and database servers. Clients, such as web browsers and email applications, send requests to servers and access their services.

Uploaded by

Agnesrani Nadar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views5 pages

Assembler Server Client

The document provides an overview of key computing concepts, focusing on assemblers, servers, and clients. An assembler translates assembly language into machine language, while a server provides services to clients over a network, with examples including web and database servers. Clients, such as web browsers and email applications, send requests to servers and access their services.

Uploaded by

Agnesrani Nadar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Assembler, Server, and Client

Overview of Key Computing Concepts


Assembler
• An assembler translates assembly language
code into machine language (binary code) that
the processor can understand and execute.

• Key Points:
• - One-to-one translation.
• - Faster and hardware-specific.

• Example:
Server
• A server is a computer or software that
provides services, resources, or data to clients
over a network.

• Types of Servers:
• 1. Web Server: Hosts websites (e.g., Apache,
Nginx).
• 2. Database Server: Stores and manages data
(e.g., MySQL).
• 3. File Server: Manages file access (e.g.,
Client
• A client is a device or application that sends
requests to a server and uses its services.

• Examples:
• - Web Browsers (e.g., Chrome, Firefox).
• - Email Applications (e.g., Outlook).

• Client-Server Interaction:
• - The client sends a request (e.g., opening a
Client vs. Server
• | Aspect | Client | Server
|
• |--------------|-----------------------------|--------------
-----------|
• | Role | Sends requests |
Responds to requests |
• | Function | Accesses services |
Provides services |
• | Examples | Web browser, mobile app |
Web server, file server |

You might also like