Ethernet Basics Chapter 3.

Slides:



Advertisements
Similar presentations
Network Hardware and Physical Media
Advertisements

Modern Ethernet UTP and Fiber Optic Cable-based Ethernet
University of Calgary – CPSC 441.  Ethernet, defined under IEEE 802.3, is one of today's most widely used data communications standards  It finds its.
Networks Terminology and Hardware. Network A network is a group of connected computers that can communicate with each other to share information and equipment,
1 Chapter 9 Computer Networks. 2 Chapter Topics OSI network layers Network Topology Media access control Addressing and routing Network hardware Network.
TDC 461 Basic Communications Systems Local Area Networks 29 May, 2001.
1 LAN Topologies, Access methods (Week 1, Wednesday 1/10/2007) © Abdou Illia, Spring 2007.
Introduction to IT and Communications Technology Justin Champion C208 – 3292 Ethernet Switching CE
Semester 1 Module 5 Cabling LANs and WANs. Ethernet Standards.
Network Access and Transmission Methods Chapter 10.
Networking Technologies Here are a few of the big questions: How will each computer be identified? If two or more computers want to talk at the same time,
1 Chapter 2: LAN Standards, Physical Connectivity, and Media Access.
Ch. 16 High-Speed LANs The Emergence of High- Speed LANs Trends –Computing power of PCs has continued to grow. –MIS organizations recognize the.
Network Technologies Chapter 2. Approaches to Network Communication Connection-Oriented –Circuit-switched –A dedicated connection (circuit) is formed.
Jaringan Komputer Dasar Ethernet Aurelio Rahmadian.
Cisco – Chapter 3 LAN. LAN Teaching Topology physical topology is the actual layout of the wire (media) logical topology defines how the media is accessed.
Modern Ethernet Chapter 6. Contents Define the characteristics, cabling, and connectors used in 10BaseT and 10BaseFL Explain how to connect multiple Ethernet.
1 Ethernet & IEEE Cisco Section 7.3 Stephanie Hutter October 2000.
Ethernet Basics Chapter 4.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 OSI Data Link Layer Network Fundamentals – Chapter 7.
Module 8: Ethernet Switching
CCNA 3 Week 4 Switching Concepts. Copyright © 2005 University of Bolton Introduction Lan design has moved away from using shared media, hubs and repeaters.
 LANs – A Definition - A local area network (LAN) is a computer network covering a small physical area, like a home, office, or small group of buildings,
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Ethernet Network Fundamentals – Chapter 9.
Topology, refers to the physical and logical diagrams which summarize network connections and information flow.
Cisco 3 - Switching Perrine. J Page 16/4/2016 Chapter 4 Switches The performance of shared-medium Ethernet is affected by several factors: data frame broadcast.
NETWORK HARDWARE CABLES NETWORK INTERFACE CARD (NIC)
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Connecting Devices CORPORATE INSTITUTE OF SCIENCE & TECHNOLOGY, BHOPAL Department of Electronics and.
Chapter 11 Extending LANs 1. Distance limitations of LANs 2. Connecting multiple LANs together 3. Repeaters 4. Bridges 5. Filtering frame 6. Bridged network.
Ethernet Chapter 4.
Lesson 4—Networking BASICS1 Networking BASICS Network Architectures Unit 2 Lesson 4.
IEEE 802.X Standards The Institute of Electrical and Electronics Engineers (IEEE) has developed a series of networking standards to ensure that networking.
Ethernet Advanced Chapter 5. Release 16/7/2009 Chapter Objectives Explain 10Base-T network Explain 10Base-FL Explain the rule Identify different.
Simple LAN Topologies  Terminators stop signals after they have reached their destination  Signal bounce –Phenomenon in which signals travel endlessly.
Ch. 16 Ethernet Traditional Ethernet IEEE Medium Access Control –Carrier Sense Multiple Access with Collision Detection (CSMA/CD) –The most.
COMPUTER NETWORKS CS610 Lecture-13 Hammad Khalid Khan.
1 Kyung Hee University Chapter 13 Wired LANs: Ethernet.
Instructor & Todd Lammle
Network Topology and LAN Technologies
Network Access and Transmission Methods
Industrial communication networks
Introduction to Networks v6.0
Chapter 13 Wired LANs: Ethernet
Local Area Networks Honolulu Community College
Chapter 3 Computer Networking Hardware
Now (switched network)
Local Area Networks: Topologies
Chapter 9 Ethernet Part II
Introduction to Computers
Introduction To Computers
Chapter 4: Network Access
Instructor: Mr. Malik Zaib
Ken Gunnells, Ph.D. - Networking Paul Crigler - Programming
Essentials of Networking
IP NETWORKING NT2640.
CT1303 LAN Rehab AlFallaj.
Ethernet and Token Ring LAN Networks
Chapter 12 Local Area Networks
Ethernet LAN 1 1.
Physical and Logical Topologies
Protocol layering and data
Fall 2013 Networking Presentation
Instructor: Mr. Malik Zaib
Chapter 3 Networking Hardware
Chapter 12 Local Area Networks
Protocol layering and data
Chapter 12 Local Area Networks
LAN Technologies LAN TECHNOLOGIES.
Ethernet and Token Ring LAN Networks
SYSTEM ADMINISTRATION Chapter 3
Presentation transcript:

