answersLogoWhite

0

Cab tier is a non permanent electrical cord used for hooking up machinery. If the machinery is deemed a "non permanent" machine cab tier is generally used unless deemed unsafe due to "traffic". Basically in laymen's terms an extension cord.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is a client tier?

Client tier is actually a 3 tier hierarchical structure which includes cliet tier, application tier and data tier.


Which 3-tiers does a distribution system separates an application into?

A distribution system typically separates an application into three tiers: the presentation tier, the application tier, and the data tier. The presentation tier is responsible for the user interface and user experience, enabling interaction with the application. The application tier contains the business logic and processes data between the presentation and data tiers. Lastly, the data tier manages data storage and retrieval, ensuring efficient access to the underlying databases.


What is 2-tier architecture of a database explain with suitable diagram?

the client is on the first tier. The database server and web application server reside on the same server machine, which is the second tier. This second tier serves the data and executes the business logic for the web application


What is web application and enterprise application?

gdg Web applications are stored on a server and delivered to users over the Internet. A Web application is usually a three-tier structure, comprising a User Service tier (allowing user access to the application), a Business Service tier (allowing the user to carry out complex activities) and a Data Service tier (which allows data storage and retrieval). An application that conforms to the Java 2 Platform Enterprise Edition specification. publib.boulder.ibm.com/infocenter/ws51help/topic/com.ibm.websphere.exp.doc/info/exp/glossary.html Web applications are stored on a server and delivered to users over the Internet. A Web application is usually a three-tier structure, comprising a User Service tier (allowing user access to the application), a Business Service tier (allowing the user to carry out complex activities) and a Data Service tier (which allows data storage and retrieval). An application that conforms to the Java 2 Platform Enterprise Edition specification. publib.boulder.ibm.com/infocenter/ws51help/topic/com.ibm.websphere.exp.doc/info/exp/glossary.html Web applications are stored on a server and delivered to users over the Internet. A Web application is usually a three-tier structure, comprising a User Service tier (allowing user access to the application), a Business Service tier (allowing the user to carry out complex activities) and a Data Service tier (which allows data storage and retrieval). An application that conforms to the Java 2 Platform Enterprise Edition specification. publib.boulder.ibm.com/infocenter/ws51help/topic/com.ibm.websphere.exp.doc/info/exp/glossary.html


What is a tier-2 application?

A tier-2 application typically refers to software that operates within a multi-tier architecture, specifically the second layer that interacts with the user interface (tier-1) and the database or backend services (tier-3). This layer handles business logic, data processing, and communication between the user interface and the database. In essence, tier-2 applications serve as intermediaries that manage data flow and processing logic, ensuring that user requests are appropriately handled and results are returned efficiently.


Identify the database model in which the process logic runs on an application server?

3-Tier


Application of interstitial-free steel?

Automobile cab Door panels


Which cab is used in London yellow cab or black cab?

yellow! i think


What is the additional functionality incorporated in n-tier architecture (n 3)?

N-tier architecture, which typically includes presentation, application, and data tiers, enhances functionality by promoting modularity, scalability, and maintainability. Each tier can be developed, updated, or scaled independently, allowing for more efficient resource management. This separation of concerns also improves security, as sensitive data can be isolated in the data tier, while the application tier handles business logic and the presentation tier manages user interactions. Additionally, n-tier architecture facilitates load balancing and enables distributed computing, enhancing overall system performance.


What are the main differences between single-tier and multi-tier site architectures?

Sigle tire means using single technique to built entier application. For Example only using jsp for building whole web application instead of using jsp, servelt and database.


What is single-tier architecture?

Single-tier architecture is the notion of having the user interface of a web application, the middle ware and the data access all contained in one whole architecture. Usually in Software Engineer you break your application to make them more maintainable and sustainable. If you know that your software will not grow over time, you may want to do a single tier architecture.


In the three-tiered database architecture is it possible for there to be no database on a particular tier If not why If yes give an example.?

Yes, it is possible for there to be no database on a particular tier in a three-tiered database architecture. For instance, in a scenario where the presentation tier (client-side) handles all user interactions and communicates directly with the application tier (business logic), the application tier may not require a database if it is designed to perform computations or logic without storing data persistently. This can occur in lightweight applications or services that rely on external APIs for data retrieval instead of a local database.