Glossary of terms used on Tech Friends
T
| Term | Definition |
|---|---|
| TCP / IP |
Acronym for Transmission Control Protocol/Internet Protocol. A stack or group of protocols that is designed for using the Internet. |
| THREE-TIER CLIENT/SERVER |
A client/server architecture in which software systems are structured into three tiers or layers: the user interface layer, the business logic layer, and the database layer. Layers may have one or more components. For example, there can be one or more user interfaces in the top tier, each user interface may communicate with more than one application in the middle tier at the same time, and the applications in the middle tier may use more than one database at a time. Components in a tier may run on a computer that is separate from the other tiers, communicating with the other components over a network. |
| TROJAN HORSE |
A destructive program disguised as a game, utility, or application. When run, a Trojan horse does something harmful to the computer system while appearing to do something useful. |

