ethernet

18
ETHERNET -BY 09BIT059 (MIHIKA SHAH)

Upload: mihika-shah

Post on 11-Jun-2015

3.206 views

Category:

Education


1 download

DESCRIPTION

This presentation briefly focuses on fast ethernet, gigabit ethernet and switched ethernet.

TRANSCRIPT

Page 1: Ethernet

ETHERNET

-BY 09BIT059(MIHIKA SHAH)

Page 2: Ethernet

ETHERNET•Firstly created by Robert Metcalfe

•Known as DIX ethernet

•IEEE standardized 802.3

•Uses manchester encoding

•Ethernet framing

•CSMA/CD algorithm

Page 3: Ethernet
Page 4: Ethernet

FAST ETHERNET (802.3u)

•Fast Ethernet was designed to compete with LAN protocols such as FDDI (Fiber Distributed Data Interface) or Fiber Channel.

•IEEE created Fast Ethernet under the name 802.3u.

•Fast Ethernet is backward-compatible with Standard Ethernet, but it can transmit data 10 times faster at a rate of 100 Mbps.

Page 5: Ethernet

Fast Ethernet Topology

Page 6: Ethernet

Fast Ethernet Implementation

Page 7: Ethernet

•Bit rate is reduced to 10 ns from 100 ns.

Page 8: Ethernet

GIGABIT ETHERNET (802.3z)

•The need for higher data rate resulted in the design of the Gigabit Ethernet (1000 Mbps).

•The IEEE committee calls the standard 802.3z.

Page 9: Ethernet

•All configurations of gigabit Ethernet are point to point.

•Point-to-point, between two computers or one computer – to –switch.

•It supports two different modes of operation: full duplex mode and half duplex mode.

•full duplex is used when computers are connected by a switch.

•No collision, CSMA/CD is not used.

Page 10: Ethernet
Page 11: Ethernet

•Half duplex is used when computers are connected by a hub.

•Collision in hub is possible and so CSMA/CD is required.

•The 802.3z committee considered a radius of 25 meters to be unacceptable and added two new feature to increase the radius.

Page 12: Ethernet

•Carrier Extension tells the hardware to add its own padding bits after the normal frame to extend the frame to 512 bytes.

•Frame Bursting allows a sender to transmit a concatenated sequence of multiple frames in a single transmission.

•If the total burst is less than 512 bytes, the hardware pads it again.

Page 13: Ethernet
Page 14: Ethernet

SWITCHED ETHERNET

Page 15: Ethernet

•The heart of the system is a switch containing a high speed back-plane and room for typically 4 to 32 plug-in cards, each containing one to eight connectors.

•When a station wants to transmit a frame,it outputs a frame to switch.The plug-in card checks to see if the frame is for the other station on the same card.

•If so, it is copied there otherwise it is sent over high speed back-plane to destination station’s card.

Page 16: Ethernet

•What happens if two machines attached to the same plug-in card transmit frames at the same time?

•It depends in how the card is constructed. All ports on the same card are wired together to form a local on-card LAN.

•Collisions on this on-card LAN are detected and handled using CSMA/CD protocol.

•One transmission per card is possible at any instant.

Page 17: Ethernet

•All the cards can transmit in parallel. With this design each card forms its own collision domain.

•In other design, each input port is buffered, so incoming frames are stored in the card’s on board RAM.

•It allows all input ports to receive(and transmit) frame at same time.

Page 18: Ethernet

THANK YOU