1 / 10

Client Server Paradigm

The client-server paradigm is a fundamental model in networking where a client requests services, and a server processes and responds to those requests. The server hosts resources, such as web pages or databases, while clients access them over a network. This model is widely used in web applications, cloud computing, email services, and database management systems. It enables centralized control, efficient resource management, and scalability in modern networked environments.

Anita101
Download Presentation

Client Server Paradigm

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Process to Process Delivery: Client/Server Paradigm Anita Choudhary Assistant professor EC Ajmer April 2, 2020

  2. PROCESS-TO-PROCESS DELIVERY The transport layer is responsible for process-to-process delivery—the delivery of a packet, part of a message, from one process to another. Two processes communicate in a client/server relationship, as we will see later.

  3. Note The transport layer is responsible for process-to-process delivery.

  4. Types of data deliveries

  5. Port numbers

  6. IP addresses versus port numbers

  7. IANA (Internet Assigned Number Authority) ranges

  8. Socket address

  9. Multiplexing and demultiplexing

More Related