I have spent time to find out what is different between Simultaneous users and Concurrent users. However, there are many different results and I'm confusing now.
- Simultaneous users are the users who have a valid session in the server. Each of the users would be performing different actions like one doing login , other viewing the reports, etc.
- Concurrent users are the users who have a valid session in the server & they are performing the same operation at any point of time. All the concurrent users would perform login, reports download, etc at the same point of time.