What  is thin and fat client

Hi,
I would like to know
what is thin and fat client.
what is the difference between thin and fat client.
How to copy config only client. (No data copy)
Appreciate for your reply... I will reward the points.
Thanks
Atul-

Hi Atul,
Thin Clients
A thin client is designed to be especially small so that the bulk of the data processing occurs on the server. Although the term thin client often refers to software, it is increasingly used for the computers, such as network computers and Net PCs, that are designed to serve as the clients for client/server architectures. A thin client is a network computer without a hard disk drive. They act as a simple terminal to the server and require constant communication with the server as well.
Thick Clients
In contrast, a thick client (also called a fat client) is one that will perform the bulk of the processing  in client/server applications. With thick clients, there is no need for continuous server communications as it is mainly communicating archival storage information to the server. As in the case of a thin client, the term is often used to refer to software, but again is also used to describe the networked computer itself. If your applications require multimedia components or that are bandwidth intensive, you'll also want to consider going with thick clients. One of the biggest advantages of thick clients rests in the nature of some operating systems and software being unable to run on thin clients. Thick clients can handle these as it has its own resources.
<u><b>Thick vs. Thin - A Quick Comparison</b></u>
<b><i>Thin Clients</i></b>
- Easy to deploy as they require no extra or specialized software installation
- Needs to validate with the server after data capture
- If the server goes down, data collection is halted as the client needs constant communication with the server
- Cannot be interfaced with other equipment (in plants or factory settings for example)
- Clients run only and exactly as specified by the server
- More downtime
-Portability in that all applications are on the server so any workstation can access
- Opportunity to use older, outdated PCs as clients
- Reduced security threat
<b><i>Thick Clients</i></b>
- More expensive to deploy and more work for IT to deploy
- Data verified by client not server (immediate validation)
- Robust technology provides better uptime
- Only needs intermittent communication with server
- More expensive to deploy and more work for IT to deploy
- Require more resources but less servers
- Can store local files and applications
- Reduced server demands
- Increased security issues
To copy only config client , there are few more profiles that you can choose in scc8
SAP_EXBC - SAP_UCSV with cross-client customizing
SAP_EXPA - SAP_ALL with cross-client customizing
SAP_EXPC - SAP_CUSV with cross-client customizing
if it helful reward points are appreciated
Message was edited by:
        Pierluigi Demaria
Message was edited by:
        Pierluigi Demaria