Ethernet Basics Chapter 3

Objectives Define and describe Ethernet Explain early Ethernet implementations Describe ways to extend and enhance Ethernet networks

Introduction Networks did not exist when computers were first created Sneakernet was the method of moving files A more efficient method of sharing data was developed

Historical/Conceptual Ethernet

The First Ethernet Implementation Developed by Xerox in 1973 Based on bus topology Transferred data at 3Mbps max Remained in-house technology until 1979 Evolved into today’s Ethernet standards

The Next Iteration of the Ethernet DIX (Digital-Intel-Xerox) standard Transferred data at 10Mbps max DEC, Intel, and Xerox transferred control of the Ethernet standard to IEEE 802.3 (Ethernet) committee Tech Tip: IEEE (p. 53) The source for all things Ethernet is but a short click away on the Internet. For starters, check out www.ieee802.org

802.3 Standards Several variant standards Similar issues 802.3i, 802.3ab, 802.3by, etc. Similar issues How to send data across the wire How to identify the sending and receiving computers How to determine which computer should use shared cable at what time Note (p.53): There have been four different Ethernet frame types defined over the years, but only one, the Ethernet II frame type, is used today. Every version of 802.3 Ethernet uses the same Ethernet II frame.

Organizing the Data: Ethernet Frames Test Specific Organizing the Data: Ethernet Frames

Ethernet Frames (1 of 2) Frames are smaller pieces of data transmitted between computers Using frames addresses two networking issues Prevents any single machine from monopolizing the shared bus cable Makes retransmitting lost data more efficient Small frames means computers can share the cable easily—each listens on the segment. Exam Tip (p. 54): The terms frame and packet are often used interchangeably, especially on exams! This book uses the terms more strictly. You’ll recall from Chapter 1 that frames are based on MAC addresses; packets are generally associated with data assembled by the IP protocol at Layer 3 of the OSI seven-layer model.

Ethernet Frames (2 of 2) Figure 3.1 Ethernet frame

Preamble and MAC addresses Beginning of each frame Seven bytes of alternating ones and zeros Start frame delimiter Follows the preamble One byte MAC address Unique identifying address for each node Exam Tip (p. 54): The CompTIA Network+ exam might describe MAC addresses as 48-bit binary addresses or 6-byte binary addresses. Cross Check: NICs and OSI (p. 55) You learned about NICs and MAC addresses in Chapter 1, “so check your memory with these questions. Where does the NIC get its MAC address? How does the MAC address manifest on the card? At what layer or layers of the OSI seven-layer model does the NIC operate?

Type and Data Type Helps receiving computer interpret the frame contents at a basic level, e.g., IPv4 or IPv6 data Data Part of the frame that contains the payload If an IP packet, packet contains extra information such as the IP addresses of both systems

Pad and the Frame Check Sequence Minimum Ethernet frame size is 64 bytes Extra data added if frame has fewer than 64 bytes Frame check sequence Helps determine if the data was damaged in transit Calculation used at the beginning and at the end of transmission must give same result Cyclic redundancy check (CRC)

Early Ethernet Standards

Bus Ethernet (1 of 2) Hybrid star-bus Hub at the center Electronic repeater Repeats the same signal out to the other connected ports Does not send signal back down the originating port Repeaters are not amplifiers Exam Tip (p.56): The typical scenario involving installing early networks put the placement of the hub near the center of the network.

Bus Ethernet (2 of 2) Figure 3.2 Ethernet hub

