When you are exchanging email on the Internet, SMTP is what keeps the process orderly. It's a protocol that regulates what goes on between the mail servers.
Streaming
Data is streaming when it's moving quickly from one chunk of hardware to another and doesn't have to be all in one place for the destination device to do something with it. When your hard disk's data is being written to a tape backup device, it's streaming. When you're watching a QuickTime movie on the Internet, it's not streaming, because the movie must be fully downloaded before you can play it.
TCP/IP - transmission control protocol/Internet protocol
These two protocols were developed by the U.S. military to allow computers to talk to each other over long distance networks. IP is responsible for moving packets of data between nodes. TCP is responsible for verifying delivery from client to server. TCP/IP forms the basis of the Internet, and is built into every common modern operating system (including all flavors of Unix, the Mac OS, and the latest versions of Windows).
TIFF - tagged image file format
This graphics file format was designed to be the universal translator of the graphics world back in the 1980s when sharing graphics across computing platforms was a great headache. TIFF can handle color depths ranging from one-bit (black and white) to 24-bit photographic images with equal ease. Like any standards, however, the TIFF developed a few inconsistencies along the way: some graphical software companies estimate that there are more than 50 variations on the TIFF format.
TWAIN - toolkit without an interesting name
While there are some who claim that TWAIN stands for toolkit without an interesting name, in fact it stands for nothing but itself. But what is it? TWAIN is an interface standard that should be on the checklist of anyone buying a scanner or OCR, graphics, or fax software. If your scanner supports TWAIN, you can use any TWAIN-compliant software to run it. TWAIN's signature command is Acquire--if you spot the Acquire option under a program's File menu, you know the software is TWAIN-compliant.
Unix
Described by one of its developers as "a weak pun on Multics" (which was an experimental, time-sharing operating system at Bell Labs in the 1960s), Unix took off in the early 1970s as a general-purpose operating system. Since much of the Internet is hosted on Unix machines, the OS took on a new surge of popularity in the early 1990s. Unix comes in many flavors--including Xenix, Ultrix, GNU, and Linux--and runs on a variety of platforms, which makes its development a subject of widespread discussion. But the truly great debate involves how to style the word itself: should it have an initial capital (Unix)? Or should it be in all caps (UNIX)? Since the operating system itself is case-sensitive, the debate rages. Bell Labs' implementation of Unix is trademarked in all caps; for the other implementations, it's optional. Mac OS X is our newest OS and is based on Unix.
URL - uniform resource locator or universal resource locator
URLs are the Internet equivalent of addresses. How do they work? Like other types of addresses, they move from the general to the specific (from zip code to recipient, so to speak). Take this URL, for example:
http://www.missmac.com/gloss.html
First you have the protocol:
http:/
then the server address or domain:
/www.missmac.com
and finally the directory:
gloss.html
in which the file gloss.html resides.
Two debates rage: first, does the U stand for uniform or universal? Universal was the original definition of choice but was deemed by most to be too ambitious, and the more frequently used uniform was instated by the now-defunct URI Working Group. Second, is URL pronounced "you are ell," or does it rhyme with hurl? Both pronunciations are widely used.
USB - universal serial bus
Imagine replacing all those ports on the back of your Mac--mouse, keyboard, serial, parallel, joystick, and more with a single port. Now imagine you can daisy-chain as many as 127 peripherals off that port and use them all at once. Finally, imagine that the port supports data transfer rates up to 12MB/sec, making it suitable for even high-bandwidth applications such as video. Imagine no more. USB, designed by a consortium of PC manufacturers including Compaq, Digital, and IBM, can do all this and more. USB-ready systems and peripherals hit the market en masse in 1997 and are now the industry standard. Apple implemented firewire which is able to transfer large amounts of data between computers and peripheral devices. Macs purchased today have both USB and firewire ports.