answersLogoWhite

0

Centralization- access, resources, and data security are controlled through the server

Scability - any element can be upgraded when needed

Flexibility - new technology can be easily integrate into the system

User friendly - familiar point and click interface

Hope this helps!

Inclus.net - We provide individual and corporate IT training

Educate, Learn & Serve

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

10 Explain the term session in server side programming approach What is the main benefit from implementing the session?

explain the term session in server side programming approach


What language is used for robot programming?

A bot can be written in a server-side language like php, asp, etc.


Can you connect to a Java server from a different programming language?

If the server allows it, yes.


Internet programming differ from other programming?

Internet programming is generally a client/server based programming where there will be servers for handling requests and clients for sending request these may be on different computers but the other programing may or may not be client server based which is on the same PC


What are client side and server side scripting?

Client side scripting is a script, (ex. Javascript, VB script), that is executed by the browser (i.e. Firefox, Internet Explorer, Safari, Opera, etc.) that resides at the user computer. Server side scripting, (ex. ASP.Net, ASP, JSP, PHP, Ruby, or others), is executed by the server (Web Server), and the page that is sent to the browser is produced by the serve-side scripting. So when a server sends out a page, it executes server-side scripts, but does not execute client-side scripts. Once the browser receives the page, it executes the client-side scripts. Server side scripting can connect to databases that reside on the web server or another server reachable from web server. Client side scripting cannot do that. Server side scripting can access the file system that reside at the web server, client side cannot. Server side scripting can access settings belong to Web server while client side cannot. Client side scripting can access files and settings that are local at the user computer. Client side scripting consumes cycles from user's computer not web server one, while server side scripting consumes cycles form web server one.

Related Questions

10 Explain the term session in server side programming approach What is the main benefit from implementing the session?

explain the term session in server side programming approach


Is ruby programming client side or server side?

Ruby is a server-side language.


Which server is used in ASP.NET?

Hi, ASP.net is a server side programming that is designed to create dynamic web pages. It is supported on Window Server 2000 and Window Server 2003. Thanks!!


Why java script is not a server side programming?

It is not impossible to code on server side using javascript as there are frameworks available today which lets use of javascript on server side. But usage of this is not that high as most people prefer the normal way of using AJAX if they want javascript to interact with a server side language.


What is Hypertext Preprocessor related too?

Hypertext Preprocessor is PHP, it is a server side web programming language.


What is client program?

As far as web programming is concerned, client side programming is code that runs in the web browser, rather than the web server. JavaScript is an example of client side scripting because the code is sent to the browser, at which point it is executed. PHP is an example of server side scripting because the code is executed on the server, and the resulting code is sent to the browser and displayed.


What is php is all about?

PHP is a server side programming language that also serves as a general purpose programming languages. What does I mean by Server Side? Well this means that the php source files are being run on the server as a opposed to the end user using their browser to run Javascript code which is a client-side scripting language. PHP allows for the creation of dynamic and interesting website design


What is the purpose of client side programming?

Client Side Programming saves time and bandwidth by processing data from user input before sending it to the server side for processing and storage. It also provides some effects which are limited to the end-user.


Why javascript is not server side programming?

Javascript is not server side programming (instead, it's client side) because all javascript is run locally. When you access a website that has javascript built into it, you download and run the javascript file along with other the website files (html, css, etc.) and it then runs alongside the website. For comparison, a server side language runs on a server and I have to go now sorry


What skills are needed to become skilled web developer?

HTML/XHTML, CSS, JavaScript Server/Client side architecture Programming/Coding/Scripting in one of the many server-side frameworks Ability to utilize a database


What are server-side scripting languages?

Server-side scripting languages are programming languages designed to create HTML pages (or Web pages) on the server. Special libraries are frequently included with these languages to help generate HTML pages easier. Some examples of server-side scripting languages are Python, PHP, Ruby, C#, and JavaScript (NodeJS).


What is difference java and visual basic programming?

java is a server side programing where as visual basic is a client side programing(This programing Language is different from oops)