Handout 4 - Network Architecture
Handout 4 - Network Architecture
Page 2
Page 2
Page 2
Page 2
CSMA/CD
CSMA/CA
Token passing
Demand
priority
Type of
communication
Type of access
method
Broadcast
based
Broadcast
based
Token based
Hub based
Contention
Contention
Non-contention
Contention
Description
Star
Page 2
Preamble
SFD
7 bytes
1 byte
FCS
4 bytes
Each frame begins with a 7-byte preamble. Each byte has the identical pattern
10101010, which is used to help the receiving computer synchronise with the sender.
This is followed by a 1-byte start frame delimiter (SFD), which has the pattern
10101011. Next are the source and destination addresses, which take up 6 bytes each.
The data can be of variable length (46-1500 bytes), so before the data itself there is a
2-byte field that indicates the length of the following data field. Finally there is a 4byte frame check sequence, used for cyclic redundancy checking. Therefore the
minimum and maximum lengths of an Ethernet frame are 72 bytes and 1526 bytes
respectively.
Although there have been a number of different standards for the Ethernet architecture
over the years, a number of features have remained the same The table below
summarises the general features of Ethernet LANs.
Page 2
Topology
ETHERNET STANDARDS
10Base2
10Base5
Bus
Bus
10BaseT
Star bus
UTP
(Cat. 3 or higher)
Cable type
Thinnet coaxial
Thicknet coaxial
Simplex/half/full
duplex
Half duplex
Half duplex
Half duplex
Manchester,
asynchronous
BNC
185 metres
Manchester,
asynchronous
DIX or AUI
500 metres
Manchester,
asynchronous
RJ45
100 metres
Data encoding
Connector
Max. segment length
Note that although the 10BaseT standard uses a physical star-bus topology, it still used
a logical bus topology. This combination is sometimes referred to as a star-shaped
bus. In addition to these three, a number of standard existed for use with fibre-optic
cabling, namely 10BaseFL, 10BaseFB and 10BaseFP.
The next phase of Ethernet standards was known as fast Ethernet, and increased
transmission speed up to 100Mbps. Fast Ethernet is probably the most common
standard in use today. The Manchester encoding technique used in the original
Ethernet standards is not well suited to high frequency transmission so new encoding
techniques were developed for fast Ethernet networks. Three of the most common fast
Ethernet standards are summarised below, although others do exist (e.g. 100BaseT2).
Topology
Cable type
Connector
RJ45
RJ45
100 metres
Half duplex
100 metres
Full duplex
100BaseFX
Star Bus
Fibre-optic
SC, ST or FDDI
MIC
2000m
Full duplex
The most recent phase of Ethernet standards has increased transmission speeds up to
1000Mbps, although sometimes at the expense of some other features, such as
Page 2
1000BaseLX
Star Bus
Fibre-optic
SC
316-550m
Full duplex
Finally, the IEEE has also published a number of standards for wireless Ethernet
networks. The original standard was known as 802.11, was very slow (around 2Mbps)
and was quickly superseded by more efficient standards. 802.11 now usually refers to
the family of standards that followed after this original standard.
Max. speed
Ave. speed
Max. distance
outdoors
Max. distance
indoors
Broadcast
frequency
802.11g
54Mbps
20Mbps
120m
30m
30m
60m
12m
20m
2.4Ghz
5Ghz
2.4Ghz
The CSMA/CA access method has become the standard access method for use in
wireless networking.
Page 2
Page 2