Network segment
This article includes a list of references, related reading, or external links, but its sources remain unclear because it lacks inline citations. (January 2009) |
This article needs additional citations for verification. (January 2009) |
A network segment is a portion of a computer network wherein every device communicates using the same physical layer. Devices that extend the physical layer, such as repeaters or network hubs, are also considered to extend the segment. However, devices that operate at the data link layer level or higher create new physical layers and thus create rather than extend segments.
Ethernet
In the context of Ethernet networking, the network segment is also known as the collision domain. This comprises the group of devices that are connected to the same bus, and that can make CSMA/CD collisions with each other, and sniff their packets in promiscuous mode. It also includes devices connected to the same hub, which also can have collisions with each other.
In modern switch-based Ethernet configurations, the physical layer is generally kept as small as possible to avoid the possibility of collisions. Thus, each segment is only composed of two devices, and the segments are linked together using switches and routers to form one or more broadcast domains.
Token ring
All machines connected to the same Media Access Unit for token ring are part of the same network segment.
Token bus
All machines connected to the same token bus are part of the same network segment.
Other uses of the term 'network segment'
- The term network segment is sometimes used to refer to the portion of a computer network in which computers can access each other using a data link layer protocol (e.g., in Ethernet, this would be the ability to send an Ethernet packet to others using their MAC addresses). In this case, it is synonymous with broadcast domain.
- Occasionally, the term refers to a subnetwork.
- It is also applied to a language space within the Internet, such as Runet or Kaznet.