1. Home
  2. Computing & Technology
  3. Wireless / Networking

byte

By , About.com Guide

Definition: A byte is a sequence of bits. In computer networking, some network protocols send and receive data in the form of byte sequences. These are called byte-oriented protocols. Examples of byte-oriented protocols include TCP/IP and telnet.

The order in which bytes are sequenced in a byte-oriented network protocol is called the network byte order. The maximum size of a single unit of transmission for these protocols, the Maximum Transmission Unit (MTU), is also measured in bytes. Network programmers routinely work both with network byte ordering and MTUs.

Bytes are used not only in networking, but also for computer disks, memory, and central processing units (CPUs). In all modern network protocols, a byte contains eight bits. A few (generally obsolete) computers may use bytes of different sizes for other purposes.

The sequence of bytes in other parts of the computer may not follow the network byte order. Part of the job of the networking subsystem of a computer is to convert between the host byte order and network byte order when needed.

Explore Wireless / Networking
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Wireless / Networking
  4. Networking Basics
  5. A-Z Networking Terms
  6. B
  7. Byte - Byte in Computer Networking>

©2009 About.com, a part of The New York Times Company.

All rights reserved.