Ethernet: Mrs.R.Shanthi Prabha M.SC., M.Phil., Assistant Professor, DEPARTMENT OF Computer Science
Ethernet: Mrs.R.Shanthi Prabha M.SC., M.Phil., Assistant Professor, DEPARTMENT OF Computer Science
Ethernet: Mrs.R.Shanthi Prabha M.SC., M.Phil., Assistant Professor, DEPARTMENT OF Computer Science
• Next Generation:
▫ Thin coax cable (10Base2)
▫ Thinnet.
• Modern Ethernet:
▫ Twisted pair ethernet
(10BaseT)
▫ Uses hub: physical star but
logical bus.
Why Ethernet
CS 640
CS 640
CS 640
Switched Ethernet
• Switches forward and filter frames based on LAN addresses
▫ It’s not a bus or a router (although simple forwarding tables
are maintained)
• Very scalable
▫ Options for many interfaces
▫ Full duplex operation (send/receive frames simultaneously)
• Connect two or more “segments” by copying data frames
between them
▫ Switches only copy data when needed
key difference from repeaters
• Higher link bandwidth
▫ Collisions are completely avoided
• Much greater aggregate bandwidth
▫ Separate segments can send at once
13
Ethernet Frames
• Preamble is a sequence of 7 bytes, each set to “10101010”
▫ Used to synchronize receiver before actual data is sent
• Addresses
▫ unique, 48-bit unicast address assigned to each adapter
example: 8:0:e4:b1:2
Each manufacturer gets their own address range
▫ broadcast: all 1s
▫ multicast: first bit is 1
• Type field is a demultiplexing key used to determine which
higher level protocol the frame should be delivered to
• Body can contain up to 1500 bytes of data
14
CS 640
CS 640
Manchester
consumes
too much
Bandwidth.
Gigabit
Ethernet
cannot afford
to use it.
MAC Addresses
• Ethernet uses MAC addresses that are 48 bits in
length and expressed as twelve hexadecimal digits.