---
title: "What does the term Scalability mean?"  
description: "What does the term Scalability mean?"  
author: "Amit Singh"  
published: 2010-12-09  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/282/what-does-the-term-scalability-mean  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What does the term Scalability mean?

Web applications that serve a large number of users or that present large amounts of data need to able to add capacity as users’ demands increase. The ability to add capacity to an application is called scalability. ASP.NET Web applications support this concept through their ability to run in multiple processes and to have those processes distributed across multiple CPUs and/or multiple servers.\
\

## Answers

### Answer by Amit Singh

Web applications that serve a large number of users or that present large amounts of data need to able to add capacity as users’ demands increase. The ability to add capacity to an application is called scalability. ASP.NET Web applications support this concept through their ability to run in multiple processes and to have those processes distributed across multiple CPUs and/or multiple servers.\
\


---

Original Source: https://www.mindstick.com/interview/282/what-does-the-term-scalability-mean

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
