Lecture Introduction to Networks - Chapter 5: Ethernet
Số trang: 67
Loại file: pdf
Dung lượng: 1.24 MB
Lượt xem: 6
Lượt tải: 0
Xem trước 7 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
This chapter examines the characteristics and operation of Ethernet as it has evolved from a shared media, contentionbased data communications technology to todays high bandwidth, full-duplex technology.
Nội dung trích xuất từ tài liệu:
Lecture Introduction to Networks - Chapter 5: Ethernet Chapter 5: Ethernet Introduction to NetworksPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 1Chapter 6 : ObjectivesIn this chapter, you will learn to: Describe the operation of the Ethernet sublayers. Identify the major fields of the Ethernet frame. Describe the purpose and characteristics of the Ethernet MAC address. Describe the purpose of ARP. Explain how ARP requests impact network and host performance. Explain basic switching concepts. Compare fixed configuration and modular switches. Configure a Layer 3 switch.Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 2EthernetIntroductionThis chapter examines the characteristics and operation ofEthernet as it has evolved from a shared media, contention-based data communications technology to todays highbandwidth, full-duplex technology.Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 3Chapter 5 5.0 Introduction 5.1 Ethernet Protocol 5.2 Address Resolution Protocol 5.3 LAN Switches 5.4 SummaryPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 45.1Ethernet ProtocolPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 5Ethernet OperationLLC and MAC SublayersEthernet – • Most widely used LAN technology • Operates in the data link layer and the physical layer • Family of networking technologies that are defined in the IEEE 802.2 and 802.3 standards • Supports data bandwidths of 10, 100, 1000, 10,000, 40,000, and 100,000 Mbps (100 Gbps)Ethernet standards – • Define Layer 2 protocols and Layer 1 technologies • Two separate sub layers of the data link layer to operate - Logical link control (LLC) and the MAC sublayersPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 6Ethernet OperationLLC and MAC SublayersPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 7Ethernet OperationLLC and MAC SublayersLLC • Handles communication between upper and lower layers • Takes the network protocol data and adds control information to help deliver the packet to the destinationMAC • Constitutes the lower sublayer of the data link layer • Implemented by hardware, typically in the computer NIC • Two primary responsibilities: • Data encapsulation • Media access controlPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 8Ethernet OperationMAC SublayerPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 9Ethernet OperationMAC Sublayer Data encapsulation • Frame assembly before transmission and frame disassembly upon reception of a frame • MAC layer adds a header and trailer to the network layer PDU Provides three primary functions: • Frame delimiting – identifies a group of bits that make up a frame, synchronization between the transmitting and receiving nodes • Addressing – each Ethernet header added in the frame contains the physical address (MAC address) that enables a frame to be delivered to a destination node • Error detection - each Ethernet frame contains a trailer with a cyclic redundancy check (CRC) of the frame contentsPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 10Ethernet OperationMAC SublayerMedia Access Control • Responsible for the placement of frames on the media and the removal of frames from the media • Communicates directly with the physical layer • If multiple devices on a single medium attempt to forward data simultaneously, the data will collide resulting in corrupted, unusable data • Ethernet provides a method for controlling how the nodes share access through the use a Carrier Sense Multiple Access (CSMA) technologyPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 11Ethernet OperationMedia Access ControlCarrier Sense Multiple Access (CSMA) process • Used to first detect if the media is carrying a signal • If no carrier signal is detected, the device transmits its data • If two devices transmit at the same time - data collisionPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 12Ethernet OperationMedia Access ControlPresentation_ID ...
Nội dung trích xuất từ tài liệu:
Lecture Introduction to Networks - Chapter 5: Ethernet Chapter 5: Ethernet Introduction to NetworksPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 1Chapter 6 : ObjectivesIn this chapter, you will learn to: Describe the operation of the Ethernet sublayers. Identify the major fields of the Ethernet frame. Describe the purpose and characteristics of the Ethernet MAC address. Describe the purpose of ARP. Explain how ARP requests impact network and host performance. Explain basic switching concepts. Compare fixed configuration and modular switches. Configure a Layer 3 switch.Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 2EthernetIntroductionThis chapter examines the characteristics and operation ofEthernet as it has evolved from a shared media, contention-based data communications technology to todays highbandwidth, full-duplex technology.Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 3Chapter 5 5.0 Introduction 5.1 Ethernet Protocol 5.2 Address Resolution Protocol 5.3 LAN Switches 5.4 SummaryPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 45.1Ethernet ProtocolPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 5Ethernet OperationLLC and MAC SublayersEthernet – • Most widely used LAN technology • Operates in the data link layer and the physical layer • Family of networking technologies that are defined in the IEEE 802.2 and 802.3 standards • Supports data bandwidths of 10, 100, 1000, 10,000, 40,000, and 100,000 Mbps (100 Gbps)Ethernet standards – • Define Layer 2 protocols and Layer 1 technologies • Two separate sub layers of the data link layer to operate - Logical link control (LLC) and the MAC sublayersPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 6Ethernet OperationLLC and MAC SublayersPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 7Ethernet OperationLLC and MAC SublayersLLC • Handles communication between upper and lower layers • Takes the network protocol data and adds control information to help deliver the packet to the destinationMAC • Constitutes the lower sublayer of the data link layer • Implemented by hardware, typically in the computer NIC • Two primary responsibilities: • Data encapsulation • Media access controlPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 8Ethernet OperationMAC SublayerPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 9Ethernet OperationMAC Sublayer Data encapsulation • Frame assembly before transmission and frame disassembly upon reception of a frame • MAC layer adds a header and trailer to the network layer PDU Provides three primary functions: • Frame delimiting – identifies a group of bits that make up a frame, synchronization between the transmitting and receiving nodes • Addressing – each Ethernet header added in the frame contains the physical address (MAC address) that enables a frame to be delivered to a destination node • Error detection - each Ethernet frame contains a trailer with a cyclic redundancy check (CRC) of the frame contentsPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 10Ethernet OperationMAC SublayerMedia Access Control • Responsible for the placement of frames on the media and the removal of frames from the media • Communicates directly with the physical layer • If multiple devices on a single medium attempt to forward data simultaneously, the data will collide resulting in corrupted, unusable data • Ethernet provides a method for controlling how the nodes share access through the use a Carrier Sense Multiple Access (CSMA) technologyPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 11Ethernet OperationMedia Access ControlCarrier Sense Multiple Access (CSMA) process • Used to first detect if the media is carrying a signal • If no carrier signal is detected, the device transmits its data • If two devices transmit at the same time - data collisionPresentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 12Ethernet OperationMedia Access ControlPresentation_ID ...
Tìm kiếm theo từ khóa liên quan:
Introduction to Networks Lecture Introduction to Networks Ethernet Protocol Address Resolution Protocol LAN Switches Ethernet operationGợi ý tài liệu liên quan:
-
Lecture Introduction to Networks - Chapter 6: Network Layer
54 trang 18 0 0 -
Lecture Computer networks: Lesson 28 - Hammad Khalid Khan
18 trang 14 0 0 -
Lecture Introduction to Networks - Chapter 8: IP Addressing
88 trang 14 0 0 -
Ebook Introduction to Networking with Network +1: Part 1
250 trang 13 0 0 -
Lecture Introduction to Networks - Chapter 11: It's a Network
55 trang 11 0 0 -
Lecture Computer Networks: A systems approach - Chapter 3: Internetworking
118 trang 11 0 0 -
Lecture TCP-IP protocol suite - Chapter 7: ARP and RARP
34 trang 10 0 0 -
Lecture Introduction to Networks - Chapter 2: Configuring a Network Operating System
51 trang 9 0 0 -
Lecture Introduction to Networks - Chapter 9: Subnetting IP Networks
26 trang 8 0 0 -
Lecture Introduction to Networks - Chapter 1: Exploring the Network
49 trang 8 0 0