Data Warehousing (1107) Databases (3004) JAVA Related 2673) MainFrames (975) Microsoft Related (2296) Networking (553)
Operating Systems (919) Programming (3254) SAP (2318) Testing FAQS (1674) Testing Material (252) Web Related (994)

what is '1000 projects'?

'fullinterview.com' is a educational content website dedicated to finding and realizing final year projects for btech, be, mtech, mca students, here you can search, find your projects and get guidance from experts the below are the different technological projects.
visual Studio projects .net projects, asp projects, c & ds projects, c++ projects (all), cold fusion projects, delphi projects, java projects, perl projects, php projects, sql projects, vc++ projects, visual basic projects.

how it works?

well, everything on this site is submitted by the student and professional community. after you submit your project, it is being verified and approved by our administrator. after approval, other people can read/discuss it, save to favorites.

more number of projects?

here you can find morethan 1000 projects on different technologies, if u want to get more projects please visit our sister sites www.fullinterview.com & Chetanasprojects.com


Category Articles
CLIENT SERVER COMPUTING Interview Questions and Answers,CLIENT SERVER COMPUTING Faqs,CLIENT SERVER COMPUTING Interview FAQs and CLIENT SERVER COMPUTING Books,CLIENT SERVER COMPUTING interview ebook,CLIENT SERVER COMPUTING technical interview question
Added on Thu, Dec 17, 2009
RPC hides the intricacies of the network by using the ordinary procedure call mechanism familiar to every programmer. A client process calls a function on a remote server and suspends itself until it gets back the results. Parameters are passed like... Read More
What are called Non-GUI clients, GUI Clients and OOUI Clients?
Added on Thu, Dec 17, 2009
Non-GUI Client: These are applications, generate server requests with a minimal amount of human interaction. GUI Clients: These are applicatoins, where occassional requests to the server result from a human interacting with a GUI (Example:... Read More
What are the two broad classes of middleware?
Added on Thu, Dec 17, 2009
General middleware Service-specific middleware. Read More
What are all the Extended services provided by the OS?
Added on Thu, Dec 17, 2009
Ubiquitous communications Network OS extension Binary large objects (BLOBs) Global directories and Network yellow pages Authentication and Authorization services System management Network time Database and transaction services Internet... Read More
What is Client/Server?
Added on Thu, Dec 17, 2009
Clients and Servers are separate logical entities that work together over a network to accomplish a task. Many systems with very different architectures that are connected together are also called Client/Server. Client and Server are two... Read More
What is an Object server?
Added on Thu, Dec 17, 2009
With an object server, the Client/Server application is written as a set of communicating objects. Client object communicate with server objects using an Object Request Broker (ORB). The client invokes a method on a remote object. The ORB locates... Read More
What are the five major technologies that can be used to create Client/Server applications?
Added on Thu, Dec 17, 2009
Database Servers TP Monitors Groupware Distributed Objects Intranets. Read More
What is a Database Server?
Added on Thu, Dec 17, 2009
With a database server, the client passes SQL requests as messages to the database server. The results of each SQL command are returned over the network. The server uses its own processing power to find the request data instead of passing all the... Read More
What are Stored procedures? SS
Added on Thu, Dec 17, 2009
A stored procedure ia s named collection of SQL statements and procedural logic that is compiled, verified and stored in a server database. It is typically treated like any other database object. Stored procedures accept input parameters so that a... Read More
What is Structured Query Langauge (SQL)?
Added on Thu, Dec 17, 2009
SQL is a powerful set-oriented language which was developed by IBM research for the databases that adhere to the relational model. It consists of a short list of powerful, yet highly flexible, commands that can be used to manipulate information... Read More
Explain the building blocks of Client/Server?
Added on Thu, Dec 17, 2009
The client side building block runs the client side of the application. The server side building block runs the server side of the application. The middleware buliding block runs on both the client and server sides of an application. It is broken... Read More
What is a Web server?
Added on Thu, Dec 17, 2009
This new model of Client/Server consists of thin, protable, "universal" clients that talk to superfat servers. In the simplet form, a web server returns documents when clients ask for them by name. The clients and server communicate using an RPC... Read More
What is the difference between trigger and rule? SSS
Added on Thu, Dec 17, 2009
The triggers are called implicitly by database generated events, while stored procedures are called explicitly by client applications. Read More
What are General Middleware?
Added on Thu, Dec 17, 2009
It includes the communication stacks, distributed directories, authentication services, network time, RPC, Queuing services along with the network OS extensions such as the distributed file and print services. Read More
What is a Transaction server?
Added on Thu, Dec 17, 2009
With a transaction server, the client invokes remote procedures that reside on the server with an SQL database engine. These remote procedures on the server execute a group of SQL statements. The network exchange consists of a single request... Read More
What are all the Base services provided by the OS?
Added on Thu, Dec 17, 2009
Task preemption Task priority Semaphores Interprocess communications (IPC) Local/Remote Interprocess communication Threads Intertask protection Multiuser High performance file system Efficient memory management and Dynamically linked Run... Read More
What are the two types of OLTP?
Added on Thu, Dec 17, 2009
TP lite, based on stored procedures. TP heavy, based on the TP monitors. Read More
What is meant by Transparency?
Added on Thu, Dec 17, 2009
Transparency really means hiding the network and its servers from the users and even the application programmers Read More
What is meant by 2-Tier architecture?
Added on Thu, Dec 17, 2009
In 2-tier Client/Server systems, the application logic is either burried inside the user interface on the client or within the database on the server. Example: File servers and Database servers with stored procedures. Read More
What are TP-Lite and TP-Heavy Monitors?
Added on Thu, Dec 17, 2009
TP-Lite is simply the integration of TP Monitor functions in the database engines. TP-Heavy are TP Monitors which supports the Client/Server architecture and allow PC to initiate some very complex multiserver transaction from the desktop. Read More
What are the main components of Transaction-based Systems?
Added on Thu, Dec 17, 2009
Resource Manager Transaction Manager and Application Program. Read More
What are the roles of SQL?
Added on Thu, Dec 17, 2009
SQL is an interactive query language for ad hoc database queries. SQL is a database programming language. SQL is a data definition and data administration language. SQL is the language of networked database servers SQL helps protect the data in a... Read More
What are the Classification of clients?
Added on Thu, Dec 17, 2009
Non- GUI clients - Two types are:- Non-GUI clients that do not need multi-tasking (Example: Automatic Teller Machines (ATM), Cell phone) Non-GUI clients that need multi-tasking (Example: ROBOTs) GUI clients OOUI clients Read More
What are the functions of the typical server program?
Added on Thu, Dec 17, 2009
It waits for client-initiated requests. Executes many requests at the same time. Takes care of VIP clients first. Initiates and runs background task activity. Keeps running. Grown bigger and faster. Read More
What is meant by Middleware?
Added on Thu, Dec 17, 2009
Middleware is a distributed software needed to support interaction between clients and servers. In short, it is the software that is in the middle of the Client/Server systems and it acts as a bridge between the clients and servers. It starts with... Read More
What is meant by Horizontal scaling and Vertical scaling?
Added on Thu, Dec 17, 2009
Horizontal scaling means adding or removing client workstations with only a slight performance impact. Vertical scaling means migrating to a larger and faster server machine or multiservers. Read More
What is OLTP?
Added on Thu, Dec 17, 2009
In the transaction server, the client component usually includes GUI and the server components usually consists of SQL transactions against a database. These applications are called OLTP (Online Transaction Processing) OLTP Applications typically, ... Read More
What is a TP Monitor?
Added on Thu, Dec 17, 2009
There is no commonly accepted definition for a TP monitor. According to Jeri Edwards' a TP Monitor is "an OS for transaction processing". TP Monitor does mainly two things extremely well. They are Process management and Transaction management... Read More
What is Message Oriented Middleware (MOM)?
Added on Thu, Dec 17, 2009
MOM allows general purpose messages to be exchanged in a Client/Server system using message queues. Applications communicate over networks by simply putting messages in the queues and getting messages from queues. It typically provides a very simple... Read More
What are Super servers?
Added on Thu, Dec 17, 2009
These are fully-loaded machines which includes multiprocessors, high-speed disk arrays for intervive I/O and fault tolerant features. Read More
What is ACID property?
Added on Thu, Dec 17, 2009
ACID is a term coined by Andrew Reuter in 1983, which stands for Atomicity, Consistence, Isolation and Durability. ACID property is the basic property for transaction processing. A - atomicity C - consistency I - isolation D - durability Read More
What is meant by Asymmetrical protocols?
Added on Thu, Dec 17, 2009
There is a many-to-one relationship between clients and server. Clients always initiate the dialog by requesting a service. Servers are passively awaiting for requests from clients. Read More
How can I tell if my server capacity needs to be updated
Added on Thu, Dec 17, 2009
when you feel that your server is access is very slow from clint computer and,some software require high configration at that time you can think that your server should be upgraded Read More
What is meant by Asymmetric Multiprocessing (AMP)?
Added on Thu, Dec 17, 2009
It imposses hierarchy and a division of labour among processors. Only one designated processor, the master, controls (in a tightly coupled arrangement) slave processors dedicated to specific functions. Read More
What are the most typical functional units of the Client/Server applications?
Added on Thu, Dec 17, 2009
User interface Business Logic and Shared data. Read More
What are the types of Transparencies?
Added on Thu, Dec 17, 2009
The types of transparencies the NOS middleware is expected to provide are:- Location transparency Namespace transparency Logon transparency Replication transparency Local/Remote access transparency Distributed time transparency Failure... Read More
What is a File server?
Added on Thu, Dec 17, 2009
File servers are useful for sharing files across a network. With a file server, the client passes requests for file records over nerwork to file server. Read More
What are the types of Servers?
Added on Thu, Dec 17, 2009
File servers Database servers Transaction servers Groupware servers Object servers Web servers. Read More
List out the benefits obtained by using the Client/Server oriented TP Monitors?
Added on Thu, Dec 17, 2009
Client/Server applications development framework. Firewalls of protection. High availability. Load balancing. MOM integration. Scalability of functions. Reduced system cost. Read More
What is Load balancing?
Added on Thu, Dec 17, 2009
If the number of incoming clients requests exceeds the number of processes in a server class, the TP Monitor may dynamically start new ones and this is called Load balancing. Read More
What are Triggers and Rules?
Added on Thu, Dec 17, 2009
Triggers are special user defined actions usually in the form of stored procedures, that are automatically invoked by the server based on data related events. It can perform complex actions and can use the full power of procedural languages. A... Read More
What are the three types of SQL database server architecture?
Added on Thu, Dec 17, 2009
Process-per-client Architecture. (Example: Oracle 6, Informix ) Multithreaded Architecture. (Example: Sybase, SQL server) Hybrid Architecture (Example: Oracle 7) Read More
What are the services provided by the Operating System?
Added on Thu, Dec 17, 2009
Base services - It is a part of the standard OS. Extended services - These are add-on modular software components that are layered on top of base service. Read More
What is meant by 3-Tier architecture?
Added on Thu, Dec 17, 2009
In 3-tier Client/ Server systems, the application logic (or process) lives in the middle tier and it is separated from the data and the user interface. In theory, the 3-tier Client/Server systems are more scalable, robust and flexible. ... Read More
What are called Fat clients and Fat servers?
Added on Thu, Dec 17, 2009
If the bulk of the application runs on the Client side, then it is Fat clients. It is used for decision support and personal software. If the bulk of the application runs on the Server side, then it is Fat servers. It tries to minimize network... Read More
What are called Transactions?
Added on Thu, Dec 17, 2009
The grouped SQL statements are called Transactions (or) A transaction is a collection of actions embused with ACID properties. Read More
What are the characteristics of Client/Server?
Added on Thu, Dec 17, 2009
Service Shared resources Asymmentrical protocols Transparency of location Mix-and-match Message based exchanges Encapsulation of services Scalability Integrity Client/Server computing is the ultimate "Open platform". It gives the freedom... Read More
What is the router?how it is work?
Added on Thu, Dec 17, 2009
Router is a layer 3 device and it send packets to the clients. best example for this is internet connection. ISP(internet service providers)send packets to their customers through this Router. Read More
What is meant by Symmentric Multiprocessing (SMP)?
Added on Thu, Dec 17, 2009
It treats all processors as equal. Any processor can do the work of any other processor. Applications are divided into threads that can run concurrently on any available processor. Any processor in the pool can run the OS kernel and execute user... Read More
What are the building blocks of Client/Server?
Added on Thu, Dec 17, 2009
The client The server and Middleware. Read More
What are Service-specific middleware?
Added on Thu, Dec 17, 2009
It is needed to accomplish a particular Client/Server type of services which includes:- Database specific middleware OLTP specific middleware Groupware specific middleware Object specific middleware Internet specific middleware and System... Read More





   copy right ® all rights reserved by www.fullinterview.com