In [[computer architecture]], '''48-bit''' [[integer (computer science)|integer]]s can represent 281,474,976,710,656 (2<sup>48</sup> or 2.814749767×10<sup>14</sup>) discrete values. This allows an [[Unsignedevery integer|unsigned]]binaryfrom integer0 rangeinclusive ofthrough 0 through256 281,474,976,710,655tera (2<sup>48</sup> −1)= or a [[Signed number representations|signed]] [[two's complement]] range of -140,737,488,355,328 (-2.814749767×10<sup>4714</sup>) throughbytes 140,737,488,355,327 (2<sup>47</sup> − 1)exclusive. A '''48-bit''' [[memory address]] can directly address every byte of 256 [[Tebibyte|tebibytes]]terabytes of storage. '''48-bit''' can refer to any other [[data#Uses of data in computing|data]] unit that consumes 48 [[bit]]s (6 [[octet (computing)|octets]]) in width. Examples include 48-bit [[Central processing unit|CPU]] and [[Arithmetic logic unit|ALU]] [[computer architecture|architecture]]s are those that are based on [[processor register|register]]s, [[address bus]]es, or [[Bus (computing)|data bus]]es of that size.