answersLogoWhite

0


Best Answer

False - a peer-to-peer network is simpler.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

The simplest form of a network would be a peer to peer network, not a client server network.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The simplest form of a network is a client server network?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Client and server?

In general, and in the simplest form, a server is a machine or a program (software application) that waits for incoming requests, and a client is a machine or program sending requests to another client or a server in order to take action


A client-server relationship is the basic form of a what?

computer network


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.


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


Which can be used to provide a form of default tolerance for a file server on your network?

Add an additional network card to the serverAdd an additional network card to the server


What is the full form of MSWC in active server page?

Microsoft Windows Client


What is full form of aspnet?

active server page network


Which of the following can be used as a form of fault tolerance for your file server?

Add an additional network card to the server.


What is the full form of NA?

Network Attached Storage server


What is the plural of server?

That is the correct spelling of the plural noun servers (network computers, or waiters).


What is the simplest form of wireless network?

Phones with internet access.


Explain in detail about the building blocks of client server system?

The client server building blocksThe Client Building BlockRuns the client side of the applicationIt runs on the OS that provides a GUI or an OOUI and that can access distributed services, wherever they may be.The client also runs a component of the Distributed System Management (DSM) element.The Server Building BlockRuns the server side of the applicationThe server application typically runs on top of some shrink-wrapped server software package.The five contending server platforms for creating the next generation of client/server applications are SQL database severs, TP Monitors, groupware servers, Object servers and the Web server.The server side depends on the OS to interface with the middleware building block.The server also runs DSM componentIt may be a simple agent or a shared object database etc.The Middleware Building BlockRuns on both the client and server sides of an applicationThis broken into three categoryTransport StacksNOSService-specific middlewareMiddleware is the nervous system of the client/server infrastructureThis also has the DSM componentDSMRuns on every node in the client/server network.A managing workstation collects information from all its agents on the network and displays it graphically.The managing workstation can also instruct its agents to perform actions on its behalf.Server-to-server MiddlewareServer-to-server interactions are usually client/server in nature - servers are clients to other servers.However, some server-to-server interactions require specialized server middleware. For example, Two-Phase commit protocol may be used to coordinate a transaction that executes on multiple servers.Servers on mail backbone will use special server-to-server middleware for doing store-and-forward type messaging.But most modern software follows the client/server paradigm.The building blocks of client/server applications are:ClientMiddlewareServerThese building blocks can be rearranged to use them in the following situations:1. Client/Server for tiny shops and nomadic tribes - This is a building-block implementation that runs the client, the middleware software, and most of the business services on the same machine. It is the suggested implementation for the one-person shops, home offices, and mobile users with well-endowed laptops.2. Client/Server for small shops and departments - This is the classic Ethernet client/single-server, building block implementation. It is used in small shops, departments, and branch offices. This is the predominant form of client/server today.3. Client/Server for intergalactic enterprises - This is the multiserver building-block implementation of client/server. The servers present a single system image to the client. They can be spread out throughout the enterprise, but they can be made to look like they are part of the local desktop. This implementation meets the initial needs of intergalactic client/server computing.4. Client/Server for a post-scarcity world - This model transforms every machine in the world into both a client and a server. Personal agents on every machine will handle all the negotiations with their peer agents anywhere in the universe. This dream is almost within reach.1) Client/Server for Tiny Shops and Nomadic TribesIt is easy to run the client and server portion of an application on the same machine.Vendors can easily package single-user versions of a client/server application.The business critical client/server application runs on one machine and does some occasional communications with outside servers to exchange data, refresh a database and send or receive mail and faxes. Ex: Internet.2) Client/Server for small shops and departmentsThe client/server architecture is particularly well-suited for the LAN-based single server establishments.It consists of multiple clients talking to a local server.This is the model used in small businesses.The single-server nature of the model tends to keep the middleware simple.The client only needs to look into a configuration file to find its server's name.Security is implemented at the machine level and kept quite simple.The network is usually relatively easy to administer; it's a part-time job for a member of the group.There are no complex interactions between servers, so it is easy to identify failures- they're either on the client or on the local server.3) Client/Server for Intergalactic Enterprises:The client/server enterprise model addresses the needs of establishments with a mix of heterogeneous servers.These models are upwardly scalable.When more processing power is needed for various intergalactic functions, more servers can be added, or the existing server machine can be traded up for the latest generation of superserver machine.The servers can be partitioned based on the function they provide, the resource they control, or the database they own.The servers can be replicated to provide a fault-tolerant service or to boost an application's performance.Multiserver capability, when properly used, can provide an awesome amount of compute power and flexibility, in many cases rivaling that of mainframes.To exploit the full power of multiservers, we need low-cost, high-speed bandwidth and an awesome amount of middleware features -includingnetwork directory servicesnetwork securityremote procedure calls andnetwork time services.Middleware creates a common view of all the services on the network called a single system image.Good software architecture for intergalactic enterprise client/server implementations is all about creating system "ensembles" out of modular building blocks.Intergalactic client/server is the driving force behind middleware standards as distributed objects and the Internet.4) Client/Server for a Post-Scarcity WorldEvery machine is both a client and a full-function server.Because every machine is a full-function server, it will run, at a minimum, a file server, database server, workflow agent, TP Monitor, and Web server - all connected via an ORB.This is in addition to all the client software and middleware.In next few years, a hundred million machines or more may be running almost all the forms of client/server softwareIn this model instead of mobile agents, personal agents will be used.