What Is Ethernet in Networking?
This page mentions older exam versions. See the Current Exam Context and Legacy Exam Context sections below for the updated mapping.
On This Page
What do you want to do?
Quick Definition
Ethernet is the most common way to connect devices with cables in homes and offices. It uses special wires called Ethernet cables to send data between devices. Think of it like a plumbing system for internet traffic, where data flows through pipes instead of water.
Common Commands & Configuration
show interfaces fa0/1Displays the status, speed, duplex, MAC address, and error counters for the FastEthernet 0/1 interface on a Cisco switch.
Used in CCNA and Network+ exams to identify duplex mismatches, CRC errors, and late collisions. Often a troubleshooting step for slow links.
show mac address-tableShows the MAC address table, listing learned MAC addresses and their associated VLAN and port on a Cisco switch.
Tests understanding of Layer 2 forwarding. Questions ask which port a specific MAC is learned on or why an unknown MAC causes flooding.
interface GigabitEthernet0/1
speed 1000
duplex fullManually sets the speed to 1000 Mbps and duplex to full on a GigabitEthernet port (requires the same on the connected device).
Exam questions test the consequence of manual settings when the other side is set to auto, causing duplex mismatch. Always set both sides identically.
show interfaces fa0/1 | include CRCFilters the interface output to show only lines containing 'CRC', revealing CRC error counts.
CRC errors often point to cabling issues or duplex mismatch. CCNA questions use this to test error diagnosis at the physical layer.
tcpdump -i eth0 -e -vCaptures Ethernet frames on a Linux interface with MAC addresses and verbose output.
Used in troubleshooting Layer 2 issues. Exam scenarios may ask what command to run to see source/destination MAC addresses in a packet capture.
switch(config)# interface fa0/1
switch(config-if)# switchport mode access
switch(config-if)# switchport access vlan 10Configures a switch port as an access port and assigns it to VLAN 10 on a Cisco switch.
CCNA and Network+ examine VLAN configuration. Questions may ask why a PC cannot communicate with others in the same VLAN-often due to incorrect access VLAN assignment.
show spanning-treeDisplays Spanning Tree Protocol information, including port roles (root, designated, blocked) and port states (forwarding, blocking).
Critical for CCNA. Exam questions ask why a port is in blocking state or how to identify the root bridge. Ethernet loops are a common topic.
ethtool eth0Displays the current speed, duplex, and auto-negotiation status of a network interface on Linux.
Used in Linux-based troubleshooting. Exam questions test how to verify auto-negotiation and check for duplex mismatch using this tool.
Ethernet appears directly in 997exam-style practice questions in Courseiva's question bank — one of the most-tested concepts on Cisco CCNA. Practise them →
Must Know for Exams
Ethernet is a core topic in almost every major IT certification exam. For the CompTIA A+ exam (220-1101), you need to know the different Ethernet cable types (Cat5e, Cat6, Cat6a), their speeds, and their maximum distances. You also need to know about RJ45 connectors, punchdown blocks, and the T568A/T568B wiring standards. Questions often ask which cable to use for a specific scenario, such as gigabit Ethernet over 50 meters. The CompTIA Network+ exam (N10-008) goes much deeper. You need to understand the OSI model layers where Ethernet operates (Layer 1 and Layer 2), the Ethernet frame structure (preamble, MAC addresses, EtherType, FCS), and how switches use MAC address tables. You will see questions on CSMA/CD, full-duplex vs. half-duplex, auto-negotiation, VLANs (802.1Q), and PoE standards (802.3af, 802.3at). Troubleshooting questions might involve a duplex mismatch causing slow performance, or a bad cable causing a link light to stay off.
For the CCNA exam (200-301), Ethernet is fundamental. You need to know switching concepts deeply, including how a switch builds its MAC address table, how it forwards and floods frames, and how it handles broadcasts. You must understand VLAN configuration, trunking, and the DTP (Dynamic Trunking Protocol) negotiation. Spanning Tree Protocol (STP) is directly related to Ethernet, as it prevents loops in redundant switch topologies. You will also need to configure port security, which limits how many MAC addresses can be learned on a switch port. The CCNA expects you to be able to read a troubleshooting scenario and determine if the issue is an Ethernet problem, such as a VLAN mismatch on a trunk.
For cloud exams like AWS SAA-C03 and Google ACE, Ethernet is less central but still appears. You need to understand that when you launch an EC2 instance in AWS or a Compute Engine instance in GCP, the underlying hypervisor uses virtual Ethernet adapters. The concepts of MAC addresses, VLANs (VPC subnets are like VLANs), and bandwidth limits are all Ethernet-related. Questions might ask about Enhanced Networking (SR-IOV) which bypasses the hypervisor to give instances direct access to the physical Ethernet adapter for higher performance. For the Azure AZ-104 exam, similar concepts apply with virtual networks and NICs.
The Security+ exam (SY0-601) covers Ethernet from a security standpoint. You need to know about ARP poisoning attacks, MAC spoofing, and how to use port security and 802.1X authentication to prevent unauthorized devices from connecting to the network. Understanding how switches handle MAC addresses helps you understand how these attacks work.
In general, exam questions about Ethernet come in several flavors. Knowledge questions ask you to recall facts like speeds, distances, and standards. Scenario questions describe a network issue, such as slow performance, and ask you to identify the likely cause. Configuration questions on the CCNA ask you to configure VLANs or port security. Troubleshooting questions present a symptom (e.g., link light is on but no connectivity) and ask you to choose the correct next step. Always remember the 100-meter rule for twisted-pair copper, the importance of proper termination, and the need for auto-negotiation to match speed and duplex.
Simple Meaning
Ethernet is like the postal service for your computer. When you send a letter, you put it in an envelope, write the address, and drop it in a mailbox. The postal service sorts the letters and delivers them to the right houses. Ethernet does the same thing, but with data. Your computer puts data into small packages called frames, adds the destination address (like the IP address of another device), and sends it through a cable. A switch (like a post office sorting center) reads the address and forwards the frame to the correct device.
Imagine you are in a large office building with many rooms. Each room has a phone line, but instead of phones, they are computers. When you want to send a message to someone in another room, you write it down, put it in an envelope, write the room number on it, and hand it to a messenger. The messenger runs through the hallways, looks at the room number, and delivers it to the correct person. That is exactly how Ethernet works, but the messenger is a switch, the hallways are cables, and the envelopes are frames.
Ethernet started in the 1970s at Xerox PARC and became an official standard in 1983. Over time, it got faster and faster. The first version ran at 10 megabits per second (Mbps), which is about the same as a slow home internet connection today. Modern Ethernet can run at 1 gigabit per second (Gbps), 10 Gbps, 40 Gbps, and even 100 Gbps. That is like comparing a garden hose to a fire hose. The cables also changed. Early Ethernet used thick coaxial cables, then thinner coaxial cables, and now we use twisted-pair cables with RJ45 connectors. The twisted-pair cables look like thicker phone cables with a plastic clip that clicks into place.
Ethernet is not just about cables and speed. It also has rules about how devices talk to each other. For example, if two devices send data at the same time on the same wire, the data can collide and get corrupted. Early Ethernet used a system called Carrier Sense Multiple Access with Collision Detection (CSMA/CD) to handle this. Devices listened before sending, and if they heard a collision, they waited a random amount of time and tried again. Modern Ethernet uses switches that create separate paths for each conversation, so collisions rarely happen. Switches are like traffic cops that make sure data goes where it is supposed to go without crashing into other data.
In everyday life, you see Ethernet when you plug a cable from your computer into a wall jack or directly into a router. Many people still use Wi-Fi, but Ethernet is faster, more reliable, and more secure because the signal stays inside the cable. It is the backbone of most business networks, data centers, and internet infrastructure. Even when you use Wi-Fi, the wireless access point is usually connected to the rest of the network using Ethernet cables. So Ethernet is like the hidden plumbing that makes your internet work, even if you never plug in a cable yourself.
Full Technical Definition
Ethernet is a family of wired networking technologies defined by the IEEE 802.3 standards. It operates at the physical layer (Layer 1) and data link layer (Layer 2) of the OSI model. At the physical layer, Ethernet defines the electrical signals, cable types, connectors, and transmission speeds. At the data link layer, it defines how data is formatted into frames, how devices address each other using MAC addresses, and how multiple devices share the same medium. The most common physical medium today is twisted-pair copper cable (Cat5e, Cat6, Cat6a, Cat7, Cat8) with RJ45 connectors, but Ethernet also runs over fiber optic cables (1000BASE-SX, 1000BASE-LX, 10GBASE-SR, 10GBASE-LR) and even over coaxial cable in older installations.
Each Ethernet frame has a specific structure. The preamble (7 bytes) synchronizes the receiver's clock. The Start Frame Delimiter (1 byte) marks the beginning of the frame. The destination MAC address (6 bytes) identifies the intended receiver. The source MAC address (6 bytes) identifies the sender. An optional 802.1Q tag (4 bytes) carries VLAN information. The EtherType field (2 bytes) indicates the protocol inside the payload (e.g., 0x0800 for IPv4, 0x86DD for IPv6). The payload (46 to 1500 bytes) contains the actual data being transmitted. The Frame Check Sequence (4 bytes) is a CRC32 checksum used for error detection. If the checksum does not match, the frame is discarded. The minimum payload size of 46 bytes ensures that the frame is long enough for collision detection to work properly in half-duplex mode. If the payload is smaller than 46 bytes, padding bytes are added.
Ethernet supports both half-duplex and full-duplex operation. In half-duplex mode, a device can either send or receive at any given time, but not both simultaneously. Half-duplex uses CSMA/CD to manage collisions. When a device wants to transmit, it listens to the wire. If the wire is idle, it begins transmitting. If two devices transmit at the same time, a collision occurs. Both devices detect the collision, stop transmitting, send a jam signal, and wait a random backoff time before retrying. The backoff time is calculated using the truncated binary exponential backoff algorithm, where the wait time is a random multiple of the slot time (512 bit times for 10 and 100 Mbps Ethernet). After 16 failed attempts, the device gives up and reports an error.
In full-duplex mode, a device can send and receive at the same time. This requires a dedicated point-to-point connection between two devices, typically through a switch. Since there is no shared medium, collisions cannot occur, and CSMA/CD is disabled. Full-duplex effectively doubles the potential throughput because both directions can operate simultaneously. Most modern Ethernet connections are full-duplex. Auto-negotiation is a mechanism defined in IEEE 802.3 that allows two devices to automatically agree on the best common speed and duplex mode. Auto-negotiation uses a burst of pulses called Fast Link Pulses (FLPs) sent over the cable during the link establishment phase. If both devices support it, they choose the highest common denominator. Problems arise when one device is manually configured for a specific speed and duplex while the other is set to auto-negotiate, a common misconfiguration that leads to duplex mismatch and poor performance.
Ethernet speeds have evolved dramatically. 10BASE-T (10 Mbps over twisted pair) was introduced in 1990. 100BASE-TX (100 Mbps, Fast Ethernet) followed in 1995. 1000BASE-T (1 Gbps, Gigabit Ethernet) was standardized in 1999 and uses all four pairs of a Cat5e cable with advanced signal processing. 10GBASE-T (10 Gbps) arrived in 2006 and requires Cat6a or better cabling. 40GBASE-T (40 Gbps) and 25GBASE-T (25 Gbps) are used in data centers. Beyond copper, fiber optic Ethernet includes 1000BASE-SX (short wavelength, multimode fiber, up to 550 meters), 1000BASE-LX (long wavelength, single-mode or multimode, up to 5 km), 10GBASE-SR (short range, multimode, up to 300 meters), and 10GBASE-LR (long range, single-mode, up to 10 km). There are also standards for Ethernet over backplane (e.g., 1000BASE-KX), over passive optical networks (EPON), and over single twisted pair for industrial and automotive applications (100BASE-T1, 1000BASE-T1).
Switches are the central devices in modern Ethernet networks. A switch learns the MAC addresses of devices connected to each of its ports by examining the source MAC address of incoming frames. It builds a MAC address table, also called a Content Addressable Memory (CAM) table. When a frame arrives with a destination MAC address that is in the table, the switch forwards the frame only to the appropriate port, a process called filtering and forwarding. If the destination MAC address is not in the table, the switch floods the frame to all ports except the one it came from, a process called unknown unicast flooding. Broadcast frames (destination MAC address FF:FF:FF:FF:FF:FF) are always flooded. This efficient forwarding is what allows multiple devices to communicate simultaneously without collisions.
VLANs (Virtual LANs) are an extension of Ethernet defined in IEEE 802.1Q. They allow a single physical switch to be divided into multiple logical networks, each with its own broadcast domain. An 802.1Q tag is inserted into the Ethernet frame between the source MAC address and the EtherType field. The tag contains a VLAN ID (12 bits, allowing up to 4094 VLANs) and priority bits for Quality of Service (QoS). Trunk ports carry frames from multiple VLANs, while access ports carry frames from a single VLAN. VLANs are essential for network segmentation, security, and traffic management in enterprise networks.
Power over Ethernet (PoE) is another critical Ethernet technology, defined in IEEE 802.3af, 802.3at, and 802.3bt. PoE allows electrical power to be delivered over the same twisted-pair cables that carry data. This eliminates the need for separate power cables for devices like IP cameras, wireless access points, and VoIP phones. PoE delivers up to 15.4 watts per port (802.3af), PoE+ delivers up to 30 watts (802.3at), and PoE++ delivers up to 60 or 100 watts (802.3bt depending on class). Power is injected by a Power Sourcing Equipment (PSE) such as a PoE switch or a midspan injector, and received by a Powered Device (PD).
From an IT implementation perspective, Ethernet requires proper cabling, termination, and testing. Cables must be terminated with RJ45 connectors following the T568A or T568B wiring standards. Cable runs are limited to 100 meters for twisted-pair copper (from switch to device). Longer distances require fiber optic cabling or repeaters. Cable certification testers verify that the cable meets the required performance specifications, including attenuation, crosstalk, and return loss. In data centers, cable management is critical for airflow, organization, and troubleshooting. Structured cabling systems use patch panels, horizontal runs, and backbone cabling to create a flexible and scalable network infrastructure.
Ethernet is not limited to local area networks. Metro Ethernet extends Ethernet across metropolitan areas using fiber optic connections and Carrier Ethernet standards (MEF). This allows businesses to connect multiple sites as if they were on the same LAN. Ethernet is also used in storage area networks (iSCSI over Ethernet), in cloud computing (virtual switches and overlay networks), and in industrial automation (EtherNet/IP, PROFINET). Overall, Ethernet's simplicity, scalability, and cost-effectiveness have made it the dominant wired networking technology for over 40 years.
Real-Life Example
Think of Ethernet like the system of highways and roads that connect cities and neighborhoods. Your computer is like a house on a small street. The Ethernet cable is the road connecting your house to the main highway. The switch at your office is like a major intersection where roads meet. The router is like the highway on-ramp that connects your local roads to the big highways of the internet.
When you send an email from your computer, it is like packing a car with boxes of information. The car leaves your house (your computer) and drives down your street (the Ethernet cable) to the intersection (the switch). The switch looks at the destination address on the car and decides which road to send it down. If the email is going to someone in the same building, the switch sends the car directly to that person's street. If the email is going to someone in another city, the switch sends the car to the highway on-ramp (the router), which then merges onto the internet highway.
Now imagine that everyone in your neighborhood decides to send a car at the exact same time. Without rules, the cars would crash into each other at the intersection. That is what happened with early Ethernet CSMA/CD. Devices listened before sending, and if they heard a crash (collision), they backed up and tried again later. But modern Ethernet uses switches that act like traffic lights and overpasses. Each car gets its own lane, so no crashes happen. This is called full-duplex mode, where cars can go both directions at the same time without hitting each other.
The different categories of Ethernet cables (Cat5e, Cat6, Cat6a) are like different types of roads. Cat5e is a two-lane road that can handle moderate traffic (1 Gbps). Cat6 is a four-lane road that can handle more traffic at higher speeds (10 Gbps for short distances). Cat6a is an eight-lane superhighway with better insulation to prevent interference from other roads. Fiber optic cables are like tunnels that can carry enormous amounts of traffic over very long distances with no interference.
What about Wi-Fi? Wi-Fi is like using a walkie-talkie instead of a road. It is convenient because you do not need to lay down roads, but it is slower, less reliable, and can be blocked by walls or other signals. If you want to stream 4K video or play online games without lag, you want a wired Ethernet connection because it is like driving on a smooth, dedicated highway with no traffic jams. Even in a modern smart home, many devices like smart TVs, gaming consoles, and desktop computers benefit from being plugged in via Ethernet.
Finally, think about the wall jack in your office. The cable from your computer plugs into the wall, but that wall jack is actually connected to a patch panel in a wiring closet. The patch panel connects to a switch, and the switch connects to a router. All those cables running through the walls are like the hidden plumbing or electrical wiring in your house. You do not see it, but it is essential for everything to work. That is Ethernet in a nutshell: the invisible system of roads that your data travels on every day.
Why This Term Matters
Ethernet is the foundation of almost every wired network in the world. If you work in IT, you will encounter Ethernet in almost every role, from help desk technician to network engineer to cloud architect. Understanding Ethernet means understanding how devices actually talk to each other at the most basic level. When a user says the internet is down, you need to know whether the Ethernet cable is loose, the switch port is disabled, or the VLAN configuration is wrong. These are all Ethernet issues.
Ethernet also matters because it sets the speed and reliability expectations for a network. If you are deploying a new office, you need to choose the right cable category (Cat6 vs. Cat6a) and the right switch speed (1 Gbps vs. 10 Gbps) based on the applications people will use. If you choose wrong, the network could be too slow for VoIP calls or large file transfers. If you choose too expensive, you waste budget. Knowing Ethernet helps you make cost-effective decisions.
Security is another reason Ethernet matters. Because Ethernet uses physical cables, it is inherently more secure than Wi-Fi, which broadcasts signals through the air. An attacker would need physical access to your building to tap into an Ethernet cable. However, Ethernet is not immune to attacks. ARP spoofing, MAC flooding, and VLAN hopping are all Ethernet-level attacks that IT professionals must defend against. Understanding how Ethernet works is the first step to securing your network.
Finally, Ethernet matters because it is the backbone of the internet. Every time you access a website, the data travels over Ethernet cables at some point, often many times. Internet service providers use Ethernet in their data centers. Cloud providers like AWS and Azure use Ethernet in their availability zones. Even cell towers are often connected to the network via Ethernet. So when you learn Ethernet, you are learning how the entire internet is physically connected.
How It Appears in Exam Questions
Ethernet appears in exam questions in several distinct patterns. The first is straightforward knowledge recall. For example, you might be asked: What is the maximum cable length for a 1000BASE-T Ethernet segment? The answer is 100 meters. Or: Which standard defines Power over Ethernet? The answer is IEEE 802.3af. These questions test your memory of standards and specifications.
A second pattern is scenario-based troubleshooting. For example: A user reports that their computer is connected to the network but can only communicate with devices on the same switch, not with devices on other switches. What is the most likely issue? The answer could be a VLAN mismatch or a trunk port not allowing the necessary VLANs. Another example: A help desk technician replaces a faulty switch, but after connecting the cables, the link lights on both the switch and the server show solid green, yet the server cannot ping the gateway. What should the technician check next? This points to a configuration issue like a mismatched native VLAN on the trunk or a port that is administratively down.
A third pattern is design and selection questions. For the A+ exam, you might be asked: An office needs to run Ethernet cables through a drop ceiling above an area with fluorescent lights. Which cable type should be used to minimize interference? The answer is shielded twisted-pair (STP) or foil twisted-pair (FTP). Or: A company is upgrading its network to support 10 Gbps connections between switches in the same data center, with distances under 30 meters. Which cable should they choose? The answer could be Cat6a or Cat7.
A fourth pattern is definition and conceptual questions. For Network+, you might be asked: Which field in an Ethernet frame is used by a switch to make forwarding decisions? The answer is the destination MAC address. Or: What is the purpose of the Frame Check Sequence in an Ethernet frame? It is used for error detection. These questions test your understanding of how Ethernet works at the frame level.
A fifth pattern is comparison and contrast questions. For example: What is the difference between a collision domain and a broadcast domain? Collision domains are broken up by switches, while broadcast domains are broken up by routers. Or: How does CSMA/CD differ from full-duplex operation? CSMA/CD is used on shared media to handle collisions, while full-duplex eliminates collisions by using dedicated paths.
A sixth pattern appears on the CCNA exam: configuration and verification. You might be shown a running configuration snippet and asked to identify a misconfiguration. For instance, an interface has speed 100 and duplex half set manually, but the connected switch is set to auto-negotiate. This causes a duplex mismatch. Or you might be asked to interpret the output of show interfaces or show mac address-table to determine which devices are connected to which ports.
Finally, some questions combine multiple topics. A question might describe a scenario where VLANs are configured on a switch, trunking is set up between switches, but hosts in different VLANs cannot communicate. The question might ask what needs to be added to enable inter-VLAN communication, which is a router-on-a-stick configuration or a Layer 3 switch. These questions test your integrated understanding of Ethernet, VLANs, and routing.
Practise Ethernet Questions
Test your understanding with exam-style practice questions.
Example Scenario
You work in the IT department of a medium-sized company. A marketing manager calls the help desk because her computer cannot access the internet. She says the link light on her computer's network port is off. You walk over to her desk. You see the Ethernet cable plugged into her laptop, but the other end of the cable is lying on the floor, not plugged into the wall jack. The link light is off because there is no physical connection. You plug the cable into the wall jack, and the link light turns green. The manager can now access the internet. That is the simplest Ethernet troubleshooting scenario: check the physical connection first.
Now consider a slightly more complex scenario. You are setting up a new conference room. You run a Cat6 cable from the wall jack to a new VoIP phone that has a built-in switch port. Then you connect the manager's laptop to the VoIP phone. The phone gets a link light, but the laptop does not. You check the phone's manual and realize that the phone's PC port might be disabled by default. You log into the phone's web interface and enable the PC port. The laptop's link light comes on. This scenario shows how Ethernet can be daisy-chained through devices, and that you need to understand the capabilities of each device.
Finally, imagine you are a network administrator. A user in the accounting department complains that her computer is very slow when accessing the file server, but other users in the same department are fine. You check the switch port that her computer is connected to. You notice that the port is configured for 100 Mbps full-duplex, but the computer's NIC is set to auto-negotiate. The auto-negotiation process fails, and the computer defaults to 10 Mbps half-duplex. This is a classic duplex mismatch. The switch sends data at full speed, but the computer cannot send and receive at the same time, causing collisions and retransmissions. You reconfigure both ends to auto-negotiate, and the speed goes back to 1 Gbps full-duplex. The user's performance improves dramatically.
Common Mistakes
Thinking that the maximum cable length for all Ethernet types is 100 meters
The 100-meter limit applies to twisted-pair copper Ethernet (10BASE-T, 100BASE-TX, 1000BASE-T, 10GBASE-T for Cat6a). Fiber optic Ethernet can go much further, depending on the standard (e.g., 1000BASE-LX can go up to 5 km). Also, 10GBASE-T over Cat6 is limited to 55 meters, not 100 meters.
Memorize the distance limits for each specific standard. For exams, always check the cable type and speed before applying the 100-meter rule.
Assuming that a solid green link light means perfect connectivity
A link light only indicates physical connectivity at the lowest level. It does not guarantee that the device can communicate on the network. There could be a VLAN mismatch, a misconfigured IP address, or a duplex mismatch that causes high error rates but still keeps the link light on.
Treat a link light as a starting point, not an end point. Always verify with a ping test or check the switch interface counters for errors.
Using a crossover cable when a straight-through cable is needed, or vice versa
In modern networks, most devices support Auto-MDI/MDIX, which automatically detects the cable type and adjusts the pinout. However, older equipment or certain configurations may require the correct cable. Using the wrong cable can result in no link or intermittent connectivity.
Use straight-through cables to connect a device (computer, printer) to a switch. Use crossover cables to connect two similar devices directly (e.g., two computers without a switch). When in doubt, use a crossover cable or rely on Auto-MDI/MDIX if supported.
Confusing Ethernet with the internet
Ethernet is a local area network technology. The internet is a global network of networks that uses many technologies, including Ethernet, fiber optics, and satellite links. Your computer uses Ethernet to connect to your local router, but the router uses other technologies (like DSL, cable modem, or fiber) to connect to your ISP. Ethernet does not equal the internet.
Think of Ethernet as the road in your neighborhood, and the internet as the entire highway system connecting neighborhoods across the world. Ethernet is just one part of the journey.
Forgetting that switches flood unknown unicast frames
When a switch does not have the destination MAC address in its MAC address table, it floods the frame to all ports (except the incoming port). Some learners think switches always forward frames exactly to the right port. This is only true if the MAC address is already learned. Flooding can cause unnecessary traffic and security concerns.
Remember that switches learn MAC addresses dynamically. Until a device sends a frame, its MAC address is unknown to the switch. The initial frames to that device will be flooded.
Believing that Ethernet only uses copper cables
Ethernet standards include both copper (twisted-pair and coaxial) and fiber optic media. Fiber optic Ethernet is very common in data centers and enterprise backbones because it supports longer distances and higher speeds. Standards like 1000BASE-SX and 10GBASE-SR are Ethernet standards.
Learn the terminology: 1000BASE-T is copper, 1000BASE-SX is multimode fiber, 1000BASE-LX is single-mode fiber. The letter after BASE indicates the medium type.
Exam Trap — Don't Get Fooled
{"trap":"The exam presents a scenario where a switch port is configured with speed 100 and duplex half, and the connected device is set to auto-negotiate. The question asks what the likely result is. Many learners think the connection will work at 100 Mbps half-duplex, but that is wrong."
,"why_learners_choose_it":"They assume that because the switch is manually set, the auto-negotiating device will match those settings. In reality, auto-negotiation uses Fast Link Pulses to exchange capabilities. If one side is manually configured, it does not send FLPs.
The auto-negotiating side cannot detect the other side's settings and defaults to the lowest common denominator: 10 Mbps half-duplex.","how_to_avoid_it":"Always configure both ends of an Ethernet link the same way. Either both sides are auto-negotiation, or both sides are manually configured with the same speed and duplex.
Never mix manual and auto settings. On exam questions, look for keywords like 'manually set' vs. 'auto-negotiate' and remember that a mismatch leads to poor performance or no connectivity."
Commonly Confused With
Wi-Fi is a wireless networking technology based on IEEE 802.11 standards, while Ethernet is a wired technology based on IEEE 802.3 standards. Wi-Fi sends data through radio waves, making it convenient but generally slower, less reliable, and more susceptible to interference and security risks than Ethernet. Ethernet requires physical cables but offers higher speeds, lower latency, and stronger security.
If you are streaming a movie on your laptop in the living room, you are likely using Wi-Fi. If you are playing a competitive online game at a desktop computer, you are probably using an Ethernet cable for the best performance.
Ethernet is a technology used to create local area networks (LANs). The internet is a global system of interconnected networks that uses many technologies, including Ethernet, fiber optics, and satellite. Connecting to the internet often involves using Ethernet to reach a router, which then uses another technology (like DSL or cable) to reach the ISP. Ethernet is not the internet; it is one way to connect to it.
Your home network might use Ethernet to connect your desktop to the router, and the router uses a cable modem to connect to the internet. The Ethernet part is only inside your house.
Token Ring was a competing LAN technology developed by IBM in the 1980s. Unlike Ethernet, which uses CSMA/CD or switches, Token Ring uses a token passing mechanism where a special frame circulates on the network, and a device can only transmit when it has the token. Token Ring is now obsolete, mostly replaced by Ethernet due to Ethernet's lower cost and higher speeds.
Imagine a classroom where students can only speak when they hold a stuffed animal (the token). That is Token Ring. Ethernet is like a classroom where students can all speak at once, but a moderator (the switch) makes sure everyone gets heard.
Fiber Channel is a high-speed networking technology primarily used for storage area networks (SANs). While it uses fiber optic cables like some Ethernet standards, it has its own protocols and frame structure optimized for block-level storage traffic. Ethernet is more general-purpose, carrying everything from web traffic to file shares. Increasingly, Ethernet is replacing Fiber Channel in data centers with technologies like iSCSI and NVMe over Fabrics.
Fiber Channel is like a dedicated express lane for storage traffic only, while Ethernet is like a multi-lane highway for all types of traffic. Both use similar roads (fiber cables), but the rules and signs are different.
USB is a technology for connecting peripherals like keyboards, mice, printers, and external drives to a computer. It is designed for short distances (up to 5 meters typically) and for device-to-host connections. Ethernet is a networking technology designed for connecting multiple devices over longer distances (up to 100 meters) and for data communication between any two devices on the network.
You use a USB cable to connect your external hard drive to your computer. You use an Ethernet cable to connect your computer to the network switch so you can access the internet.
Step-by-Step Breakdown
Physical Connection
An Ethernet cable with an RJ45 connector is plugged into the network interface card (NIC) of a device, such as a computer, and into an Ethernet port on a switch or router. The cable contains four twisted pairs of copper wires. The connector has eight pins that correspond to the wires. The device and the switch exchange electrical pulses to establish a link, indicated by a solid green or amber light on the port.
Auto-Negotiation
Once the physical connection is established, the two devices (the NIC and the switch port) perform auto-negotiation. They send Fast Link Pulses to each other to advertise their capabilities: supported speeds (10, 100, 1000, 2500 Mbps, etc.) and duplex modes (half or full). They agree on the highest common speed and duplex. For example, if both support 1 Gbps full-duplex, they use that.
Data Frame Construction
When the computer wants to send data, it takes the information from the upper layers (e.g., an IP packet) and wraps it in an Ethernet frame. The frame includes the destination MAC address, the source MAC address, the EtherType (e.g., IPv4), the payload, and a Frame Check Sequence. The maximum payload is 1500 bytes (MTU). If the payload is smaller than 46 bytes, padding is added.
Transmission
The NIC sends the frame as electrical signals over the cable. In full-duplex mode, the device can send and receive simultaneously. The bits are encoded using a scheme like 4B/5B (for 100BASE-TX) or PAM-5 (for 1000BASE-T) to ensure reliable transmission and clock recovery. The switch receives the signals and decodes them back into bits.
Switching Decision
The switch reads the destination MAC address from the frame. It looks up this address in its MAC address table (CAM table). If the address is found, the switch forwards the frame only to the port associated with that MAC address. If the address is not found, the switch floods the frame to all ports except the one it came from. The switch also learns the source MAC address and updates its table with the incoming port number.
VLAN Tagging (if applicable)
If the frame needs to cross a trunk link between switches, the switch adds an 802.1Q tag to the frame. This tag includes a 12-bit VLAN ID that identifies which VLAN the frame belongs to. The receiving switch reads the tag and forwards the frame only to ports in that VLAN. If the frame is destined for an access port, the switch removes the tag before sending it to the end device.
Error Checking
The receiving device (the destination computer or another switch) checks the Frame Check Sequence. It recalculates the CRC32 checksum over the entire frame and compares it to the FCS value in the frame. If they match, the frame is accepted. If they do not match, the frame is discarded. No automatic retransmission occurs at the Ethernet layer; higher-layer protocols like TCP handle retransmissions.
Delivery to Upper Layers
Once the frame is validated, the destination MAC address is checked. If it matches the device's own MAC address (or is a broadcast or multicast address that the device is interested in), the payload is extracted from the frame and passed up to the network layer (Layer 3) for further processing, such as IP routing.
Ethernet Frame Structure and Fields
Understanding the Ethernet frame structure is fundamental to mastering network fundamentals. The standard Ethernet frame, as defined by IEEE 802.3, consists of several key fields. The preamble is a 7-byte sequence of alternating 1s and 0s used for synchronization, followed by a 1-byte Start Frame Delimiter (SFD) that marks the beginning of the frame.
The destination MAC address is 6 bytes, identifying the intended recipient, while the source MAC address is also 6 bytes, identifying the sender. The EtherType or Length field is 2 bytes; for Ethernet II frames, this field indicates the protocol type (e.g.
, 0x0800 for IPv4, 0x0806 for ARP), while for IEEE 802.3 frames, it indicates the payload length. The payload or data field can range from 46 to 1500 bytes, with padding added if necessary to meet the minimum 64-byte frame size requirement.
The Frame Check Sequence (FCS) is a 4-byte cyclic redundancy check (CRC) used for error detection. The minimum frame size of 64 bytes ensures that collisions are detected reliably. If a frame is smaller than 64 bytes, it is considered a runt and discarded by switches.
The maximum frame size of 1518 bytes prevents a single station from monopolizing the medium. Jumbo frames, often used in data centers, extend this limit to 9000 bytes, increasing efficiency for large transfers but requiring end-to-end support. Each field plays a critical role in how Ethernet operates at Layer 2.
The destination MAC is used for forwarding decisions, while the source MAC is used for learning MAC addresses in switch tables. The EtherType is crucial for demultiplexing traffic to higher layers. The FCS ensures data integrity; if the CRC fails, the frame is dropped.
In exams like Network+ and CCNA, questions often test your ability to identify field sizes, the difference between Ethernet II and 802.3, and the purpose of the preamble. A common exam trick involves calculating the minimum payload size or recognizing that a protocol analyzer displays the Ethernet header with these fields.
Understanding frame structure is also critical for troubleshooting connectivity issues using packet captures. For example, if you see a high number of runt frames, it could indicate a collision problem or faulty network interface card. The FCS field is also a key indicator of physical layer problems, such as faulty cabling or electromagnetic interference.
By mastering the Ethernet frame structure, you build a solid foundation for understanding switching, VLANs, and higher-layer protocols.
Ethernet Cabling Standards and Connectors
Ethernet cabling is a critical component of network infrastructure, and understanding the standards is essential for certification exams. Twisted-pair copper cabling, such as Cat5e, Cat6, Cat6a, Cat7, and Cat8, is the most common. Cat5e supports up to 1 Gbps at 100 meters, while Cat6 supports up to 10 Gbps at shorter distances (55 meters).
Cat6a extends 10 Gbps to the full 100 meters. Cat7 and Cat8 are used in data centers for higher speeds but require specialized connectors like GG45 or TERA. Fiber optic cabling, including single-mode (SMF) and multimode (MMF), is used for long distances.
SMF uses a laser diode and can reach tens of kilometers with speeds up to 100 Gbps, while MMF uses LEDs or VCSELs and is limited to shorter distances, typically 2 km at 10 Gbps. Connectors vary: RJ45 for twisted-pair, LC and SC for fiber. Straight-through cables (pin 1 to pin 1) connect different device types, such as a PC to a switch.
Crossover cables (pin 1 to pin 3, pin 2 to pin 6) connect similar devices, like two switches, though Auto-MDI/X now eliminates this need. The T568A and T568B wiring standards define the pinout. T568B is more common in the US.
A common exam scenario asks which standard to use for a specific cable type. For example, a console cable uses a DB9 to RJ45 adapter. Attenuation, crosstalk (NEXT, FEXT), and return loss are key performance parameters.
In exams like Security+ and AZ-104, you might be asked which cable type to use in a secure facility or which standard supports a given distance. For example, an administrator needs a cable run of 150 meters at 1 Gbps; the solution is fiber because copper is limited to 100 meters. Another typical exam question involves identifying the symptoms of a cable fault: intermittent connectivity, excessive collisions, or CRC errors.
The maximum cable length for twisted-pair is 100 meters, but this includes patch cables. When calculating a run, remember that patch cables and horizontal cabling all count toward the 100-meter limit. For CCNA, you must be able to select the correct cable based on the scenario: straight-through for host-to-switch, crossover for switch-to-switch, and rollover for console connections.
Understanding these standards helps you troubleshoot physical layer issues. For instance, a speed mismatch (e.g., one device set to 100 Mbps and the other to 1 Gbps) can cause link flapping.
The exam may ask why a link is stuck at 100 Mbps even though the switch supports gigabit. The answer could be a faulty cable or a mismatch in auto-negotiation. By learning the nuances of cabling, you prepare for real-world network design and troubleshooting.
Ethernet Switching and MAC Address Table
Ethernet switching forms the backbone of modern local area networks. A switch operates at Layer 2, forwarding frames based on the destination MAC address. The switch maintains a MAC address table, also known as a Content Addressable Memory (CAM) table, which maps MAC addresses to specific ports.
The learning process is dynamic: when a frame arrives on a port, the switch records the source MAC address and the port number in the table. If the table already contains that MAC, the timer resets, keeping the entry active. If the destination MAC address is known, the switch forwards the frame only to the corresponding port (unicast forwarding).
If the destination is unknown, the switch floods the frame to all ports except the one it was received on (unknown unicast flooding). This flood behavior is also used for broadcast frames (destination FF:FF:FF:FF:FF:FF) and multicast frames. The aging timer, typically 300 seconds, removes entries that are not seen within that window, allowing the table to adapt to network changes.
STP (Spanning Tree Protocol) prevents loops by blocking redundant paths. Without STP, broadcast storms would cripple the network. Exams like CCNA and Network+ often test how the MAC address table is populated and how switches handle different frame types.
A common question: how does a switch handle a frame with a destination MAC not in the table? Answer: flood it. Another question: what happens when a switch receives a broadcast frame?
Answer: it floods it out all ports except the incoming port. VLANs (Virtual LANs) are also part of Ethernet switching. Each VLAN is a separate broadcast domain, and switches use 802.
1Q tagging to carry traffic from multiple VLANs on a single trunk link. The MAC address table is per VLAN, so a switch learns MAC addresses within each VLAN independently. For trunk ports, frames are tagged with a VLAN ID.
The native VLAN (default VLAN 1) is untagged. An exam question may involve configuring a trunk and verifying that traffic for a specific VLAN is being forwarded correctly. Another scenario: an administrator notices that PCs in the same VLAN cannot communicate.
The issue might be that the trunk is misconfigured, causing VLAN pruning or mismatched allowed VLAN lists. Troubleshooting MAC table issues often involves using commands like show mac address-table on Cisco switches. In the AWS SAA exam, while Ethernet switching is less direct, understanding VPC subnets and how traffic flows within a VPC is analogous.
For example, a security group acts like a stateful firewall, similar to how a switch only forwards frames based on MAC addresses. The exam may ask why a packet destined for another subnet is being dropped; the answer could involve the MAC address of the default gateway. By internalizing Ethernet switch behavior, you can predict traffic flow and resolve complex connectivity problems in both on-premises and cloud environments.
Ethernet Auto-Negotiation and Duplex Mismatch
Auto-negotiation is an Ethernet feature that allows two connected devices to automatically exchange information about their capabilities, including speed and duplex mode. It is defined in IEEE 802.3 and is mandatory for gigabit Ethernet.
The process works by sending Fast Link Pulses (FLPs) during the initial link-up phase. These pulses contain a base page that advertises supported speeds and duplex modes. The two devices then select the highest common speed and duplex setting.
Full duplex allows simultaneous send and receive, while half duplex requires the device to listen for collisions before transmitting. Duplex mismatch occurs when one device is set to full duplex and the other is set to half duplex, or when auto-negotiation fails and one side defaults to half duplex while the other remains full duplex. This is a common and serious problem because the full-duplex side never detects collisions, while the half-duplex side does detect collisions, leading to late collisions, high CRC errors, and severe performance degradation.
Symptoms include slow transfers, high packet loss, and intermittent connectivity. For example, a file server connected via a gigabit link may only achieve 1 Mbps if a duplex mismatch exists. Troubleshooting duplex mismatch involves checking interface statistics.
On a Cisco switch, you would use show interface status or show interfaces fa0/1 to see speed, duplex, and error counts. Late collisions (usually 0) indicate a duplex mismatch. If you see many CRC errors or runts, that is another clue.
The solution is to either enable auto-negotiation on both sides or manually set the same speed and duplex on both ends. Manually setting speed and duplex is often recommended for critical links, but only if done identically. A common exam trick is: a network administrator sets a switch port to 100 Mbps full duplex, but the connected PC defaults to 100 Mbps half duplex due to auto-negotiation being disabled.
The result is a mismatch. The exam will ask you to identify the symptom (e.g., high error rates, slow performance) and the solution (set both to auto or both manually). In the CCNA exam, you may be given a scenario with a router connected to a switch and asked why the link is up but traffic is failing.
The answer is often a duplex mismatch. In the Network+ exam, you might be asked about the FLP process or what happens when auto-negotiation fails. It is essential to know that for 10/100/1000 Mbps, auto-negotiation is standard.
For 10 Gbps, auto-negotiation is also used but with different signaling. In the Security+ exam, a duplex mismatch could be part of a security assessment because it degrades performance and could be used as a denial-of-service vector. By understanding auto-negotiation deeply, you can quickly isolate physical layer issues and restore normal network operations.
This knowledge is tested in almost every networking certification, making it a high-yield topic.
Troubleshooting Clues
Duplex Mismatch
Symptom: Slow transfer speeds, high packet loss, and many late collisions or CRC errors on one side of the link.
One device is set to full duplex (sends without checking for collisions) while the other is half duplex (listens before sending, causing collisions). The half-duplex side sees collisions, the full-duplex side does not, leading to frame corruption.
Exam clue: Exams present a scenario where a switch port shows high error counts and the link is up but slow. The answer is duplex mismatch. Always check both sides for consistent speed and duplex.
CRC Errors on a Link
Symptom: High CRC counter in show interfaces output, intermittent connectivity, and possible packet drops.
CRC (Cyclic Redundancy Check) errors indicate that frames are arriving with damaged data, often due to faulty cabling, loose connectors, interference, or a bad NIC. The FCS in the Ethernet frame does not match.
Exam clue: Exam questions ask what causes CRC errors. The answer is usually physical layer issues like damaged cable or electromagnetic interference. May also indicate duplex mismatch.
Excessive Collisions on a Half-Duplex Link
Symptom: Late collisions and a high collision counter on the interface, with degraded performance.
In half-duplex Ethernet, collisions are normal, but excessive collisions, especially late collisions, indicate a problem like a duplex mismatch or a cable length exceeding the maximum distance.
Exam clue: CCNA questions test what late collisions indicate. Answer: a duplex mismatch or a network segment that is too long. Also tests how collisions are handled by CSMA/CD.
VLAN Mismatch
Symptom: Hosts in the same VLAN cannot communicate, or traffic fails across trunk links.
A VLAN mismatch occurs when a port is configured for one VLAN but the connected device expects another. On trunk links, mismatched native VLANs can cause unexpected traffic forwarding or security issues.
Exam clue: Exam scenarios give a network diagram where PC in VLAN 10 cannot ping another PC in VLAN 10. Common root cause: the switch port is in VLAN 20, or the trunk allows only VLAN 20.
STP Loop or Broadcast Storm
Symptom: Network extremely slow, high CPU usage on switches, and broadcast frames consume all bandwidth.
STP (Spanning Tree Protocol) prevents loops. If STP fails (e.g., because of misconfiguration or a faulty network design), broadcast frames loop endlessly, saturating links and causing a broadcast storm.
Exam clue: CCNA and Network+ tests ask why a network is unusable after adding a new switch. Correct answer: a loop due to redundant links not blocked by STP. Also tests how to identify root bridge and port states.
Auto-Negotiation Failure
Symptom: Link is up but operates at a lower speed than expected, or one side shows half duplex while the other shows full duplex.
Auto-negotiation uses FLPs to exchange capabilities. If one device has auto-negotiation disabled, the other may default to a lower common setting (e.g., 100 Mbps half duplex). This mismatch causes duplex problems.
Exam clue: Exam questions ask why a gigabit link is running at 100 Mbps. The answer is often auto-negotiation failure due to one side being manually set. Always verify both sides.
Runts and Giants
Symptom: Ethernet frames smaller than 64 bytes (runts) or larger than 1518 bytes (giants) are observed in interface statistics.
Runts are caused by collisions, faulty NICs, or late collisions. Giants are caused by bad drivers or incorrect MTU settings. These frames are dropped, causing packet loss.
Exam clue: Network+ exams test that runts are smaller than 64 bytes and giants are larger than 1518 bytes. Why they occur often relates to physical layer or configuration errors.
MDI/MDI-X Mismatch
Symptom: Two switches connected with a straight-through cable fail to establish a link, but a crossover cable works.
MDI (Medium Dependent Interface) is used on end devices; MDI-X is used on switches. Auto-MDI/X usually corrects this, but if disabled, a straight-through cable between two switches results in no link.
Exam clue: CCNA questions ask what cable is needed to connect two switches. If Auto-MDI/X is not supported, the answer is crossover cable. Also tests the pinout differences between T568A and T568B.
Learn This Topic Fully
This glossary page explains what Ethernet means. For a complete lesson with labs and practice, see the topic guide.
Covered in These Exams
Current Exam Context
Current exam versions that test this topic — use these objectives when studying.
SY0-701CompTIA Security+ →AZ-104AZ-104 →200-301Cisco CCNA →N10-009CompTIA Network+ →ACEGoogle ACE →SAA-C03SAA-C03 →220-1101CompTIA A+ Core 1 →PCAGoogle PCA →Legacy Exam Context
Older materials may mention these exam versions, but learners should use the current objectives for their target exam.
N10-008N10-009(current version)SY0-601SY0-701(current version)Related Glossary Terms
A local text file on Unix-like operating systems that manually maps hostnames to IP addresses, overriding DNS for specified entries.
/etc/resolv.conf is a configuration file on Linux and Unix-like systems that tells the computer which Domain Name System (DNS) servers to use when converting domain names like google.com into IP addresses.
An Application Gateway is a network device or cloud service that manages and secures traffic between users and web applications by applying rules, routing requests, and offloading tasks like SSL encryption.
An Application Security Group (ASG) is a cloud networking feature that groups virtual machines logically and allows you to apply security rules based on the application workload, rather than individual IP addresses.
Address Resolution Protocol (ARP) is a network protocol used to map a device's IP address to its physical MAC address so data can be delivered correctly on a local network.
An ARP reply is a network response sent by a device to answer an ARP request, providing its MAC address so the requesting device can map an IP address to a physical hardware address on a local network.
Quick Knowledge Check
1.What is the maximum length for a Cat6 twisted-pair Ethernet cable segment at 1 Gbps according to IEEE 802.3 standards?
2.A network administrator notices that a switch port shows high numbers of CRC errors and late collisions. What is the most likely cause?
3.In an Ethernet frame, which field is used to identify the protocol type in an Ethernet II frame?
4.When a switch receives a frame with a destination MAC address not in its MAC address table, what action does it take?
5.Two switches are connected using a straight-through cable, but the link does not come up. Auto-MDI/X is not supported. Which type of cable is required?
6.What is the minimum Ethernet frame size (excluding preamble and SFD) that ensures reliable collision detection?