answersLogoWhite

0


Best Answer

Server-Side image maps are image maps that are on the server of your website, but Client-Side image maps are image maps that are on the clients computers. client side image maps are much better because then instead of their computer having to go to your website to go get all the images when the page calls for them it just loads it itself from the clients computer. this helps with loading time of the page and can be very useful to keep the attention of the people on your website.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What makes server side image maps different from client side maps?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a computer that intercepts request that a client makes of a server?

proxy server


What is client-server database?

A client-server database is the relationship between two computer programs. One makes a service request (client) and the other (server) fulfills the request.


What is clien or server mean?

Client/server describes the relationship between two computer programs in which one program, the client, makes a service request from another program, the server, which fulfills the request. Although the client/server idea can be used by programs within a single computer, it is a more important idea in a network. In a network, the client/server model provides a convenient way to interconnect programs that are distributed efficiently across different locations. Computer transactions using the client/server model are very common.


Why is the web known as client server system?

When you enter a URL into your browser you are directing your computer to connect to a server that is listening at the corresponding ip address, which will then send you the HTML that makes up that web page. Your computer is a client connecting to a server.


What is server-client network?

Client/server describes the relationship between two computer programs in which one program, the client, makes a service request from another program, the server, which fulfills the request. Although the client/server idea can be used by programs within a single computer, it is a more important idea in a network. In a network, the client/server model provides a convenient way to interconnect programs that are distributed efficiently across different locations. Computer transactions using the client/server model are very common. For example, to check your bank account from your computer, a client program in your computer forwards your request to a server program at the bank. That program may in turn forward the request to its own client program that sends a request to a database server at another bank computer to retrieve your account balance. The balance is returned back to the bank data client, which in turn serves it back to the client in your personal computer, which displays the information for you. If you more information,follow this link:http://www.iyogibusiness.com/


What is the difference between a client-server network and a peer-to-peer network?

two of them are the kinds of connecting computers for resource sharing purpose. whwn we come to the peer to peer network no more than 10 computers connectd.after connecting two or more computers in to peer to peer network we can simply ping form one to another.


When people describe client-server architecture they are usually referring to a system in which a large server is serving a client on a PC With X Window the reverse is frequently the case Explain?

This one of the more confusing decisions in X-Windows. The argument is that the X Terminal provides graphical services in a similar way that a print server provides printing services. So "it makes sense" to call an X terminal a server.


What is client-server?

The computer requesting information is called a CLIENT. The computer responding to the request is called a SERVER. Data transfer from a client to as server is reffered to as an upload. EX. When you want to enter the game. Ur the client waiting for the server to get you in Data transfer from a server to a client is reffered to as a download. EX. When you download stuff from Limewire or Utorrent. Your the server waiting for the client to give you the song or movie.


What are the differences between file server and client server architectures?

file server is a computer responsible for the central storage and management of data files so that other computers on the same network can access the files. A file server allows users to share information over a network without having to physically transfer files by floppy diskette or some other external storage device. Any computer can be configured to be a host and act as a file server. In its simplest form, a file server may be an ordinary PC that handles requests for files and sends them over the network. In a more sophisticated network, a file server might be a dedicated network-attached storage (NAS) device that also serves as a remote hard disk drive for other computers, allowing anyone on the network to store files on it as if to their own hard drive. Client/server it is the relationship between two computer programs in which one program, the client, makes a service request from another program, the server, which fulfills the request. Although the client/server idea can be used by programs within a single computer, it is a more important idea in a network. In a network, the client/server model provides a convenient way to interconnect programs that are distributed efficiently across different locations. Computer transactions using the client/server model are very common. For example, to check your bank account from your computer, a client program in your computer forwards your request to a server program at the bank. That program may in turn forward the request to its own client program that sends a request to a database server at another bank computer to retrieve your account balance. The balance is returned back to the bank data client, which in turn serves it back to the client in your personal computer, which displays the information for you. Fore More information with help website :http://www.iyogibusiness.com


What is Dora process in DHCP and how it works?

1) Client makes a UDP Broadcast to the server with a DHCPDiscover, or Discover packet. 2) DHCP offers to the client. The server sends a DHCPOffer including other configuration parameters (DHCP Options) for the client per the servers configuration file 3) In response to the offer Client requests the server. The client replies DHCPRequest, unicast to the server, requesting the offered address. 4)The server sends DHCPAck acknowledging the request which is the clients final permission to take the address as offered. Before sending the ack the server double checks that the offered address is still available, that the parameters match the clients request and (if so) marks the address taken. A good reference for DHCP information is Droms and Lemon "The DHCP Handbook". BoydK


Expain client server model?

The client/server model is a computing model that acts as distributed application which partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.[1] Often clients and servers communicate over acomputer network on separate hardware, but both client and server may reside in the same system. A server machine is a host that is running one or more server programs which share their resources with clients. A client does not share any of its resources, but requests a server's content or service function. Clients therefore initiate communication sessions with servers which await incoming requests.Schematic clients-server interaction.The client/server characteristic describes the relationship of cooperating programs in an application. The server component provides a function or service to one or many clients, which initiate requests for such services. A notable example of this is the way OpenGLtreats the video card of a computer as a server, with the actual application making rendering requests to it. This model is further solidified with the OpenGL Shading Language, with the user writing small programs that live in video memory, and are requested from the main program through the graphics driver.Functions such as email exchange, web access and database access are built on the client/server model. Users accessing banking services from their computer use a web browser client to send a request to a web server at a bank. That program may in turn forward the request to its own database client program, which sends a request to a database server at another bank computer to retrieve the account information. The balance is returned to the bank database client, which in turn serves it back to the web browser client, displaying the results to the user. The client-server model has become one of the central ideas ofnetwork computing. Many business applications being written today use the client-server model, as do the Internet's main application protocols, such as HTTP, SMTP, Telnet, and DNS.The interaction between client and server is often described using sequence diagrams. The Unified Modeling Language has support for sequence diagrams.Specific types of clients include web browsers, email clients, and online chat clients.Specific types of servers include web servers, ftp servers, application servers, database servers, name servers, mail servers, file servers,print servers, and terminal servers. Most web services are also types of servers.


What are the differences between client-side scripting and server-side scripting?

Web 2.0 applications have a server side and the choice of technologies to use server side is even more open than that client side. Client side is the user;s end of the experience, while server side is based on the server's end. As a developer, you can't impose a specific environment or browser client side because you must count on what is installed by your users and that's a severe restriction. Server side, however, you decide which platforms, operating systems, programming languages, frameworks, and libraries will be used. The choice that has the most impact on the architecture of your applications is usually the programming language. Server side, any programming language can be used to implement various Web applications and the most popular choices are scripting languages such as PHP, Perl, Python, and Ruby, and interpreted languages such as Java and C#. Client side scripts are executed and changed by the user on his side (the client side), while server side scripts are executed and changed by the user on the server. Server side scripts provide much more functionality for and by the wide variety of users (and their respective computer/browser settings) all around. Client side Scripting is possible to be blocked , where as server side scripting can't be blocked by the user , so if you validate using CLIENT SIDE only , and client side scripting blocked then even validation can not be done and directly even wrong data can be accepted and thus makes a flaw in the system.