Similar Messages

  • What is Thin and Thick Client ? Differences between the Two ? Which is Best

    Dear All,
    I like to develop both web-based and also standalone applications. i like to choose the best drivers for my applications. can anybody suggest which one to choose and what are the drawbacks in each driver ?
    Thanks,
    J.Kathir

    Dear All,
    I like to develop both web-based and
    h web-based and also standalone applications. i like
    to choose the best drivers for my applications. can
    anybody suggest which one to choose and what are the
    drawbacks in each driver ?I dont get what excatly you meaned by driver but basicaly a thin client means it only does the prescentation of data to its user and all the logics will be in a server. for every task it will connect to the server.
    In a Thick client it can do more processing and it will connect to the server only for the tasks that it cant perform with the data it has in the client.
    >
    Thanks,
    J.KathirHere is a general comparison between main features of thin/thick(fat) clients
    Both thin and thick clients has their own advantages and disadvantages. most of time one wins when other fails.
    1. Thin client extencvely uses the server to all its operations which will increace the network traffic and the load on the server. as a result the perfomance of the client will depend on the load and the resources available for the server
    2. But all the logic is in the server so if you are developing multiple clients for the same application (Ex:- Standallone app, Web client, Mobile clients......) you will not need to duplicate logic in each client.
    3. Fat clients reduce the load on server and less dependant on the server. but since they are fat they will take more processing power and memory on client computers.
    4. If you are developing multiple clients as menctioned in 2 you will need to duplicate the logics written the clients

  • Thin and Fat Client

    Hey can anybody explain what are Thin Client and Fat Clients and how they are used ??
    Thanks for your reply in advance.
    Regards

    'thin client' is a program with a minimum of code and need a remote (or local) server to do the tasks
    'fat client' is a program (sometimes a stand-alone) with a lot of code and makes allmost the tasks
    for examples:
    if you build a stand alone application of you own it will be a fat client
    if you write an html page with very few java and that page uses google for example, it will be a thin client

  • What is thin client and Fat Client

    Hi Experts,
    I would like to know about Fat Client and Thin client in detailed words.
    Thanks and Regards.
    Chilla..

    Hi Chilla,
         The thin clients are clients that reduce the load on servers.
    Let me explain hw thin clients will get works.
         Thin clients are stores,all required library files in you local system,so that the  corresponding applications which are using will be used the library files in your local system and it get execute and where as in the case of Fat clients the library files are not stored in your local system.
       Please let me know if you have any doubts regarding this.
    Thanks and Regards,
    Chandu.

  • JDBC thin and thick clients

    What is the difference between JDBC thin and JDBC thick clients and their usage ?

    hi,
    in sort tearms,
    Oracle has a thin client driver which mean you can connect to a oracle database without the Oracle client installed on your machine.
    Thick client would need the Oracle Client database drivers etc.. Drivers include JDBC-ODBC bridge drivers JDBC drivers depending on tns resolution.
    thanks

  • Fat Client and Thin Client

    Hello, everyone
    I am a newbie with websphere 5. I am wondering if anyone know fat clients(Swing GUI) work with websphere. I know thin clients(web-based interface) work with websphere. My scenario is like this and this is all experimental purposes:
    I want to program a Swing GUI interface as the client that accesses the enterprise javabeans that is installed on websphere. So the Swing GUI is the client and Websphere is the server, which makes it a 2-tier Application. My question is basically, does websphere only work with web-based application or does it work with both desktop application clients and web-based application clients also?
    Any Ideas?

    Thanks, that's the kinda of straight answer I am looking for. I have been researching for this answer to this question for a long time and even posted several similar questions on Java forum, but no one seemed to have a straight answer. What I was thinking of programming is:
    client/server program using websphere.
    Client:
    GUI interface using Swing that is just like a regular desktop application and not a web browser (I notice the most common application using websphere are web based applications like portals).
    Server:
    Using Websphere to accept connection when requested by the client and act as a bean container, which holds EJBs. The EJBs will connect to the database (mssql server) to pull data from.
    Does this sound OK and can this be done using Websphere? I am using Websphere 5.
    Thank you, I am just a newbie in j2ee, just trying to get started in this area of programming.

  • What is fat client

    Hi guys ,
    As Integration builder needs Java web start for starting since it is a fat client.What do you mean by fat client ???????????????

    Fat client is basically a client (computer) in a client server architecture which provides rich functionalities without depending much on Server.
    In XI case, the Integration Builder is the Fat Client because, it does provide rich functionalities depending less on XI Server as such.
    You must be well aware that initially when you click for Integration builder it takes times, that is because it is taking time to load all the .jar files necassary to run this FAT client.
    A fat client in client-server architecture networks typically provides rich functionality independently of the central server.
    Fat Client provides both Local storage and Local processing as compared to Hybrid Client which provides only Local processing and thin client which does not provide any of these.
    One case say the web browser can be a thin client.

  • Diff between Thin client and Rich client

    Hi Everyone,
              Can someone give me a clear picture of the what is the diff between Thin client and Rich client.
    Thanks,
    Krishna

    Hi,
    thick client (rich client) has/stores all the data inside itself
    so it can do application processing without the server with data
    thin client uses resources from host computer (from server)
    and wihtout that you are not able to work with that kind of client
    does that answer your question ?
    Regards,
    michal

  • HFM Thin Client and Thick Client

    Hi
    can anyone tell me what is HFM thin client and thick client
    Thanks

    Thick client is the actual application client view. Most administrators limit that view to only them and provide a workspace (the thin client) as a method of accessing hfm. This is because more can be done in terms of metadata and security changes in the thick client than the thin client.

  • What is thin client ?

    Please expalin me what is "Thin client? and what is seemless connections among all the 4 Tiers in HFM Applivation? and what is Classic HFM Application? and What is Artifacts?

    Hi,
    If we access a clients from web based are thin clients. We can access HFM through workspace or direct HFM weblink.
    The client tier contains the user interface and the ability to communicate with the application tier. You can display data and metadata, enter data, and maintain metadata in this tier.From the Web server tier, you access the Web-enabled portions of Financial Management.The middle tier contains the domain intelligence and connections to the relational database and The data tier contains the relational database and all Financial Management data and metadata.
    we can create two types of application in HFM classic or EPMA. Classic applications are individual to each application.
    In EPMA we can share same dimention structures among multiple applications. dimension library maintains the dimension and application library maintains the all the application whinch is created in EMPA only.
    Kiran

  • The right side of the screen of my MacBook Air a yellow line appears very thin and dotted. What can I do to eliminate it?

    The right side of the screen of my MacBook Air a yellow line appears very thin and dotted. What can I do to eliminate it? Marco

    Reset PRAM.  http://support.apple.com/kb/PH4405
    If this does not help, contact Apple.
    Best.

  • What's the difference between client combo and server combo? Also, what would happen if I install both?

    what's the difference between client combo and server combo? Also, what would happen if I install both?

    One is for the base version of the Mac OS, the other is for the Server version. You can only install the one that matches your system.

  • Difference bewteen thin client and thick client

    Hi:
    can someone explain the difference between the thin client app and thick client app?

    Thin Client: Little to no logic on front end. Typically a 3 tier architecture. Example is a web browser
    Thick Client: Typically a client-server type architecture where some business logic/processing occurs on the front end

  • Trying to update adobe flash, keep getting 'quit dashboard client'.  Everytime I try to, it pops back up.  Even after going to activity monitor and force quitting.  What is it and how can I quit it so I can install this update??

    Trying to update adobe flash, keep getting 'quit dashboard client'.  Everytime I try to, it pops back up.  Even after going to activity monitor and force quitting.  What is it and how can I quit it so I can install this update??

    Restart the computer from Apple menu.
    When restart dialog box appears, uncheck the box beside
    "Reopen windows when logging back in".

  • , I have a thin blue line appearing on my screen that wasn't there before - what is it and how do I get rid of it?

    I have a thin blue line appearing on my screen that wasn't there before - what is it and how do I get rid of it?

    Welcome to Apple Support Communities
    They are probably dead pixels or a signal of damaged GPU. If you can, connect an external display and see if the issue appears here.
    In both cases, I suggest you to take it to an Apple Store or reseller. It doesn't look as a software issue, and your display or GPU have to be replaced

