I'm not sure if this type of question is allowed here, but it is related to software projects.
Is there a difference between scalable and extensible?
Is extensible a sub-set of scalable? I.e. Scalable (extensible)
Some regard it as the same, others regard it as different. What are the differences?
I am led to believe:
Scalable - make the system withstand more usage (bandwidth etc...) AND make it larger.
Extensible - add more functionality to the system.
Are they not the same?
Edit: If extensible is adding more functionality to the system and scalable can be deemed as making a system larger, is that not theoretically the same, proving that extensible is just a sub-set of scalable?