10BaseT: Physical vs. Logical Over 99 percent of all networks use 10BaseT or its newer versions Consists of two or more computers connected to a central hub NICs connect with wires per 802.3 standards Hubs for 10BaseT Vary in size, shape, and number of ports All need electrical power Cross Check: Physical vs. Logical (p. 56) You might be tempted at this moment to define 10BaseT in terms of physical topology versus logical topology—after all, 10BaseT uses a physical star, but a logical bus. Refer to Chapter 3, however, and cross-check your memory. What’s a physical topology? And a logical topology? What would you say if you walked into an office building that implemented a 10BaseT network? Yes, if you actually walked into it, you’d probably say “Ouch!” But beyond that, think about how you would describe the wires and connectors you would see in terms of physical or logical topology.

10BaseT: UTP (1 of 7) Uses CAT 3 or higher Two pairs of wires required (four-pair cable commonly used) One pair of wires sends data to the hub The other pair receives data from the hub

Figure 3.3 A typical four-pair CAT 5e unshielded twisted-pair cable 10BaseT: UTP (2 of 7) Figure 3.3 A typical four-pair CAT 5e unshielded twisted-pair cable

10BaseT: UTP (3 of 7) RJ-45 Connector Used in 10BaseT Each pin connects to a single wire inside the cable Pins are numbered from one to eight Note (p. 57): As noted in Chapter 2, the real name for RJ-45 is 8 position 8 contact (8P8C) modular plug. The term RJ-45 is so prevalent, however, that nobody but the nerdiest of nerds calls it by its real name. Stick to RJ-45.

Figure 3.4 Two views of an RJ-45 connector 10BaseT: UTP (4 of 7) Figure 3.4 Two views of an RJ-45 connector

Figure 3.5 The pins on an RJ-45 connector 10BaseT: UTP (5 of 7) Figure 3.5 The pins on an RJ-45 connector are numbered 1 through 8

10BaseT: UTP (6 of 7) RJ-45 pin assignments 1 and 2 send data 3 and 6 receive data Full duplex versus half-duplex mode RJ-45 connector is called a crimp Crimping is the act of installing an RJ-45 connector A crimper is the tool used Wires are color-coded Teaching Tip: Although it is stated in the text, be sure to emphasize that in spite of having separate wires for sending and receiving, 10BaseT does not allow for simultaneous send-receive. Rules of CSMA/CD apply. Later versions of Ethernet changed this rule.

Figure 3.6 Color-coded pairs 10BaseT: UTP (7 of 7) Figure 3.6 Color-coded pairs

TIA/EIA 568A and 568B (1 of 2) TIA/EIA defines industry standards for correct crimping Advantage of following an established color code scheme Ensures wires match up correctly at each end of the cable Network technicians can make their own Ethernet cables

Figure 3.7 The TIA/EIA 568A and 568B standards TIA/EIA 568A and 568B (2 of 2) Exam Tip (p. 58): TIA/EIA 568C, the current standard, includes the same wiring standards as TIA/EIA 568A and TIA/EIA 568B. It’s all just wrapped up in a new name: ANSI/TIA-568-C. When the EIA left the planet in 2011 the names of the standards changed. CompTIA continues to use the older name on exams. Tech Tip: 568A and 568B (p. 58) An easy trick to remembering the difference between 568A and 568B is the word “GO.” The green and orange pairs are swapped between 568A and 568B, whereas the blue and brown pairs stay in the same place! Exam Tip (p. 58): For the CompTIA Network+ exam, you will be tested on the TIA/EIA 568a or 568b color codes. Memorize them. You’ll see the standards listed as EIA/ TIA 568A, TIA/EIA568A, T568A, or just 568A. Know the A and B and you’ll be fine. Figure 3.7 The TIA/EIA 568A and 568B standards

10BaseT Summary Speed: 10 Mbps Signal type: Baseband Distance: 100 meters between hub/node Node limit: 1024 nodes per hub Topology: Star-bus topology: physical star, logical bus Cable type: CAT3 or better UTP cabling with RJ-45 connectors Note: There are many situations where one computer might have two or more NICs, so one system might have more than one node! Check out the Chapter 3 Challenge! sim “T-568B” at http://totalsem.com/007. It’s a great tool for getting the colors set in your head.

10BaseFL (1 of 2) Fiber-optic version Increased maximum distance Two kilometers between the hub and the node Immune to electrical interference More secure because difficult to tap into Multimode fiber-optic cables with ST or SC connectors Note (p. 59): 10BaseFL is often simply called “10BaseF.”

Figure 3.8 Typical 10BaseFL card 10BaseFL (2 of 2) Figure 3.8 Typical 10BaseFL card

10BaseFL Summary Speed: 10Mbps Signal type: Baseband Distance: 2000 meters between hub/node Node limit: 1024 nodes per hub Topology: Star-bus topology: physical star, logical bus Cable type: Multimode fiber-optic cabling with ST or SC connectors