Maybe you are looking for

  • Unable to install Lightroom on Windows 7 Pro 4GB

    hello I have a Creative Cloud Subscription, I am using a Dell Vostro 3360 laptop. Windows 7 Pro SP1, 64-bit, up-to-date. 4 GB RAM, laptop screen is 1366x768, plus ane external larger display. Graphics card is "Intel HD Graphics 4000". I read the Adob

  • Premiere Pro CS4 Crashes every time I try to open it

    Every time I open premiere pro wheather its a HD project or SD project, or even one that I worked on before in it, it decides that it needs to crash, how can I fix this?

  • Jms message id in jms sender channel

    Hi Is it working for you remove id from jmsmessageid in a jms sender channel? I can see still in the logs that my message id is starting with ID: Florin

  • Price List Update Error through DTW

    Hi Experts,     I am importing Price List in SAP B1 9.0 PL6 but it gives me error "This Entry Already Exist in the following Tables(ODBC-2035) 65171"     I ready on SCN but not get proper solution.     Can anybody can help me... Regards, Sandesh Shin

  • Variable Assignment-Workbook Precalculation

    Hai Guys, I have a problem while executing.please,go through it Start---BEx Analyzer-- Create new work book.While executing the work book,it is asking me to enter variable values.Once the variables are given and when start executing it, i am gettin