Wired Lans: 1. IEEE Project 802
Wired Lans: 1. IEEE Project 802
Ethernet Evolution
2. STANDARD ETHERNET
We refer to the original Ethernet technology with the data rate of 10 Mbps as the
Standard Ethernet.
Characteristics:
◦ Connectionless and Unreliable Service
Frame Format
Preamble. This field contains 7 bytes (56 bits) of alternating 0s and 1s that alert the
receiving system to the coming frame and enable it to synchronize its clock if it’s out of
synchronization. The pattern provides only an alert and a timing pulse. The preamble is
actually added at the physical layer and is not (formally) part of the frame.
Start frame delimiter (SFD). This field (1 byte: 10101011) signals the beginning of the
frame. The SFD warns the station or stations that this is the last chance for
synchronization. The last 2 bits are (11) 2 and alert the receiver that the next field is the
destination address.
Prepared by: E. Swathi Page 2
Destination address (DA). This field is six bytes (48 bits) and contains the link layer
address of the destination station or stations to receive the packet
Source address (SA). This field is also six bytes and contains the link-layer address of the
sender of the packet.
Type. This field defines the upper-layer protocol whose packet is encapsulated in the
frame. This protocol can be IP, ARP, OSPF, and so on.
Data. This field carries data encapsulated from the upper-layer protocols. It is a minimum
of 46 and a maximum of 1500 bytes. If the data coming from the upper layer is more than
1500 bytes, it should be fragmented and encapsulated in more than one frame. If it is less
than 46 bytes, it needs to be padded with extra 0s.
CRC. The last field contains error detection information, in this case a CRC-32. The CRC
is calculated over the addresses, types, and data field. If the receiver calculates the CRC
and finds that it is not zero (corruption in transmission), it discards the frame.
Frame Length
An Ethernet frame needs to have a minimum length of 512 bits or 64 bytes. Part of this length is
the header and the trailer. If we count 18 bytes of header and trailer (6 bytes of source address, 6
bytes of destination address, 2 bytes of length or type, and 4 bytes of CRC), then the minimum
length of data from the upper layer is 64 − 18 = 46 bytes. If the upper-layer packet is less than 46
bytes, padding is added to make up the difference.
ADDRESSING
Each station on an Ethernet network (such as a PC, workstation, or printer) has its own network
interface card (NIC). The NIC fits inside the station and provides the station with a link-layer
address.
For example, the following shows an Ethernet MAC address:
4A:30:10:21:10:1A
The maximum length of the twisted cable here is defined as 100 m, to minimize the effect of
attenuation in the twisted cable.
i. Bridged Ethernet
4. GIGABIT ETHERNET
The IEEE committee calls it the Standard 802.3z. The goals of the Gigabit Ethernet design can
be summarized as follows:
1. Upgrade the data rate to 1 Gbps.
2. Make it compatible with Standard or Fast Ethernet.380
3. Use the same 48-bit address.
4. Use the same frame format.
5. Keep the same minimum and maximum frame lengths.
6. Support autonegotiation as defined in Fast Ethernet.
5. 10 GIGABIT ETHERNET
The IEEE committee created 10 Gigabit Ethernet and called it Standard 802.3ae.
The goals of the 10 Gigabit Ethernet design can be summarized as upgrading the data rate
to 10 Gbps, keeping the same frame size and format, and allowing the interconnection of
LANs, MANs, and WAN possible.
This data rate is possible only with fiber-optic technology.
The standard defines two types of physical layers: LAN PHY and WAN PHY. The first is
designed to support existing LANs; the second actually defines a WAN.
10 Gigabit Ethernet operates only in full-duplex mode.
CSMA/CD is not used in 10 Gigabit Ethernet.
Four implementations are the most common: 10GBase-SR, 10GBase-LR, 10GBase-EW,
and 10GBase-X4.
CHARACTERISTICS:
Attenuation: The strength of electromagnetic signals decreases rapidly because the signal
disperses in all directions; only a small portion of it reaches the receiver. The situation
becomes worse with mobile senders that operate on batteries and normally have small
power supplies.
Interference: Another issue is that a receiver may receive signals not only from the
intended sender, but also from other senders if they are using the same frequency band.
Multipath Propagation: A receiver may receive more than one signal from the same
sender because electromagnetic waves can be reflected back from obstacles such as
walls, the ground, or objects.The result is that the receiver receives some signals at
different phases (because they travel different paths). This makes the signal less
recognizable.
Error: The error level is the measurement of signal-to-noise ratio (SNR). If SNR is high,
it means that the signal is stronger than the noise (unwanted signal), so we may be able to
convert the signal to actual data. On the other hand, when SNR is low, it means that the
signal is corrupted by the noise and the data cannot be recovered.
3. The distance between stations can be great. Signal fading could prevent a station at one
end from hearing a collision at the other end.
To overcome the above three problems, Carrier Sense Multiple Access with Collision
Avoidance (CSMA/CA) was invented for wireless LANs
802.11 Architecture
The standard defines two kinds of services: the basic service set (BSS) and the extended
service set (ESS).
Basic Service Set
A basic service set is made of stationary or mobile wireless stations and an optional
central base station, known as the access point (AP).
The BSS without an AP is a stand-alone network and cannot send data to other BSSs. It is
called an ad hoc architecture.
A BSS with an AP is sometimes referred to as an infrastructure BSS.
IEEE 802.11 defines three types of stations based on their mobility in a wireless LAN:
no-transition, BSS-transition, and ESS-transition mobility.
A station with no-transition mobility is either stationary (not moving) or moving only
inside a BSS.
A station with BSS-transition mobility can move from one BSS to another, but the
movement is confined inside one ESS.
A station with ESS-transition mobility can move from one ESS to another.
IEEE 802.11 defines two MAC sublayers: the distributed coordination function (DCF)
and point coordination function (PCF).
Distributed Coordination Function
DCF uses CSMA/CA as the access method.
Frame control (FC). The FC field is 2 bytes long and defines the type of frame and some
control information. Table 15.1 describes the subfields.
D. This field defines the duration of the transmission that is used to set the value of NAV.
In one control frame, it defines the ID of the frame.
Addresses. There are four address fields, each 6 bytes long. The meaning of each address
field depends on the value of the To DS and From DS subfields.
Sequence control. This field, often called the SC field, defines a 16-bit value. The first
four bits define the fragment number; the last 12 bits define the sequence number, which
is the same in all fragments.
Frame body. This field, which can be between 0 and 2312 bytes, contains information
based on the type and the subtype defined in the FC field.
FCS. The FCS field is 4 bytes long and contains a CRC-32 error-detection sequence.
Frame Types
Architecture
Piconets. A piconet can have up to eight stations, one of which is called the primary;
the rest are called secondaries. All the secondary stations synchronize their clocks and
hopping sequence with the primary. Note that a piconet can have only one primary
station. The communication between the primary and secondary stations can be one-
to-one or one-to-many. Although a piconet can have a maximum of seven
secondaries, additional secondaries can be in the parked state. A secondary in a
parked state is synchronized with the primary, but cannot take part in communication
until it is moved from the parked state to the active state.