Skip to main content

Client / server definition (computing)

The client-server model describes the process of interaction between the local computer (the client) and the remote computer (the server).

The client makes requests (requests, requests, requirements) to the server, which processes this requirement and returns the results to the appropriate client.

In general, clients and servers communicate with each other through a network, but they can also both reside in the same system (the same hardware).

This client/server model follows services such as email exchange, access to websites, access to databases, and many other internet protocols are based on this idea (HTTP , SMTP, Telnet, DNS), etc.

Examples of requests between client and server

Characteristics of the client/server model

The machine that serves as a server (host) is the one that has running server programs that answer the requirements of the clients, usually the clients in ician the communication session, while the servers await the arrival of requests.

The interaction between client and server is generally represented using sequence diagrams (standardized in UML).

In In contrast, the P2P (peer-to-peer) architecture, each host or program instance can be both client and server simultaneously, and each have their own responsibilities and status.

Example of a client-server model, where the client makes an HTTP request to the server, which answers

Advantages and disadvantages of the client/server model

Advantages:

* Centralization of the control of resources, data and access.

* Ease of maintenance and updating of the server side: This is because the server side can be easily maintained or updated.For example , an update is applied to a single server, but the benefits are obtained by multiple clients generally without the need for these update nothing.

* All information is stored on the server side, which is usually more secure than clients.

* There are many client-server tools tested, safe and secure.friendly to use.

Disadvantages:

* If the number of concurrent clients is high, the server may become saturated.This happens less frequently in P2P networks.

* Faced with server-side failures, the service is paralyzed for clients.Something that does not happen in a P2P network.

Related: • Server-side (server-side) • Client-side (client side) • Server

Comments

Popular posts from this blog

Virtualization Definition

1.System that is in a state of virtualization.For more information see: virtualization. 2.Execute a virtually stored program. 3.Simulate some effect or condition on a computer. 4.Make or conform a virtual reality. Doubts? needs more information? Write and we will respond to your email

Network transparency definition

Network transparency refers to the ability of a protocol to transmit data over the network in a way that is transparent (invisible) to those who are using the applications that use the protocol.In this regard, users of a particular application they can access remote resources in the same way they would access their own local resources. An example of this is cloud storage, where remote files are presented as if they were locally accessible; also the cloud computing where the resource in question is the processing. From English: network transparency. X Windows The term is often applied partially correctly in the context of the X Windows system, which is capable of transmitting graphic data over the network and integrating it seamlessly with the applications that are running and displayed locally; however, certain extensions of the X Windows system are not able to work on the network. Firewall In firewall technology, transparency can be defined in the network layer ( or IP) or ...

Initialization vector definition

In cryptography, an initialization vector (IV) is a block of bits required to achieve a flow encryption or block encryption, in one of the encryption modes, with a result independent of other encryption produced by the same key.p> The size of the IV depends on the encryption algorithm and the cryptographic protocol and is often as long as the block size or the size of the key. Source: Initialization vector (CCL)

Definition of Network Address Translation (NAT)

Network Address Translation, Network Address Translation and better known as NAT. Network Address Translation is a mechanism used by IP routers to exchange data packets between two networks that mutually assign incompatible addresses. It consists of converting, in real time, the addresses used in the transported packets.It is also necessary to edit the packets to allow the operation of protocols that include address information within the protocol conversation. For more information see: NAT. Questions? needs more information? Write and we will respond to your email

OpenDocument Definition (ODF)

OpenDocument (ODF), is a group of XML-based file formats, which represents electronic documents such as spreadsheets, presentations, text documents, etc.In other words, they are open formats for office applications. A file OpenDocument consists of an XML document or they can also be a ZIP archive that contains several files and directories that contain styles, metadata, application settings and content. Some OpenDocument document formats *.odt (for text documents) *.ods (for spreadsheets) *.odp (for presentations) *.odb (for databases) *.odg (for graphics) *.odf (for equations and mathematical formulas ), etc. Some applications that work (partially or totally) with some of these formats are: AbiWord, Adobe Buzzword, Atlantis Word Processor, Google Docs, IBM Lotus Symphony, KOffice, Microsoft Office 2007 (and top), NeoOffice, Okular, OpenOffice.org, Sun Microsystems StarOffice, Word Pad 6.1 (Windows 7) partial support, Zoho Office Suite, etc. Questions? needs more information? ...

Definition of Macrocomputer (macrocomputer)

A macrocomputer is a large, powerful and expensive computer used primarily in companies that need to process large amounts of data or support large numbers of users.It contrasts with the concept of microcomputer (or microcomputer).Sometimes called macrocomputers. In English: mainframe and macrocomputer. For more information see: Mainframe What is a macrocomputer or mainframe? A large and powerful computer capable of managing a large number of simultaneous tasks and of communicating with a large number of connected terminals; used by large and complex organizations (such as banks and supermarkets) in which continuous operation is vital. Characteristics of macromputers Macrocomputers are a type of computer that are generally known Due to their large size, storage quantity, processing power and high level of reliability, they are mainly used by large organizations for critical mission applications that require large volumes of data processing.In general, there are some characte...

MIDI keyboard definition

Input device consisting of a musical keyboard that uses the MIDI controller.The MIDI (Musical Instrument Digital Interface) is a digital standard for the representation and transmission of sounds developed in the 80s of the last century.A keyboard can synthesize audio or pre-recorded wave. Old computer sound cards had a MIDI port (DIN 5-pin standard), which allows you to connect musical instruments to the computer, such as a synthesizer or MIDI keyboard.USB ports are currently used more, although USB to MIDI converters also come. Extension.mid files are used to save MIDI files. Any questions? needs more information? Write and we will respond to your email

Definition of dpx

Addictions Digital Picture eXchange file format.Standard Kodak graphic format similar to Cineon but with flexible and variable image headers. Bitmap graphics formats (rasterized) art • bmp • cin • cpt • dpx • exr • fpx • gif • iff, ilbm, lbm • jpeg, jpg • jpg2, jp2 • mng • pbm • pcd • pcx • png • ppm • psd • sgi, rgb, rgba, int, inta, bw • tga, tpic • tiff, tif • raw • wbmp • xbm • xcf • xpm Vector graphic formats ai • cdr • cgm • dxf • dwg • fh • fla • ps • svg, svgz • swf • sxd • wmf • xalm • xar Raster and vector formats eps • pdf • pict, pct, pic • px • pgm • psp Metafile formats eps • pict Informatics Dictionary