SlideShare una empresa de Scribd logo
1 de 30
Ethernet

Network Fundamentals – Chapter 9

ITE I Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

1
Objectives


Identify Ethernet



Identify the function and characteristics of the media
access control method used by Ethernet protocol.



Identify different types of layer 2 addressing and
impacts network operation and performance.



Identify the application and benefits of using Ethernet
switches in a LAN as opposed to using hubs.



Identify basic switch operations



Identify the ARP process.

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

2
What is Ethernet?
 A family of LAN products described by the IEEE standards
 Developed in the early 1980s and first published by the consortium
Digital equipment, Intel and Xerox (DIX) as an open standard
 To maintain compatibility with the ISO the IEEE publish the 802.3
standard in 1985
 Many technologies have challenged Ethernets dominance.
However Ethernet has continued to be the dominate LAN product

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

3
Physical and Data Link Features of Ethernet
 Standards and Implementation for Ethernet include
802.2 and 802.3 both defined by the IEEE

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

4
Physical and Data Link Features of Ethernet
 Ethernet operates across two layers of the OSI model

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

5
Physical and Data Link Features of Ethernet
 Logic Link Control – Connecting the Upper Layers

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

6
Physical and Data Link Features of Ethernet
 Media Access Control (MAC)

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

7
Ethernet – media changes
 Ethernet went from Bus type Coaxial based cable to
Star based UTP/STP cables
Coaxial
Thicknet, (10Base5)
Thinet(10Base2)
CSMA then CSMA/CD
Low Bandwidth
Difficult to scale

UTP (10Base-T)
UTP (100Base-TX)
Fiber(100Base –FX)
CSMA/CD
Higher Bandwidth
Scalable
ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

8
Ethernet Hubs versus Switches in a LAN.
 Legacy Ethernet – Using Hubs suffered multiple
collisions Hubs not intelligent devices, Bandwidth is
shared, not dedicated per host

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

9
Ethernet – media changes
 The movement of Hub based LANs to switched based
Ethernet LANs reduced the size of collision domains
and improved network availability

Multi-port Bridge
Intelligent deviceforwards frames based
on MAC address
Reduce the size of
collision domains
Increased Bandwidth
Communication channel
inside switch is
dedicated
Can support Virtual
LANs
ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

10
Ethernet Switches versus Hubs in a LAN.
 Ethernet – Using Switches

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

11
Ethernet Switches versus Hubs in a LAN.
 A switch can eliminate collisions, backoffs and retransmissions, the leading factors in reduced
throughput on a hub-based Ethernet network

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

12
Switch operations
 Switches forward frames based on their destination MAC
addresses. To accomplish their purpose switches use:
 Learning (Populate MAC address table with MAC addresses of
connected hosts)
 Aging (Removes old MAC addresses from table, 5 mins)
 Flooding (If a destination entry is not found in the MAC address
table that matches the destination in the received frame, the switch
floods the frame out all its ports except the port on which the frame
entered the switch)
 Selective forwarding (Forwarding a frame based on its destination
MAC address)
 Filtering (Un-forwarded frames based on failed CRC and Port
security)

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

13
Physical and Data Link Features of Ethernet
 Physical Implementations of the Ethernet

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

14
Ethernet – media changes
 High bandwidth Ethernet cabling is used to connect
MANS and WAN

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

15
Ethernet Media Access Control Method
 CSMA/CD

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

16
Carrier Sense Multiple Access with Collision
Detection
 Listen before sending – if a device has data to send it
must listen for the carrier before sending, if the carrier
is detected it must wait a specified time before
transmitting
 Detecting a collision - If two devices or more fail to
detect the carrier they will transmit at the same time.
Their data will propagate across the media until a
collision occurs, destroying the data. Any device
detecting a collision will then transmit a Jam signal
 Jam and Random Backoff - Other devices detect the
Jam signal and invoke a back off signal for a random
amount of time allowing the original collision to subside
ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

18
Ethernet Delay (Latency, Bit time, Slot time)
 Ethernet data bits don’t move in zero time
 Data passing through devices experience delay, can result in
collision because the receiving device transmits because it doesn’t
see the frame
 Bit Time = time for 1 bit to be sensed and placed on the media
 Slot time determines Min size of Frame and Max media length

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

19
Ethernet and IEEE frame fields
 The IEEE included the extra field (Start of Frame) to allow for extra
frame size to accommodate the frames used in switching
technology i.e. frames that carry a VLAN field

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

20
Layer 2 addressing is used to identify hosts
 The Ethernet MAC Address

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

21
Layer 2 addressing uses Hexadecimal
 MAC addresses use Hexadecimal Numbering

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

22
Layer 2 MAC addressing
 MAC addressing is used in LANs

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

23
MAC addresses 48 bits or 12 Hex digits
 Ethernet Unicast, Multicast and Broadcast
 First 6 hex digits OUI + 6 hex digits serial number
Organizational Unique
Identifier (OUI)

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

24
MAC Address communication types
 Unicast – A unique frame sent form a single source to a
single destination
 Multicast – sent from a single host to a group (or set) of
host a LAN segment. Multicast MAC addresses begin
with 01-00-5E (Consumes Bandwidth)
 Broadcast – sent from a single host to all hosts on the
local segment or LAN on Ethernet networks the
broadcast address is FF-FF-FF-FF-FF-FF in
hexadecimal or 48 1’s in binary (Consumes more
Bandwidth)

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

25
Address Resolution Protocol (ARP) process.
 Mapping IP to MAC Addresses required to build all
frames before frame is converted to bits and placed
onto media

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

26
Address Resolution Protocol (ARP) process.
 ARP – Destinations Outside the Local Network

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

27
Address Resolution Protocol (ARP) process.
 ARP – Removing Address Mappings
 When hosts are no longer available mappings have to
aged out

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

28
Address Resolution Protocol (ARP) process.
 ARP Broadcasts are issued if mapping is not in table

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

29
ARP - process
 ARP table maps Destination IP to MAC addresses
 Can be populated Dynamically by sensing devices on
network or via ARP request (Broadcasts)
 Can be populated Statically not recommended as
entries don’t age out
 To build a Frame the table is first consulted if an entry
is not found the source issues an ARP broadcast.
 If the destination IP is on a different network an ARP
request is sent to determine the MAC address of the
gateway
ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

30
Labs
 9.8.1- Address Resolution Protocol- ARP (ARP
command using Wireshark to examine ARP
exchanges)

ITE 1 Chapter 6

© 2006 Cisco Systems, Inc. All rights reserved.

Cisco Public

31

Más contenido relacionado

La actualidad más candente

Ethernet Computer network
Ethernet Computer networkEthernet Computer network
Ethernet Computer networkmiteshppt
 
The ethernet frame a walkthrough
The ethernet frame a walkthroughThe ethernet frame a walkthrough
The ethernet frame a walkthroughMapYourTech
 
Wan technologies
Wan technologiesWan technologies
Wan technologiesOnline
 
Introduction to network switches
Introduction to network switchesIntroduction to network switches
Introduction to network switchesNetProtocol Xpert
 
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configurationyasir1122
 
Ethernet - Networking presentation
Ethernet - Networking presentationEthernet - Networking presentation
Ethernet - Networking presentationViet Nguyen
 
Switching Concepts presentation
Switching Concepts presentationSwitching Concepts presentation
Switching Concepts presentationzameer Abbas
 
VLANs_Module_3.pptx
VLANs_Module_3.pptxVLANs_Module_3.pptx
VLANs_Module_3.pptxBOURY1
 
Ccna Presentation
Ccna PresentationCcna Presentation
Ccna Presentationbcdran
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networksguesta81d4b
 
39 ethernet
39 ethernet39 ethernet
39 ethernetjaimin
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devicesRajesh Sadhukha
 

La actualidad más candente (20)

Signaling system 7 (ss7)
Signaling system 7 (ss7)Signaling system 7 (ss7)
Signaling system 7 (ss7)
 
Ethernet Computer network
Ethernet Computer networkEthernet Computer network
Ethernet Computer network
 
Switch
SwitchSwitch
Switch
 
WLAN
WLANWLAN
WLAN
 
The ethernet frame a walkthrough
The ethernet frame a walkthroughThe ethernet frame a walkthrough
The ethernet frame a walkthrough
 
CCNA presentation.
CCNA presentation.CCNA presentation.
CCNA presentation.
 
Ip address and subnetting
Ip address and subnettingIp address and subnetting
Ip address and subnetting
 
Layer 2 switching
Layer 2 switchingLayer 2 switching
Layer 2 switching
 
Ethernet technology
Ethernet technologyEthernet technology
Ethernet technology
 
Wan technologies
Wan technologiesWan technologies
Wan technologies
 
Routing Protocols
Routing Protocols Routing Protocols
Routing Protocols
 
Introduction to network switches
Introduction to network switchesIntroduction to network switches
Introduction to network switches
 
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configuration
 
Ethernet - Networking presentation
Ethernet - Networking presentationEthernet - Networking presentation
Ethernet - Networking presentation
 
Switching Concepts presentation
Switching Concepts presentationSwitching Concepts presentation
Switching Concepts presentation
 
VLANs_Module_3.pptx
VLANs_Module_3.pptxVLANs_Module_3.pptx
VLANs_Module_3.pptx
 
Ccna Presentation
Ccna PresentationCcna Presentation
Ccna Presentation
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networks
 
39 ethernet
39 ethernet39 ethernet
39 ethernet
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devices
 

Destacado

Tips for throwing a DIY Birthday party
Tips for throwing a  DIY Birthday partyTips for throwing a  DIY Birthday party
Tips for throwing a DIY Birthday partyY'ems GroupCo
 
Sayed-Minhal-Principles of Beautiful Design
Sayed-Minhal-Principles of Beautiful DesignSayed-Minhal-Principles of Beautiful Design
Sayed-Minhal-Principles of Beautiful DesignSayed Minhal
 
Subneting and vlsm ntpg (1)
Subneting and vlsm ntpg (1)Subneting and vlsm ntpg (1)
Subneting and vlsm ntpg (1)Sachii Dosti
 
Social Media and (Urban) Social Protest: The Brazilian Experience
Social Media and (Urban) Social Protest: The Brazilian ExperienceSocial Media and (Urban) Social Protest: The Brazilian Experience
Social Media and (Urban) Social Protest: The Brazilian ExperienceAnita Breuer
 
Sixth sense technology
Sixth sense technologySixth sense technology
Sixth sense technologyBhagya Shree
 
Patrimonio urbano imagenes
Patrimonio urbano imagenesPatrimonio urbano imagenes
Patrimonio urbano imagenesvanessavergara18
 
"La familia Mengin en su formidable propiedad Lafitte" - Hola.com
"La familia Mengin en su formidable propiedad Lafitte" - Hola.com"La familia Mengin en su formidable propiedad Lafitte" - Hola.com
"La familia Mengin en su formidable propiedad Lafitte" - Hola.comChateauLafitte
 
get cash for surveys
get cash for surveysget cash for surveys
get cash for surveysroger carter
 
How consumers are using the smartphones
How consumers are using the smartphonesHow consumers are using the smartphones
How consumers are using the smartphonesCreadsmedia
 
Auto con piloto automatico
Auto con piloto automaticoAuto con piloto automatico
Auto con piloto automaticosonia_mq
 
Company Profile - UBWebs
Company Profile - UBWebsCompany Profile - UBWebs
Company Profile - UBWebsUBWebSolutions
 
Isolation and characterization of zinc resistant bacteria from a coil coating...
Isolation and characterization of zinc resistant bacteria from a coil coating...Isolation and characterization of zinc resistant bacteria from a coil coating...
Isolation and characterization of zinc resistant bacteria from a coil coating...Joshua Owolabi
 
Hacker Đỗ Đậu Đỗ- Linh Hương- Huyền Thanh- Jenny Trần
Hacker Đỗ Đậu Đỗ- Linh Hương- Huyền Thanh- Jenny Trần Hacker Đỗ Đậu Đỗ- Linh Hương- Huyền Thanh- Jenny Trần
Hacker Đỗ Đậu Đỗ- Linh Hương- Huyền Thanh- Jenny Trần tanqn_hut
 
music magazine evaluation
music magazine evaluation music magazine evaluation
music magazine evaluation gmorgan1996
 

Destacado (20)

Tips for throwing a DIY Birthday party
Tips for throwing a  DIY Birthday partyTips for throwing a  DIY Birthday party
Tips for throwing a DIY Birthday party
 
Sayed-Minhal-Principles of Beautiful Design
Sayed-Minhal-Principles of Beautiful DesignSayed-Minhal-Principles of Beautiful Design
Sayed-Minhal-Principles of Beautiful Design
 
Subneting and vlsm ntpg (1)
Subneting and vlsm ntpg (1)Subneting and vlsm ntpg (1)
Subneting and vlsm ntpg (1)
 
Social Media and (Urban) Social Protest: The Brazilian Experience
Social Media and (Urban) Social Protest: The Brazilian ExperienceSocial Media and (Urban) Social Protest: The Brazilian Experience
Social Media and (Urban) Social Protest: The Brazilian Experience
 
Sixth sense technology
Sixth sense technologySixth sense technology
Sixth sense technology
 
Piramides
PiramidesPiramides
Piramides
 
Patrimonio urbano imagenes
Patrimonio urbano imagenesPatrimonio urbano imagenes
Patrimonio urbano imagenes
 
Yourprezi
YourpreziYourprezi
Yourprezi
 
"La familia Mengin en su formidable propiedad Lafitte" - Hola.com
"La familia Mengin en su formidable propiedad Lafitte" - Hola.com"La familia Mengin en su formidable propiedad Lafitte" - Hola.com
"La familia Mengin en su formidable propiedad Lafitte" - Hola.com
 
E2
E2E2
E2
 
Injection sql
Injection sqlInjection sql
Injection sql
 
get cash for surveys
get cash for surveysget cash for surveys
get cash for surveys
 
How consumers are using the smartphones
How consumers are using the smartphonesHow consumers are using the smartphones
How consumers are using the smartphones
 
Auto con piloto automatico
Auto con piloto automaticoAuto con piloto automatico
Auto con piloto automatico
 
MPW - Management of self
MPW - Management of selfMPW - Management of self
MPW - Management of self
 
Company Profile - UBWebs
Company Profile - UBWebsCompany Profile - UBWebs
Company Profile - UBWebs
 
Isolation and characterization of zinc resistant bacteria from a coil coating...
Isolation and characterization of zinc resistant bacteria from a coil coating...Isolation and characterization of zinc resistant bacteria from a coil coating...
Isolation and characterization of zinc resistant bacteria from a coil coating...
 
Actividad 7
Actividad 7Actividad 7
Actividad 7
 
Hacker Đỗ Đậu Đỗ- Linh Hương- Huyền Thanh- Jenny Trần
Hacker Đỗ Đậu Đỗ- Linh Hương- Huyền Thanh- Jenny Trần Hacker Đỗ Đậu Đỗ- Linh Hương- Huyền Thanh- Jenny Trần
Hacker Đỗ Đậu Đỗ- Linh Hương- Huyền Thanh- Jenny Trần
 
music magazine evaluation
music magazine evaluation music magazine evaluation
music magazine evaluation
 

Similar a Ethernet

CCNA 1 Routing and Switching v5.0 Chapter 5
CCNA 1 Routing and Switching v5.0 Chapter 5CCNA 1 Routing and Switching v5.0 Chapter 5
CCNA 1 Routing and Switching v5.0 Chapter 5Nil Menon
 
