What are the advantages and disadvantages of storing information on the server?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are the advantages and disadvantages of storing information on the server?
Rating:
The following are the advantages and disadvantages of storing data on the server:
| It is better to store confidential data such as password and authentication status on the server for high data security. If data is stored on the client-side, unauthorized user may tamper with the data. | If multiple Web servers are used with server-side state management data storage, either efficient load-balancing or central database is needed for data storage so that all Web servers can access the same data. |
| It is very useful to store large amounts of data on the server, as it will decrease bandwidth utilization and page load times. It will be cost-effective and therefore its scalability will be increased. | If data is stored on the server-side, more memory will be consumed on the server. This can result in increasing potential bottlenecks. |
Rating:
Was this information helpful?
Other articles
- What is session state?
- Note for the XmlValidatingReader class
- What is the CurrentUICulture property?
- What are the different sections to create an ASP.NET Web page?
- What is pagination?