|
|
Commonly Used Tech Terms and Acronyms
AAGP
slot -
(Accelerated Graphics Port) This is a high speed graphics card expansion
port designed by Intel that is designed for the display adapter (video card)
only, and resides on the motherboard of a computer. It provides a direct
connection between the card and memory. ALU - (Arithmetic Logic Unit) The high-speed CPU circuit that does calculating and comparing.
ANSI -
(American National Standards Institute) History
ATA - (Advanced Technology Attachment) A type of disk drive
that integrates the drive controller directly on the drive itself. Computers can
use ATA hard drives without a specific controller to support the drive. The
motherboard must still support an ATA connection, but a separate card (such as a
SCSI card for a SCSI hard drive) is not needed. Some different types of ATA
standards include ATA-1, ATA-2 (a.k.a. Fast ATA), ATA-3, Ultra ATA (33
MBps maximum transfer rate), ATA/66 (66
MBps), and ATA/100 (100
MBps). BBIOS - (Basic Input Output System) An essential set of routines in a PC, which is stored on a chip and provides an interface between the operating system and the hardware. The BIOS supports all peripheral technologies and internal services such as the realtime clock (time and date). byte - (BinarY TablE) The common unit of computer storage from desktop computer to mainframe. It is made up of eight binary digits (bits). CCMOS - (Complementary Metal Oxide Semiconductor) Pronounced “c-moss.” The most widely used integrated circuit design. CMOS semiconductors use both NMOS (negative polarity) and PMOS (positive polarity) circuits. Since only one of the circuit types is on at any given time, CMOS chips require less power than chips using just one type of transistor. This makes them particularly attractive for use in battery-powered devices, such as portable computers. Personal computers also contain a small amount of battery-powered CMOS memory to hold the date, time, and system setup parameters.
Codec -
(1) Short for compressor/decompressor, a codec is any technology for
compressing and decompressing data. Codecs can be implemented in software,
hardware, or a combination of both. Some popular codecs for computer video
include MPEG, Indeo and DivX. Most audio and video
formats use some sort of compression so that they don’t take up a ridiculous
amount of disk space. Audio and video files are compressed with a certain codec
when they are saved and then decompressed by the codec when they are played
back. Common codecs include MPEG2 and AVI for
video files and WAV and AIFF for audio files. Codecs can also be used to
compress streaming media (live audio and video) which makes it possible to
broadcast a live audio or video clip over a broadband Internet connection. CPU - (Central Processing Unit) The part of a computer that interprets and carries out the instructions contained in the software. DDHCP - (Dynamic Host Configuration Protocol) DHCP is an Internet protocol for automating the configuration of computers that use TCP/IP. DHCP can be used to automatically assign IP addresses, to deliver TCP/IP stack configuration parameters such as the subnet mask and default router, and to provide other configuration information such as the addresses for printer, time and news servers. DHCP’s purpose is to enable individual computers on an IP network to extract their configurations from a server (the ‘DHCP server’) or servers, in particular, servers that have no exact information about the individual computers until they request the information. The overall purpose of this is to reduce the work necessary to administer a large IP network. The most significant piece of information distributed in this manner is the IP address.
DLL -
(Dynamic Link Library) An executable program module in Windows that performs
one or more functions at runtime. Every time you open a program on your
computer, it loads certain processes into your system’s RAM (random access
memory). Some programs - in an effort to save RAM space - group those same
processes into a dll file. Then, when the program needs to execute a particular
process, it can dynamically link the process from this ‘library’ into the system
RAM.
DNS - (Domain Name System) is a system that stores information about hostnames and domain names in a kind of distributed database on networks, such as the Internet. Most importantly, it provides an IP address for each hostname. dpi - (dots per inch) DSL - (Digital Subscriber Line) is an always-on internet connection that normally terminates in a socket on your wall, one that looks much like a phone socket. In the US, the socket is exactly a phone socket, and, for the popular residential DSL, (ADSL), the same housewiring carrys both phone and data. There are two main categories of DSL service. Asymmetric DSL (ADSL) is for Internet access, where fast downstream is required, but slow upstream is acceptable. Symmetric DSL (SDSL, HDSL, etc.) is designed for connections that require high speed in both directions.
DSP -
(Digital Signal Processor) A special-purpose CPU used for digital signal
processing and ultra-fast instruction sequences. The first DSP chip used in a
commercial product was believed to be from TI, which was used in its very
popular Speak & Spell game in the late 1970s. F
FAT -
(File Allocation Table) The original file system used in DOS, Windows and
OS/2. A file allocation table (FAT) is a table that an operating system
maintains on a hard disk that provides a map of the clusters (the basic units of
logical storage on a hard disk) that a file has been stored in. When you write a
new file to a hard disk, the file is stored in one or more clusters that are not
necessarily next to each other; they may be rather widely scattered over the
disk. A typical cluster size is 2,048 bytes, 4,096 bytes, or 8,192 bytes. The
operating system creates a FAT entry for the new file that records where each
cluster is located and their sequential order. When you read a file, the
operating system reassembles the file from clusters and places it as an entire
file where you want to read it. For example, if this is a long Web page, it may
very well be stored on more than one cluster on you hard disk. Filename extension - In DOS, Windows and some other operating systems, one or several letters or numbers at the end of a filename. Filename extensions usually follow a period (dot) and indicate the type of information stored in the file. Most applications provide extensions for the files they create.
FTP - (File Transfer Protocol) A protocol used to transfer files over a TCP/IP network.
Firewire -
(also known
as IEEE-1394) FireWire is a cross-platform
implementation of the high-speed serial data bus — defined by the IEEE
1394–1995, IEEE 1394a-2000, and IEEE 1394b standards at speeds of up to 800
megabits per second (on machines that have a Firewire card installed). GGHz - (gigahertz) A gigahertz is a billion hertz or a thousand megahertz, a measure of frequency. Each cycle is one nanosecond. As of 2003, most of the commonly sold microprocessors work with clocks that have frequencies ranging from one to three gigahertz. GB - (gigabyte) The basic unit is a byte. If you have 1000 bytes, you can then call it 1 kilobyte, (KB). If you have 1000 kilobytes, you can then call it 1 megabyte, (MB). The same happens when you go up from megabytes to gigabytes, (GB) = One billion bytes.
GPS
- (Global Positioning System) GPS is a worldwide
radio-navigation system formed from a constellation of 24 satellites placed into
orbit by the U.S. Department of Defense. GPS was originally intended for
military applications, but in the 1980s, the government made the system
available for civilian use. GPS uses these “man-made stars” as reference points
to calculate positions accurate to a matter of meters. In fact, with advanced
forms of GPS you can make measurements to better than a centimeter! In a sense
it’s like giving every square meter on the planet a unique address. The basis of
GPS is “triangulation” from satellites. To “triangulate,” a GPS receiver
measures distance using the travel time of radio signals. To measure travel
time, GPS needs a very accurate timing clock which it achieves with some tricks.
Along with distance, you need to know exactly where the satellites are in space.
High orbits and careful monitoring are the secret. GPGPU - (General-Purpose computation on GPUs). With the increasing programmability of graphics processing units (GPUs), these chips are capable of performing more than the specific graphics computations for which they were designed. They are now capable coprocessors, and their high speed makes them useful for a variety of applications.
GPU -
(Graphics Processing Unit) Graphics Processing Unit is a single-chip
processor. However, the GPU is used primarily for computing 3D functions. This
includes things such as lighting effects, object transformations, and 3D motion.
GPUs form the heart of modern graphics cards, relieving the CPU (central
processing units) of much of the graphics processing load. GPUs allow products
such as desktop PCs, portable computers, and game consoles to process real-time
3D graphics that only a few years ago were only available on high-end
workstations. HHertz - The unit of measurement for frequency of electrical, electromagnetic (radio), and sound vibrations in cycles per second. Abbreviated “Hz,” one Hz is equal to one cycle per second. HTML - (HyperText Markup Language) The document format used on the Web. http - (HyperText Transport Protocol) The communications protocol used to connect to servers on the Web. IICANN - (Internet Corporation for Assigned Names and Numbers). Pronounced “I can”. A non-profit, international association founded in 1998 and incorporated in the U.S. It is the successor to IANA (Internet Assigned Numbers Authority), which manages Internet addresses, domain names and the huge number of parameters associated with Internet protocols (port numbers, router protocols, multicast addresses, etc.). ICANN provides a list of accredited registrars. ICMP - (Internet Control Message Protocol) A TCP/IP protocol defined by RFC 792. Used to send error and control and informational messages. For example, a router uses ICMP to notify the sender that its destination node is not available. A ping utility sends ICMP echo requests to verify the existence of an IP address. IDE - (Integrated Drive Electronics) IDE, ATA & ATAPI Refers to the three names used by various hard drive manufacturers for the same drive technology. With IDE, the controller electronics are built into the drive itself, requiring a simple circuit in the PC for connection. IDE drives were attached to earlier PCs using an IDE host adapter card. Subsequently, two Enhanced IDE (EIDE) sockets were built onto the motherboard, with each socket connecting two drives via a 40-pin ribbon cable for CD-ROMs and similar devices and an 80-wire cable for fast hard disks IEEE - (Institute of Electrical and Electronics Engineers) Pronounced I-triple-E. Founded in 1884 as the AIEE. IEEE is an organization composed of engineers, scientists, and students. The IEEE is best known for developing standards for the computer and electronics industry.
IRC Here is a great article on the history and use of IRC IP Address - (Internet Protocol address) The address of a device attached to an IP network (TCP/IP network). Every client, server and network device must have a unique IP address for each network connection. An IP address (Internet Protocol address) is a unique number, a kind of telephone number, a four-element number with three decimal points. ISDN - (Integrated Services Digital Network) A system of digital phone connections which has been available for over a decade. This system allows voice and data to be transmitted simultaneously across the world using end-to-end digital connectivity. Most recently, ISDN service has largely been displaced by broadband internet service, such as xDSL and Cable Modem service. These services are faster, less expensive, and easier to set up and maintain than ISDN. Still, ISDN has its place, as backup to dedicated lines, and in locations where broadband service is not yet available.
ISO - The International Organization for Standardization is
a network of national standards institutes from 151 countries, with a Central
Secretariat in Geneva, Switzerland. Founded in February 23, 1947, the
organization produces world-wide industrial and commercial standards.
ISO image - An ISO image (as prescribed by ISO standard ISO 9660) is a file
that represents a one-to-one copy of a specific computer filesystem, most widely
used for the compact disc medium (i.e an entire CD or DVD-ROM). There are many
different ISO image formats to choose from. The most common include the
.cue/.bin and .iso image formats. Many Linux, BSD, or other free operating
systems are distributed for download using an ISO image. ISP - (Internet Service Provider) An organization that provides access to the Internet. KKVM switch - (Keyboard Video Mouse switch) A device used to connect a keyboard, mouse and monitor to two or more computers. LLAN
-
(Local Area Network). Normally refers to a network confined to a tightly
defined area, usually the same floor or building. Or your home computer &
connected devices such as your printer if you are behind a router. LCD - (Liquid-Crystal Display) LCDs are super-thin displays that are used in laptop computer screens and flat panel monitors. Smaller LCDs are used in handheld TVs, PDAs, and portable video game devices. The image on an LCD screen is created by sandwiching an electrically reactive substance between two electrodes. The color of this substance can be changed by increasing or reducing the electrical current. Since LCD screens are based on the principle of blocking light (rather than emitting it), they use up much less power than standard CRT (Cathode-Ray Tube) monitors.
MMB - (megabyte) The basic unit is a byte. If you have 1000 bytes, you can then call it 1 kilobyte, (KB). If you have 1000 kilobytes, you can then call it 1 megabyte, (MB) = About a million bytes. Mhz - (MegaHertZ) One megahertz equals one million cycles per second. Used to measure the transmission speed of electronic devices, including channels, buses and the computer’s internal clock. A one-megahertz clock (1MHz) means some number of bits (16, 32, 64, etc.) are manipulated one million times per second. A one-gigahertz clock (1GHz) means one billion times. megapixel - A megapixel is 1 million pixels, and is usually used to express the resolution capabilities of digital cameras. For example, a camera that can take pictures with a resolution of 2048×1536 pixels is commonly said to have “3.1 megapixels” (2048 × 1536 = 3,145,728).
N
NTFS - (New Technology File System) The standard file
system of Microsoft Windows NT and its descendants Windows 2000, Windows XP and
Windows Server 2003. It allows for larger disk drives with smaller cluster
sizes. How NTFS Works - When a hard disk is formatted (initialized), it is divided into partitions or major divisions of the total physical hard disk space. Within each partition, the operating system keeps track of all the files that are stored by that operating system. Each file is actually stored on the hard disk in one or more clusters or disk spaces of a predefined uniform size. Using NTFS, the sizes of clusters range from 512 bytes to 64 kilobytes. Windows NT provides a recommended default cluster size for any given drive size. For example, for a 4 GB (gigabyte) drive, the default cluster size is 4 KB (kilobytes). Note that clusters are indivisible. Even the smallest file takes up one cluster and a 4.1 KB file takes up two clusters (or 8 KB) on a 4 KB cluster system. The selection of the cluster size is a trade-off between efficient use of disk space and the number of disk accesses required to access a file. In general, using NTFS, the larger the hard disk the larger the default cluster size, since it’s assumed that a system user will prefer to increase performance (fewer disk accesses) at the expense of some amount of space inefficiency. When a file is created using NTFS, a record about the file is created in a special file called the Master File Table (MFT). The record is used to locate a file’s possibly scattered clusters. NTFS tries to find contiguous storage space that will hold the entire file (all of its clusters). Each file contains, along with its data content, a description of its attributes (its metadata). O
OEM - (Original Equipment Manufacturer) The equipment &
software as it was originally supplied by the manufacturer when your machine was
new.
O/S - (Operating System) The job of an operating system is
to orchestrate the various parts of the computer — the processor, the on-board
memory, the disk drives, keyboards, video monitors, etc. — to perform useful
tasks. The operating system is the master controller of the computer, the glue
that holds together all the components of the system, including the
administrators, programmers, and users. When you want the computer to do
something for you, like start a program, copy a file, or display the contents of
a directory, it is the operating system that must perform those tasks for you.
Ppartition - the dividing of a hard disk’s storage space into independent parts called “partitions”. PCI - (Peripheral Component Interconnect) A hardware bus designed by Intel and used in both PCs and Macs. Most add-on cards such as SCSI, Firewire, and USB controllers, use a PCI connection. Some graphics cards use a PCI slot, but most new graphics cards connect to the AGP slot. PCI slots are found inside of your computer on the motherboard and are about 3.5″ long and about 0.5″ high. PDF - (Portable Document Format file) The file format in Adobe’s Acrobat document exchange technology.
pixel -
(PIX [picture] ELement) Generally, the smallest addressable unit on a
display screen or bitmapped image. Screens are rated by their number of
horizontal and vertical pixels; for example, 1024×768 means 1024 pixels are
displayed in each row, and there are 768 rows (lines). Likewise, bitmapped
images are sized in pixels: a 350×250 image has 350 pixels across and 250 down.
With color systems, each pixel contains red, green and blue subpixels, and the
subpixel is actually the smallest addressable unit. The monitor’s circuits
address subpixels, and the software may also. Podcast - An audio broadcast that has been converted to an MP3 file or other audio format and made available via an RSS syndication feed. Podcasting is similar in nature to RSS, which allows subscribers to subscribe to a set of feeds to view syndicated Web site content. The term podcasting plays upon the terms broadcasting and webcasting and is derived from the name of the iPod portable music player, the playback device of choice of many early podcast listeners. While not directly associated with Apple’s iPod device or iTunes jukebox software, the company did contribute both the desire and the technology for this capability. Podcasting is similar to time-shifted video software and devices like TiVo, which let you watch what you want when you want by recording and storing video, except that podcasting is used for audio and is currently free of charge. Note, however, that this technology can be used to pull any kind of file, including software updates, pictures, and videos. RRAM
-
(Random Access Memory) Pronounced “ramm”. RAM is made up of small memory
chips that are connected to the motherboard of your computer. The “random” in
RAM means that the contents of each byte of storage in the chip can be directly
accessed without regard to the bytes before or after it. This is also true of
other types of memory chips, including ROMs and PROMs. However, unlike ROMs and
PROMs, RAM chips require power to maintain their content, which is why you must
save your data onto disk before you turn the computer off. registry - The configuration database in all 32-bit versions of Windows. The Registry is made up of the SYSTEM.DAT and USER.DAT files. In the Microsoft Windows operating systems beginning with Windows 95, the registry is a single place for keeping information such as what hardware is attached, what system options have been selected, how computer memory is set up, and what application programs are to be present when the operating system is started. It contains information and settings for all the hardware, software, users, and preferences of the PC. Whenever a user makes changes to “Control Panel” settings, or file associations, system policies, or installed software, the changes are reflected and stored in the registry. router - A network device that forwards packets from one network to another. RSS - (RDF Site Summary) but is commonly referred to as (Really Simple Syndication). A file format, RSS is method of providing website content such as news stories or software updates in a standard XML format.
runtime - Occurring while a program is executing. For example, a runtime
error is an error that occurs during program execution and a runtime library is
a library of routines that are bound to the program during execution. S
S-Video -
(Super-video) Transmitting analog video by keeping luma (Y) and chroma (C)
on separate channels. Designated as Y/C, S-video improves picture quality over
composite video because the luma and chroma are not combined. Component video
provides even better quality by keeping the two chroma signals separate. TTCP - (Transmission Control Protocol) is responsible for verifying the correct delivery of data from client to server. Data can be lost in the intermediate network. TCP adds support to detect errors or lost data and to trigger retransmission until the data is correctly and completely received. TCP is “connection oriented” and requires a handshake before the session can begin. TFT - (Thin-Film Transistor) These transistors are used in high-quality flat panel liquid-crystal displays (LCDs). TFT-based displays have a transistor for each pixel on the screen. This allows the electrical current that illuminates the display to be turned on and off at a faster rate, which makes the display brighter and shows motion smoother. LCDs that use TFT technology are called “active-matrix” displays, which are higher-quality than older “passive-matrix” displays. So if you ever see a TFTAMLCD monitor at a computer store, it is a “thin-film transistor active-matrix liquid crystal display.” That’s just a fancy way of saying it is a good flat-screen display. UUDP - (User Datagram Protocol) A protocol used to transmit data over the internet. It is part of the TCP/IP suite of protocols that is used in place of TCP when a reliable delivery is not required. There is less processing of UDP packets than there is for TCP. UDP is a known as a “stateless” protocol, meaning it doesn’t acknowledge that the packets being sent have been received. UDP is connectionless and does not guarantee delivery of your data, but uses less overhead than TCP. For this reason, the UDP protocol is typically used for streaming audio and video, voice over IP (VoIP) and videoconferencing, because there is no time to retransmit erroneous or dropped packets. While you might see skips in video or hear some fuzz in audio clips, UDP transmission prevents the playback from stopping completely.
UNIX
- An operating system that evolved from an effort by a group of computer
scientists from MIT, Bell Labs and GE in 1965 called the Multics (Multiplexed
Information and Computing Service) mainframe timesharing system, in an effort to
provide a multiuser, multitasking system for use by programmers. The philosophy
behind the design of UNIX was to provide simple, yet powerful utilities that
could be pieced together in a flexible manner to perform a wide variety of
tasks. Today’s Unix systems are split into various branches, developed over time
by AT&T, several other commercial vendors, as well as several non-profit
organizations. URL - (Uniform Resource Locator) The address that defines the route to a file on a Web server (HTTP server). For example, the full URL for this page is http://leoville.tv/radio/pmwiki.php/Main/Glossary USB - (Universal Serial Bus) A widely used hardware interface for attaching peripheral devices. V
VoIP - (Voice over Internet Protocol) Telephone communications using your internet connection instead of the usual phone company switches. W
WAN -
(Wide Area Network) A WAN interconnects LANs, which then provide access to
computers or file servers in other locations. A network device called a router
connects LANs to a WAN. In IP networking, the router maintains both a LAN
address and a WAN address. WEP - (Wired Equivalent Privacy) An old IEEE standard security protocol for wireless 802.11 networks. Superseded by WPA, WPA2 and 802.11i.
WPA - (Wi-Fi Protected Access) A security protocol for wireless 802.11 networks from the Wi-Fi Alliance that was developed to provide a migration from WEP. The WPA logo certifies that devices are compliant with a subset of the IEEE 802.11i protocol. WPA2 certifies full support for 802.11i. XXML - (Extensible Markup Language) A metalanguage written in a simplified SGML that allows one to design a markup language. Used to allow for the easy interchange of documents on the World Wide Web. XML is a data file that uses tags (like HTML) to define objects and object attributes; a text-based database.
|
|