Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
address
Last modified: Wednesday, September 03, 2003
(1) A location of data, usually in main memory or on a disk. You can think of computer memory as an array of storage boxes, each of which is one byte in length. Each box has an address (a unique number) assigned to it. By specifying a memory address, programmers can access a particular byte of data. Disks are divided into tracks and sectors, each of which has a unique address. Usually, you do not need to worry about addresses unless you are a programmer.