Q. What is the difference between client-side scripting and server-side scripting?
Answer =
Client Side Scripting
• Script code is downloaded and executed at client end.
• Response to interaction is more immediate once the program code has been down-loaded.
• Services are secure as they do not have access to files and databases.
• Browser dependent.
• Affected by the processing speed of user's computer.
Server Side Scripting
• The script is executed at the server-end and the result is sent to the client-end.
• Complex processes are more efficient as the program and associated resources are not down loaded to the browser.
• Have access to files and data bases but have security considerations when sending sensitive information.
• Does not depend on browsers.
• Affected by the processing speed of the host server.
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )