SlideShare a Scribd company logo
1 of 23
Download to read offline
May 2015, ver3
Introduction to Ethernet
Proprietary and Confidential
Agenda
2
• Local Area Network (LAN)
• Network Devices
• OSI Layers
• Ethernet Frame
• VLAN concept
Proprietary and Confidential
The Local Area Network (LAN)
3
Proprietary and Confidential
Network Devices
4
The various devices used to build a data communication network can be classified into type of
equipment depending on how Ethernet packets are forwarded.
HUB
BRIDGE / SWITCH
ROUTER
Proprietary and Confidential
Functions of OSI layers
5
Physical
Data Link
Network
Transport
Session
Presentation
Application
OSI model layers
Type of communication: e-mail, file transfer, web browsing
Encryption, data conversion: ASCII to EBCDIC, BCD to binary et.
Starts, stops sessions. Maintains order
Routes data to different LANs and WANs based on network addresses
Transmits packets from node to node based on station address
Electrical signals and cabling (physical medium)
Ensure delivery of entire file or message
Proprietary and Confidential
Protocols in OSI layers
6
Physical
Data Link
Network
Transport
Session
Presentation
Application
OSI model layers
HTTP, FTP, IRC, SSH, DNS, SNMP
SSL, SFTP, IMAP, SSH, Jpeg, GIF, TIFF, MPEG, MIDI, mp3
VARIOUS API’S, SOCKETS
IP, IP Sec, ICMP, IGMP
Ethernet, Token Ring, SLIP, PPP, FDDI
Coax, Fiber, Wireless
TCP, UDP, ECN, SCTP, DCCP
Proprietary and Confidential
Ethernet frame
7
Proprietary and Confidential
OSI and TCP/IP model
8
Physical
Data Link
Layer 2,5
Network
Transport
Session
Presentation
Application
Physical
Data Link
Layer 2,5
Network
Transport
Session
Presentation
Application
Network
Interface
Layer 2,5
Internet
Application
Session Protocol
Presentation Protocol
Application Protocol
P SFD MAC MPLS IPv4/6 TCP/UDP DATA FCS
S-VLAN
DATA
MAC MPLS IPv4/6 TCP/UDP DATA FCS
S-VLAN C-VLAN
MPLS IPv4/6 TCP/UDP DATA
IPv4/6 TCP/UDP DATA
TCP/UDP DATA
TCP/IP model
OSI model
layers
OSI model
layers
E
L
E
L
7 1 12 4 4 4 2 20/40 20/8 4
46-1500
P Preamble TCP Transmission control protocol
SFD Start frame Delimiter UDP User datagram protocol
MAC = Destination + Source MAC Address FCS Frame check sequence
EL Ether Length/Type
VLAN Virtual local area network
MPLS Multiprotocol Label Switching
IP Internet protocol
C-VLAN
Size in bytes:
Transport
Proprietary and Confidential
L2
9
Proprietary and Confidential
L3
10
Proprietary and Confidential
L4
11
UDP Header
TCP Header
Proprietary and Confidential
Inter-frame gap
12
Ethernet works in Layer 1, Layer 2 and “Layer 2,5”
VLAN concept
Proprietary and Confidential
Virtual Local Area Network (VLAN) concept
14
• Imagine that you have a network and three different customer
• Customer 1
• Customer 2
• Customer 3
NETWORK
Proprietary and Confidential
Virtual Local Area Network (VLAN) concept
15
The most common protocol used today in configuring virtual LANs is IEEE 802.1Q
VLANs are created to provide the segmentation services traditionally provided by routers
in LAN configurations
Proprietary and Confidential
OSI and TCP/IP model
16
Physical
Data Link
Layer 2,5
Network
Transport
Session
Presentation
Application
Physical
Data Link
Layer 2,5
Network
Transport
Session
Presentation
Application
Network
Interface
Layer 2,5
Internet
Application
Session Protocol
Presentation Protocol
Application Protocol
P SFD MAC MPLS IPv4/6 TCP/UDP DATA FCS
S-VLAN
DATA
MAC MPLS IPv4/6 TCP/UDP DATA FCS
S-VLAN C-VLAN
MPLS IPv4/6 TCP/UDP DATA
IPv4/6 TCP/UDP DATA
TCP/UDP DATA
TCP/IP model
OSI model
layers
OSI model
layers
E
L
E
L
7 1 12 4 4 4 2 20/40 20/8 4
46-1500
P Preamble TCP Transmission control protocol
SFD Start frame Delimiter UDP User datagram protocol
MAC = Destination + Source MAC Address FCS Frame check sequence
EL Ether Length/Type
VLAN Virtual local area network
MPLS Multiprotocol Label Switching
IP Internet protocol
C-VLAN
Size in bytes:
Transport
Proprietary and Confidential
Ethernet frame
17
Proprietary and Confidential
Length / Type < 1500 - Parameter indicates number of Data Bytes
Length / Type > 1536 - Parameter indicates Protocol Type (PPPoE, PPPoA, ARP etc.)
Preamble + SFD DA SA Length / Type DATA + PAD FCS
6 Bytes 6 Bytes
8 Bytes 2 Bytes 46 - 1500 Bytes
4 Bytes
(32-bit
CRC)
FCS is created by the sender and recalculated by the receiver
Minimum 64 Bytes < FRAME SIZE < Maximum 1518 Bytes
Untagged Ethernet Frame
18
Proprietary and Confidential
• Additional information is inserted
• Frame size increases to 1522 Bytes
4 Bytes
TPID = Tag protocol ID
TCI = Tag Control Information
CFI = 1 bit canonical Format Indicator
Preamble + SFD DA SA Length / Type DATA + PAD FCS
3 Bit 1 Bit 12 Bit
TCI
CFI
VLAN TAG
P-TAG VLAN ID
TPID = 0x8100
Tagged Ethernet Frame
19
Proprietary and Confidential
VLAN ID uses 12 bits, therefore the number of maximum VLANs is 4096:
• 212 = 4096
• VID 0 = reserved
• VID 4090-4096 = reserved (dedicated for IP-10’s internal purposes such as MNG etc.)
• VID 1 = default
• After tagging a frame, FCS is recalculated
• CFI is set to 0 for ETH frames, 1 for Token Ring to allow TR frames over
ETH backbones (some vendors may use CFI for internal purposes)
Tagging a Frame
20
Proprietary and Confidential
TPID / ETHER-Type / Protocol Type…
21
TPID in tagged frames in always set to
0x8100
It is important that you understand the
meaning and usage of this parameter
Protocol type Value
Tagged Frame 0x8100
ARP 0x0806
Q-in-Q (CISCO) 0x8100
Q-in-Q (other vendors) 0x88A8
Q-in-Q (other vendors) 0x9100
Q-in-Q (other vendors) 0x9200
RARP 0x8035
IP 0x0800
IPv6 0x86DD
PPPoE 0x8863/0x8864
MPLS 0x8847/0x8848
IS-IS 0x8000
LACP 0x8809
802.1x 0x888E
Proprietary and Confidential
• Additional VLAN (S-VLAN) is inserted
• Frame size increases to 1526 Bytes
Q-in-Q
4 Bytes
Preamble + SFD DA SA Length / Type DATA + PAD FCS
3 Bit 1 Bit 12 Bit
CFI
S - VLAN
TPID = 0x88A8
P-TAG VLAN ID
TCI
CFI P-TAG
VLAN ID
TCI
TPID = 0x8100
C - VLAN
4 Bytes
3 Bit 1 Bit 12 Bit
22
Thank you
23

More Related Content

Similar to Introduction to Ethernet para radio enlace

Small office Home office , network setup in details
Small office Home office , network setup in detailsSmall office Home office , network setup in details
Small office Home office , network setup in detailsapel7
 
SOHO Network Setup Tutorial
SOHO Network Setup Tutorial SOHO Network Setup Tutorial
SOHO Network Setup Tutorial junaidahmedsaba
 
Advanced TCP/IP-based Industrial Networking for Engineers & Technicians
Advanced TCP/IP-based Industrial Networking for Engineers & TechniciansAdvanced TCP/IP-based Industrial Networking for Engineers & Technicians
Advanced TCP/IP-based Industrial Networking for Engineers & TechniciansLiving Online
 
Networking
NetworkingNetworking
NetworkingRashmi
 
Computer networking (nnm)
Computer networking (nnm)Computer networking (nnm)
Computer networking (nnm)nnmaurya
 
Networking essentials lect1
Networking essentials lect1Networking essentials lect1
Networking essentials lect1Roman Brovko
 
CISCO Virtual Private LAN Service (VPLS) Technical Deployment Overview
CISCO Virtual Private LAN Service (VPLS) Technical Deployment OverviewCISCO Virtual Private LAN Service (VPLS) Technical Deployment Overview
CISCO Virtual Private LAN Service (VPLS) Technical Deployment OverviewAmeen Wayok
 
Internetworking Overview
Internetworking OverviewInternetworking Overview
Internetworking Overviewscooby_doo
 

Similar to Introduction to Ethernet para radio enlace (20)

Internetworking
InternetworkingInternetworking
Internetworking
 
Networking hardware (2)
Networking hardware (2)Networking hardware (2)
Networking hardware (2)
 
Networking hardware (2)
Networking hardware (2)Networking hardware (2)
Networking hardware (2)
 
Networking hardware
Networking hardwareNetworking hardware
Networking hardware
 
Ipv4 & ipv6
Ipv4 & ipv6Ipv4 & ipv6
Ipv4 & ipv6
 
Small office Home office , network setup in details
Small office Home office , network setup in detailsSmall office Home office , network setup in details
Small office Home office , network setup in details
 
SOHO Network Setup Tutorial
SOHO Network Setup Tutorial SOHO Network Setup Tutorial
SOHO Network Setup Tutorial
 
Advanced TCP/IP-based Industrial Networking for Engineers & Technicians
Advanced TCP/IP-based Industrial Networking for Engineers & TechniciansAdvanced TCP/IP-based Industrial Networking for Engineers & Technicians
Advanced TCP/IP-based Industrial Networking for Engineers & Technicians
 
Networking
NetworkingNetworking
Networking
 
Computer networking (nnm)
Computer networking (nnm)Computer networking (nnm)
Computer networking (nnm)
 
Ccna pres
Ccna presCcna pres
Ccna pres
 
L6 6 lowpan
L6 6 lowpanL6 6 lowpan
L6 6 lowpan
 
Networking essentials lect1
Networking essentials lect1Networking essentials lect1
Networking essentials lect1
 
Hardware9
Hardware9Hardware9
Hardware9
 
IPV6
IPV6IPV6
IPV6
 
Wan
WanWan
Wan
 
IIR VPN London
IIR VPN LondonIIR VPN London
IIR VPN London
 
CISCO Virtual Private LAN Service (VPLS) Technical Deployment Overview
CISCO Virtual Private LAN Service (VPLS) Technical Deployment OverviewCISCO Virtual Private LAN Service (VPLS) Technical Deployment Overview
CISCO Virtual Private LAN Service (VPLS) Technical Deployment Overview
 
Tcp
TcpTcp
Tcp
 
Internetworking Overview
Internetworking OverviewInternetworking Overview
Internetworking Overview
 

More from jonatanmedeirosgomes1

RFU - Unidade de radio frequência radio enlace
RFU - Unidade de radio frequência radio enlaceRFU - Unidade de radio frequência radio enlace
RFU - Unidade de radio frequência radio enlacejonatanmedeirosgomes1
 
Ceragon_Evolution_IP20LH_Installation_Guide_Rev_B.01.pdf
Ceragon_Evolution_IP20LH_Installation_Guide_Rev_B.01.pdfCeragon_Evolution_IP20LH_Installation_Guide_Rev_B.01.pdf
Ceragon_Evolution_IP20LH_Installation_Guide_Rev_B.01.pdfjonatanmedeirosgomes1
 
mw Branching for Long Haul Split Mount.pdf
mw  Branching for Long Haul Split Mount.pdfmw  Branching for Long Haul Split Mount.pdf
mw Branching for Long Haul Split Mount.pdfjonatanmedeirosgomes1
 
Branching for Long Haul All Indoor System.pdf
Branching for Long Haul All Indoor System.pdfBranching for Long Haul All Indoor System.pdf
Branching for Long Haul All Indoor System.pdfjonatanmedeirosgomes1
 
Introduction to PDH & SDH technology.pdf
Introduction to PDH & SDH technology.pdfIntroduction to PDH & SDH technology.pdf
Introduction to PDH & SDH technology.pdfjonatanmedeirosgomes1
 
Intro to Radio Systems. imagens e modelos
Intro to Radio Systems. imagens e modelosIntro to Radio Systems. imagens e modelos
Intro to Radio Systems. imagens e modelosjonatanmedeirosgomes1
 
Ceragon_FibeAir_IP-20C_Technical_Description_C8.0_ETSI_Rev_A.01.pdf
Ceragon_FibeAir_IP-20C_Technical_Description_C8.0_ETSI_Rev_A.01.pdfCeragon_FibeAir_IP-20C_Technical_Description_C8.0_ETSI_Rev_A.01.pdf
Ceragon_FibeAir_IP-20C_Technical_Description_C8.0_ETSI_Rev_A.01.pdfjonatanmedeirosgomes1
 
Ceragon_FibeAir_IP-20C_S_E_C8.0_User_Manual_Rev_C.01.pdf
Ceragon_FibeAir_IP-20C_S_E_C8.0_User_Manual_Rev_C.01.pdfCeragon_FibeAir_IP-20C_S_E_C8.0_User_Manual_Rev_C.01.pdf
Ceragon_FibeAir_IP-20C_S_E_C8.0_User_Manual_Rev_C.01.pdfjonatanmedeirosgomes1
 
curso de Redes de computador aulas completas
curso de Redes de computador  aulas completascurso de Redes de computador  aulas completas
curso de Redes de computador aulas completasjonatanmedeirosgomes1
 

More from jonatanmedeirosgomes1 (9)

RFU - Unidade de radio frequência radio enlace
RFU - Unidade de radio frequência radio enlaceRFU - Unidade de radio frequência radio enlace
RFU - Unidade de radio frequência radio enlace
 
Ceragon_Evolution_IP20LH_Installation_Guide_Rev_B.01.pdf
Ceragon_Evolution_IP20LH_Installation_Guide_Rev_B.01.pdfCeragon_Evolution_IP20LH_Installation_Guide_Rev_B.01.pdf
Ceragon_Evolution_IP20LH_Installation_Guide_Rev_B.01.pdf
 
mw Branching for Long Haul Split Mount.pdf
mw  Branching for Long Haul Split Mount.pdfmw  Branching for Long Haul Split Mount.pdf
mw Branching for Long Haul Split Mount.pdf
 
Branching for Long Haul All Indoor System.pdf
Branching for Long Haul All Indoor System.pdfBranching for Long Haul All Indoor System.pdf
Branching for Long Haul All Indoor System.pdf
 
Introduction to PDH & SDH technology.pdf
Introduction to PDH & SDH technology.pdfIntroduction to PDH & SDH technology.pdf
Introduction to PDH & SDH technology.pdf
 
Intro to Radio Systems. imagens e modelos
Intro to Radio Systems. imagens e modelosIntro to Radio Systems. imagens e modelos
Intro to Radio Systems. imagens e modelos
 
Ceragon_FibeAir_IP-20C_Technical_Description_C8.0_ETSI_Rev_A.01.pdf
Ceragon_FibeAir_IP-20C_Technical_Description_C8.0_ETSI_Rev_A.01.pdfCeragon_FibeAir_IP-20C_Technical_Description_C8.0_ETSI_Rev_A.01.pdf
Ceragon_FibeAir_IP-20C_Technical_Description_C8.0_ETSI_Rev_A.01.pdf
 
Ceragon_FibeAir_IP-20C_S_E_C8.0_User_Manual_Rev_C.01.pdf
Ceragon_FibeAir_IP-20C_S_E_C8.0_User_Manual_Rev_C.01.pdfCeragon_FibeAir_IP-20C_S_E_C8.0_User_Manual_Rev_C.01.pdf
Ceragon_FibeAir_IP-20C_S_E_C8.0_User_Manual_Rev_C.01.pdf
 
curso de Redes de computador aulas completas
curso de Redes de computador  aulas completascurso de Redes de computador  aulas completas
curso de Redes de computador aulas completas
 

Recently uploaded

Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 

Recently uploaded (20)

Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 

Introduction to Ethernet para radio enlace

  • 2. Proprietary and Confidential Agenda 2 • Local Area Network (LAN) • Network Devices • OSI Layers • Ethernet Frame • VLAN concept
  • 3. Proprietary and Confidential The Local Area Network (LAN) 3
  • 4. Proprietary and Confidential Network Devices 4 The various devices used to build a data communication network can be classified into type of equipment depending on how Ethernet packets are forwarded. HUB BRIDGE / SWITCH ROUTER
  • 5. Proprietary and Confidential Functions of OSI layers 5 Physical Data Link Network Transport Session Presentation Application OSI model layers Type of communication: e-mail, file transfer, web browsing Encryption, data conversion: ASCII to EBCDIC, BCD to binary et. Starts, stops sessions. Maintains order Routes data to different LANs and WANs based on network addresses Transmits packets from node to node based on station address Electrical signals and cabling (physical medium) Ensure delivery of entire file or message
  • 6. Proprietary and Confidential Protocols in OSI layers 6 Physical Data Link Network Transport Session Presentation Application OSI model layers HTTP, FTP, IRC, SSH, DNS, SNMP SSL, SFTP, IMAP, SSH, Jpeg, GIF, TIFF, MPEG, MIDI, mp3 VARIOUS API’S, SOCKETS IP, IP Sec, ICMP, IGMP Ethernet, Token Ring, SLIP, PPP, FDDI Coax, Fiber, Wireless TCP, UDP, ECN, SCTP, DCCP
  • 8. Proprietary and Confidential OSI and TCP/IP model 8 Physical Data Link Layer 2,5 Network Transport Session Presentation Application Physical Data Link Layer 2,5 Network Transport Session Presentation Application Network Interface Layer 2,5 Internet Application Session Protocol Presentation Protocol Application Protocol P SFD MAC MPLS IPv4/6 TCP/UDP DATA FCS S-VLAN DATA MAC MPLS IPv4/6 TCP/UDP DATA FCS S-VLAN C-VLAN MPLS IPv4/6 TCP/UDP DATA IPv4/6 TCP/UDP DATA TCP/UDP DATA TCP/IP model OSI model layers OSI model layers E L E L 7 1 12 4 4 4 2 20/40 20/8 4 46-1500 P Preamble TCP Transmission control protocol SFD Start frame Delimiter UDP User datagram protocol MAC = Destination + Source MAC Address FCS Frame check sequence EL Ether Length/Type VLAN Virtual local area network MPLS Multiprotocol Label Switching IP Internet protocol C-VLAN Size in bytes: Transport
  • 12. Proprietary and Confidential Inter-frame gap 12 Ethernet works in Layer 1, Layer 2 and “Layer 2,5”
  • 14. Proprietary and Confidential Virtual Local Area Network (VLAN) concept 14 • Imagine that you have a network and three different customer • Customer 1 • Customer 2 • Customer 3 NETWORK
  • 15. Proprietary and Confidential Virtual Local Area Network (VLAN) concept 15 The most common protocol used today in configuring virtual LANs is IEEE 802.1Q VLANs are created to provide the segmentation services traditionally provided by routers in LAN configurations
  • 16. Proprietary and Confidential OSI and TCP/IP model 16 Physical Data Link Layer 2,5 Network Transport Session Presentation Application Physical Data Link Layer 2,5 Network Transport Session Presentation Application Network Interface Layer 2,5 Internet Application Session Protocol Presentation Protocol Application Protocol P SFD MAC MPLS IPv4/6 TCP/UDP DATA FCS S-VLAN DATA MAC MPLS IPv4/6 TCP/UDP DATA FCS S-VLAN C-VLAN MPLS IPv4/6 TCP/UDP DATA IPv4/6 TCP/UDP DATA TCP/UDP DATA TCP/IP model OSI model layers OSI model layers E L E L 7 1 12 4 4 4 2 20/40 20/8 4 46-1500 P Preamble TCP Transmission control protocol SFD Start frame Delimiter UDP User datagram protocol MAC = Destination + Source MAC Address FCS Frame check sequence EL Ether Length/Type VLAN Virtual local area network MPLS Multiprotocol Label Switching IP Internet protocol C-VLAN Size in bytes: Transport
  • 18. Proprietary and Confidential Length / Type < 1500 - Parameter indicates number of Data Bytes Length / Type > 1536 - Parameter indicates Protocol Type (PPPoE, PPPoA, ARP etc.) Preamble + SFD DA SA Length / Type DATA + PAD FCS 6 Bytes 6 Bytes 8 Bytes 2 Bytes 46 - 1500 Bytes 4 Bytes (32-bit CRC) FCS is created by the sender and recalculated by the receiver Minimum 64 Bytes < FRAME SIZE < Maximum 1518 Bytes Untagged Ethernet Frame 18
  • 19. Proprietary and Confidential • Additional information is inserted • Frame size increases to 1522 Bytes 4 Bytes TPID = Tag protocol ID TCI = Tag Control Information CFI = 1 bit canonical Format Indicator Preamble + SFD DA SA Length / Type DATA + PAD FCS 3 Bit 1 Bit 12 Bit TCI CFI VLAN TAG P-TAG VLAN ID TPID = 0x8100 Tagged Ethernet Frame 19
  • 20. Proprietary and Confidential VLAN ID uses 12 bits, therefore the number of maximum VLANs is 4096: • 212 = 4096 • VID 0 = reserved • VID 4090-4096 = reserved (dedicated for IP-10’s internal purposes such as MNG etc.) • VID 1 = default • After tagging a frame, FCS is recalculated • CFI is set to 0 for ETH frames, 1 for Token Ring to allow TR frames over ETH backbones (some vendors may use CFI for internal purposes) Tagging a Frame 20
  • 21. Proprietary and Confidential TPID / ETHER-Type / Protocol Type… 21 TPID in tagged frames in always set to 0x8100 It is important that you understand the meaning and usage of this parameter Protocol type Value Tagged Frame 0x8100 ARP 0x0806 Q-in-Q (CISCO) 0x8100 Q-in-Q (other vendors) 0x88A8 Q-in-Q (other vendors) 0x9100 Q-in-Q (other vendors) 0x9200 RARP 0x8035 IP 0x0800 IPv6 0x86DD PPPoE 0x8863/0x8864 MPLS 0x8847/0x8848 IS-IS 0x8000 LACP 0x8809 802.1x 0x888E
  • 22. Proprietary and Confidential • Additional VLAN (S-VLAN) is inserted • Frame size increases to 1526 Bytes Q-in-Q 4 Bytes Preamble + SFD DA SA Length / Type DATA + PAD FCS 3 Bit 1 Bit 12 Bit CFI S - VLAN TPID = 0x88A8 P-TAG VLAN ID TCI CFI P-TAG VLAN ID TCI TPID = 0x8100 C - VLAN 4 Bytes 3 Bit 1 Bit 12 Bit 22