Chapter 05 - Ethernet
Chapter 05 - EthernetChapter 05 - Ethernet
Chapter 05 - EthernetYaser Rahmati
 
Chapter 5 : Ethernet
Chapter 5 : EthernetChapter 5 : Ethernet
Chapter 5 : Ethernetteknetir
 
CCNAv5 - S1: Chapter 5 - Ethernet
CCNAv5 - S1: Chapter 5 - EthernetCCNAv5 - S1: Chapter 5 - Ethernet
CCNAv5 - S1: Chapter 5 - EthernetVuz Dở Hơi
 
CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10Irsandi Hasan
 
CCNA RS_ITN - Chapter 5
CCNA RS_ITN - Chapter 5CCNA RS_ITN - Chapter 5
CCNA RS_ITN - Chapter 5Irsandi Hasan
 
Ccna v5-S1-Chapter 5
Ccna v5-S1-Chapter 5Ccna v5-S1-Chapter 5
Ccna v5-S1-Chapter 5Hamza Malik
 
Network Fundamentals – Chapter 2
Network Fundamentals – Chapter 2Network Fundamentals – Chapter 2
Network Fundamentals – Chapter 2Sachii Dosti
 
Local Area Network – Wired LAN
Local Area Network – Wired LANLocal Area Network – Wired LAN
Local Area Network – Wired LANRaj vardhan
 
Chapter 03 - Network Protocols and Communications
Chapter 03 - Network Protocols and CommunicationsChapter 03 - Network Protocols and Communications
Chapter 03 - Network Protocols and CommunicationsYaser Rahmati
 
CCNAv5 - S1: Chapter 3 - Network protocols and communications
CCNAv5 - S1: Chapter 3 - Network protocols and communicationsCCNAv5 - S1: Chapter 3 - Network protocols and communications
CCNAv5 - S1: Chapter 3 - Network protocols and communicationsVuz Dở Hơi
 
Chapter 3 : Network protocols and communications
Chapter 3 : Network protocols and communicationsChapter 3 : Network protocols and communications
Chapter 3 : Network protocols and communicationsteknetir
 
CN L7 — копия.ppt
CN L7 — копия.pptCN L7 — копия.ppt
CN L7 — копия.pptAssemNazirova2
 

Similar a Ethernet (20)

OSI Network Layer
OSI Network LayerOSI Network Layer
OSI Network Layer
 
CCNA 1 Routing and Switching v5.0 Chapter 5
CCNA 1 Routing and Switching v5.0 Chapter 5CCNA 1 Routing and Switching v5.0 Chapter 5
CCNA 1 Routing and Switching v5.0 Chapter 5
 
Chapter 05 - Ethernet
Chapter 05 - EthernetChapter 05 - Ethernet
Chapter 05 - Ethernet
 
Chapter 5 : Ethernet
Chapter 5 : EthernetChapter 5 : Ethernet
Chapter 5 : Ethernet
 
CCNAv5 - S1: Chapter 5 - Ethernet
CCNAv5 - S1: Chapter 5 - EthernetCCNAv5 - S1: Chapter 5 - Ethernet
CCNAv5 - S1: Chapter 5 - Ethernet
 
CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10
 
CCNA RS_ITN - Chapter 5
CCNA RS_ITN - Chapter 5CCNA RS_ITN - Chapter 5
CCNA RS_ITN - Chapter 5
 
Ccna v5-S1-Chapter 5
Ccna v5-S1-Chapter 5Ccna v5-S1-Chapter 5
Ccna v5-S1-Chapter 5
 
Cisco CCNA module 6
Cisco CCNA module 6Cisco CCNA module 6
Cisco CCNA module 6
 
Network Fundamentals – Chapter 2
Network Fundamentals – Chapter 2Network Fundamentals – Chapter 2
Network Fundamentals – Chapter 2
 