Media Converters (1 of 2) 10BaseT and 10BaseFL have different cabling and hubs but same Ethernet packets A media converter connects different Ethernet types

Media Converters (2 of 2) Figure 3.9 Typical copper-to-fiber Ethernet media converter (photo courtesy of TRENDnet)

CSMA/CD (1 of 3) Carrier Sense: each NIC on the network examines the wire before sending a frame. If the node detects traffic, it will pause a random amount of time and try again. Multiple Access: all machines have equal access to the wire (first-come, first-served) Collision Detection: if two NICs transmit at the same time, a collision results. NICs may listen to detect a collision. Exam Tip (p. 60): CSMA/CD is a network access method that maps to the IEEE 802.3 standard for Ethernet networks.

Figure 3.10 No one else is talking—send the frame! CSMA/CD (2 of 3) Figure 3.10 No one else is talking—send the frame!

CSMA/CD (3 of 3) Figure 3.11 Collision!

Extending and Enhancing Ethernet Networks

The Trouble with Hubs Classic 10BaseT network can only have one message on the wire at a time Collisions slow the effective transmission speed for the whole network Ethernet switch Creates point-to-point connections between two conversing computers

Switches to the Rescue (1 of 4) Ethernet switches give every conversation the full bandwidth of the network Source Address Table (SAT) A switch copies the source MAC addresses and builds a table of MAC addresses of each connected computer Exam Tip (p. 62): Adding another hub or two to an early Ethernet network enabled you to add more devices, but also compounded the problem with collisions. One option was to connect networks using a bridge. A bridge acted like a repeater to connect two networks, but then went a step further—filtering and forwarding traffic between those segments based on the MAC addresses of the computers on those segments. This preserved precious bandwidth, making larger Ethernet networks possible. You’ll see the term bridge applied to modern devices, primarily in wireless networking. The interconnectedness of network segments is similar, but the devices are fundamentally different. See Chapter 14, “Wireless Networking,” for the scoop on wireless. Exam Tip (p. 62): Because a switch filters traffic on MAC addresses (and MAC addresses run at Layer 2 of the OSI seven-layer model), they are sometimes called Layer 2 switches.

Switches to the Rescue (2 of 4) Exam Tip (p. 62): One classic difference between a hub and a switch is in the repeating of packets during normal use. Although it’s true that switches initially forward all frames, they filter by MAC address in regular use. Hubs never learn and always forward all frames. Figure 3.13 Hub (top) and switch (bottom) comparison

Switches to the Rescue (3 of 4) Figure 3.14 A switch tracking MAC addresses

Switches to the Rescue (4 of 4) Figure 3.15 A switch making four separate connections

Connecting Ethernet Segments (1 of 2) When all ports on an existing switch have been used, add another switch Switches can be connected using an uplink port or a crossover cable Uplink ports Connect two switches using a straight-through cable

Connecting Ethernet Segments (2 of 2) Figure 3.16 Typical uplink port

Crossover Cables (1 of 2) Connect switches without uplink port Connect via two normal ports using one crossover cable Reverse sending and receiving pairs on one end One end crimped per TIA/EIA 568A Second end crimped per TIA/EIA 568B

Crossover Cables (2 of 2) Figure 3.17 A crossover cable reverses the sending and receiving pairs

Spanning Tree Protocol (STP) (1 of 3) Eliminates the problem of accidental bridge loops (i.e., redundant connections in a network) With STP enabled: Loops are detected Looped port’s state is set to blocking

Spanning Tree Protocol (STP) (2 of 3) Exam Tip (p. 64): The CompTIA Network+ exam refers to bridging loops as switching loops. The terms mean the same thing, but bridging loop is more common. Be prepared for either term on the exam. Figure 3.18 A bridging loop

Spanning Tree Protocol (STP) (3 of 3) STP-enabled switches use a Bridge Protocol Data Unit (BPDU) frame Determines distance between them Helps keep track of changes on the network Rapid Spanning Tree Protocol (RSTP), 802.1w replaced the original STP in 2001 Exam Tip (p.65): The CompTIA Network+ exam objectives refer to STP, BPDU guard, and root guard as mitigation techniques. That’s a fancy way of saying that the technologies make negative issues less destructive. They help preserve the network.

Troubleshooting Switches Problem categories Physical damage, dead ports Switch might have problems if device can’t connect to the network Check for link lights Check cables Replace switch with a known-good device Note (p. 65): When we get to modern higher-end switches in Chapter 11, “Advanced Networking Devices,” you’ll need to follow other procedures to do proper diagnostic work. We’ll get there soon enough!