02 Models and Ethernet Framing
02 Models and Ethernet Framing
Encapsulation
Ethernet Framing
Communication between 2 End Stations
Ethernet frames contain instructions that govern how and whether data can be transmitted over the medium between two
or more points. Ethernet frames come in two general formats, the selection of which is highly dependent on the protocols
that have been defined prior to the framing encapsulation.
Frame Formats
Ethernet II Frame
Frame Forwarding
Ethernet based networks achieve communication between two end stations on a local area network using Media Access
Control (MAC) addressing that allows end systems within a multi access network to be distinguished. The MAC address
is a physical address that is burned into the network interface card to which the physical medium is connected. This same
MAC address is retrieved and used as the destination MAC address of the intended receiver by the sender, before the
frame is transferred to the physical layer for forwarding over the connected medium.
Broadcasts are used by protocols to facilitate a number of important network processes including discovery and
maintenance of network operation, however also generate excessive traffic that often causes interrupts to end systems
and utilization of bandwidth that tend to reduce the overall performance of the network.
Carrier Sense
As traffic is prepared to be forwarded over the physical network, it is necessary for hosts in shared collision domains to
determine whether any traffic is currently occupying the transmission medium. Transmission media such as in the case of
10Base2 provides a shared medium over which CSMA/CD must be applied to ensure collisions are handled should they
occur. If the transmission of a frame is detected on the link, the host will delay the forwarding of its own frames until such
time as the line becomes available, following which the host will begin to forward frames from the physical interface
towards the intended destination.
Where two hosts are connected over a medium capable of supporting full duplex transmission as in the case of media
such as 10BaseT, it is considered not possible for transmitted frames to suffer collisions since transmission and receipt of
frames occurs over separate wires and therefore there is no requirement for CSMA/CD to be implemented.