Local Area Network – Wired LAN
Local Area Network – Wired LANLocal Area Network – Wired LAN
Local Area Network – Wired LAN
 
Chapter 03 - Network Protocols and Communications
Chapter 03 - Network Protocols and CommunicationsChapter 03 - Network Protocols and Communications
Chapter 03 - Network Protocols and Communications
 
CCNAv5 - S1: Chapter 3 - Network protocols and communications
CCNAv5 - S1: Chapter 3 - Network protocols and communicationsCCNAv5 - S1: Chapter 3 - Network protocols and communications
CCNAv5 - S1: Chapter 3 - Network protocols and communications
 
Chapter 3 : Network protocols and communications
Chapter 3 : Network protocols and communicationsChapter 3 : Network protocols and communications
Chapter 3 : Network protocols and communications
 
Pub00138 r2 cip_adv_tech_series_ethernetip
Pub00138 r2 cip_adv_tech_series_ethernetipPub00138 r2 cip_adv_tech_series_ethernetip
Pub00138 r2 cip_adv_tech_series_ethernetip
 
Pub00138 r2 cip_adv_tech_series_ethernetip
Pub00138 r2 cip_adv_tech_series_ethernetipPub00138 r2 cip_adv_tech_series_ethernetip
Pub00138 r2 cip_adv_tech_series_ethernetip
 
CN L7 — копия.ppt
CN L7 — копия.pptCN L7 — копия.ppt
CN L7 — копия.ppt
 
Ethernet 802.3.pptx
Ethernet 802.3.pptxEthernet 802.3.pptx
Ethernet 802.3.pptx
 
ccna lec 1.pdf
ccna lec 1.pdfccna lec 1.pdf
ccna lec 1.pdf
 
Ccna routing and_switching_chapter-4-5
Ccna routing and_switching_chapter-4-5Ccna routing and_switching_chapter-4-5
Ccna routing and_switching_chapter-4-5
 

Más de Sachii Dosti

Network technology Paper 2
Network technology Paper 2Network technology Paper 2
Network technology Paper 2Sachii Dosti
 
Network technology paper
Network technology paperNetwork technology paper
Network technology paperSachii Dosti
 
Subneting and vlsm ntpg
Subneting and vlsm ntpgSubneting and vlsm ntpg
Subneting and vlsm ntpgSachii Dosti
 
Exploration routing chapter 10 & 11
Exploration routing chapter 10 & 11Exploration routing chapter 10 & 11
Exploration routing chapter 10 & 11Sachii Dosti
 
OSI Physical Layer
OSI Physical LayerOSI Physical Layer
OSI Physical LayerSachii Dosti
 
Addressing the Network – IPv4
Addressing the Network – IPv4Addressing the Network – IPv4
Addressing the Network – IPv4Sachii Dosti
 
Exploration routing chapter 4
Exploration routing chapter 4Exploration routing chapter 4
Exploration routing chapter 4Sachii Dosti
 
OSI Transport Layer
OSI Transport LayerOSI Transport Layer
OSI Transport LayerSachii Dosti
 
Application Layer Functionality and Protocols
Application Layer Functionality and ProtocolsApplication Layer Functionality and Protocols
Application Layer Functionality and ProtocolsSachii Dosti
 
Network Fundamentals – Chapter 1
Network Fundamentals – Chapter 1Network Fundamentals – Chapter 1
Network Fundamentals – Chapter 1Sachii Dosti
 

Más de Sachii Dosti (13)

Network technology Paper 2
Network technology Paper 2Network technology Paper 2
Network technology Paper 2
 
Network technology paper
Network technology paperNetwork technology paper
Network technology paper
 
Subneting and vlsm ntpg
Subneting and vlsm ntpgSubneting and vlsm ntpg
Subneting and vlsm ntpg
 
Static Routing
Static RoutingStatic Routing
Static Routing
 
ip v6
ip v6ip v6
ip v6
 
Exploration routing chapter 10 & 11
Exploration routing chapter 10 & 11Exploration routing chapter 10 & 11
Exploration routing chapter 10 & 11
 
OSI Physical Layer
OSI Physical LayerOSI Physical Layer
OSI Physical Layer
 
Data Link Layer
Data Link LayerData Link Layer
Data Link Layer
 
Addressing the Network – IPv4
Addressing the Network – IPv4Addressing the Network – IPv4
Addressing the Network – IPv4
 
Exploration routing chapter 4
Exploration routing chapter 4Exploration routing chapter 4
Exploration routing chapter 4
 
OSI Transport Layer
OSI Transport LayerOSI Transport Layer
OSI Transport Layer
 
Application Layer Functionality and Protocols
Application Layer Functionality and ProtocolsApplication Layer Functionality and Protocols
Application Layer Functionality and Protocols
 
Network Fundamentals – Chapter 1
Network Fundamentals – Chapter 1Network Fundamentals – Chapter 1
Network Fundamentals – Chapter 1
 

Último

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 

Último (20)

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 

Ethernet

  • 1. Ethernet Network Fundamentals – Chapter 9 ITE I Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1
  • 2. Objectives  Identify Ethernet  Identify the function and characteristics of the media access control method used by Ethernet protocol.  Identify different types of layer 2 addressing and impacts network operation and performance.  Identify the application and benefits of using Ethernet switches in a LAN as opposed to using hubs.  Identify basic switch operations  Identify the ARP process. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 2
  • 3. What is Ethernet?  A family of LAN products described by the IEEE standards  Developed in the early 1980s and first published by the consortium Digital equipment, Intel and Xerox (DIX) as an open standard  To maintain compatibility with the ISO the IEEE publish the 802.3 standard in 1985  Many technologies have challenged Ethernets dominance. However Ethernet has continued to be the dominate LAN product ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 3
  • 4. Physical and Data Link Features of Ethernet  Standards and Implementation for Ethernet include 802.2 and 802.3 both defined by the IEEE ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 4
  • 5. Physical and Data Link Features of Ethernet  Ethernet operates across two layers of the OSI model ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 5
  • 6. Physical and Data Link Features of Ethernet  Logic Link Control – Connecting the Upper Layers ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 6
  • 7. Physical and Data Link Features of Ethernet  Media Access Control (MAC) ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 7
  • 8. Ethernet – media changes  Ethernet went from Bus type Coaxial based cable to Star based UTP/STP cables Coaxial Thicknet, (10Base5) Thinet(10Base2) CSMA then CSMA/CD Low Bandwidth Difficult to scale UTP (10Base-T) UTP (100Base-TX) Fiber(100Base –FX) CSMA/CD Higher Bandwidth Scalable ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 8
  • 9. Ethernet Hubs versus Switches in a LAN.  Legacy Ethernet – Using Hubs suffered multiple collisions Hubs not intelligent devices, Bandwidth is shared, not dedicated per host ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 9
  • 10. Ethernet – media changes  The movement of Hub based LANs to switched based Ethernet LANs reduced the size of collision domains and improved network availability Multi-port Bridge Intelligent deviceforwards frames based on MAC address Reduce the size of collision domains Increased Bandwidth Communication channel inside switch is dedicated Can support Virtual LANs ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 10
  • 11. Ethernet Switches versus Hubs in a LAN.  Ethernet – Using Switches ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 11
  • 12. Ethernet Switches versus Hubs in a LAN.  A switch can eliminate collisions, backoffs and retransmissions, the leading factors in reduced throughput on a hub-based Ethernet network ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 12
  • 13. Switch operations  Switches forward frames based on their destination MAC addresses. To accomplish their purpose switches use:  Learning (Populate MAC address table with MAC addresses of connected hosts)  Aging (Removes old MAC addresses from table, 5 mins)  Flooding (If a destination entry is not found in the MAC address table that matches the destination in the received frame, the switch floods the frame out all its ports except the port on which the frame entered the switch)  Selective forwarding (Forwarding a frame based on its destination MAC address)  Filtering (Un-forwarded frames based on failed CRC and Port security) ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 13
  • 14. Physical and Data Link Features of Ethernet  Physical Implementations of the Ethernet ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 14
  • 15. Ethernet – media changes  High bandwidth Ethernet cabling is used to connect MANS and WAN ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 15
  • 16. Ethernet Media Access Control Method  CSMA/CD ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 16
  • 17. Carrier Sense Multiple Access with Collision Detection  Listen before sending – if a device has data to send it must listen for the carrier before sending, if the carrier is detected it must wait a specified time before transmitting  Detecting a collision - If two devices or more fail to detect the carrier they will transmit at the same time. Their data will propagate across the media until a collision occurs, destroying the data. Any device detecting a collision will then transmit a Jam signal  Jam and Random Backoff - Other devices detect the Jam signal and invoke a back off signal for a random amount of time allowing the original collision to subside ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 18
  • 18. Ethernet Delay (Latency, Bit time, Slot time)  Ethernet data bits don’t move in zero time  Data passing through devices experience delay, can result in collision because the receiving device transmits because it doesn’t see the frame  Bit Time = time for 1 bit to be sensed and placed on the media  Slot time determines Min size of Frame and Max media length ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 19
  • 19. Ethernet and IEEE frame fields  The IEEE included the extra field (Start of Frame) to allow for extra frame size to accommodate the frames used in switching technology i.e. frames that carry a VLAN field ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 20
  • 20. Layer 2 addressing is used to identify hosts  The Ethernet MAC Address ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 21
  • 21. Layer 2 addressing uses Hexadecimal  MAC addresses use Hexadecimal Numbering ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 22
  • 22. Layer 2 MAC addressing  MAC addressing is used in LANs ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 23
  • 23. MAC addresses 48 bits or 12 Hex digits  Ethernet Unicast, Multicast and Broadcast  First 6 hex digits OUI + 6 hex digits serial number Organizational Unique Identifier (OUI) ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 24
  • 24. MAC Address communication types  Unicast – A unique frame sent form a single source to a single destination  Multicast – sent from a single host to a group (or set) of host a LAN segment. Multicast MAC addresses begin with 01-00-5E (Consumes Bandwidth)  Broadcast – sent from a single host to all hosts on the local segment or LAN on Ethernet networks the broadcast address is FF-FF-FF-FF-FF-FF in hexadecimal or 48 1’s in binary (Consumes more Bandwidth) ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 25
  • 25. Address Resolution Protocol (ARP) process.  Mapping IP to MAC Addresses required to build all frames before frame is converted to bits and placed onto media ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 26
  • 26. Address Resolution Protocol (ARP) process.  ARP – Destinations Outside the Local Network ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 27
  • 27. Address Resolution Protocol (ARP) process.  ARP – Removing Address Mappings  When hosts are no longer available mappings have to aged out ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 28
  • 28. Address Resolution Protocol (ARP) process.  ARP Broadcasts are issued if mapping is not in table ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 29
  • 29. ARP - process  ARP table maps Destination IP to MAC addresses  Can be populated Dynamically by sensing devices on network or via ARP request (Broadcasts)  Can be populated Statically not recommended as entries don’t age out  To build a Frame the table is first consulted if an entry is not found the source issues an ARP broadcast.  If the destination IP is on a different network an ARP request is sent to determine the MAC address of the gateway ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 30
  • 30. Labs  9.8.1- Address Resolution Protocol- ARP (ARP command using Wireshark to examine ARP exchanges) ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 31

Notas del editor

  1. The Preamble (7 bytes) and Start Frame Delimiter (SFD) (1 byte) fields are used for synchronization between the sending and receiving devices. These first eight bytes of the frame are used to get the attention of the receiving nodes. Essentially, the first few bytes tell the receivers to get ready to receive a new frame.