Home > Articles

LAN Technologies

This chapter is from the book

Ethernet

Ethernet is a LAN standard that has become one of the most used LAN media today for many reasons. Ethernet is one of the cheapest and most widely available LAN media, and it has the ability to carry high-speed transmission. One of the most important reasons Ethernet is the most popular LAN medium is that there is a large platoon of skilled network administrators that know how to implement, administer, and troubleshoot Ethernet networks.

When you connect devices to an IEEE 802.3 Ethernet network, you attach one end of the cable to either a hub or switch. For this exam, therefore, an understanding of hubs and switches and their functions is essential. I explain each device throughout this chapter. In the following sections, you take a look at the differences between switches and hubs, and between collision and broadcast domains; you also learn how to troubleshoot problems in Ethernet networks.

Collision and Broadcast Domains

In a network, a collision domain is defined as all the interfaces on a single segment that can send data on the same physical wire, where a collision of the data being sent can occur. When you use a hub, all the nodes connected to the hub are in the same collision domain. A hub is basically a repeater that re-sends any signal it receives out each one of its ports. This means that, when a network uses a hub, every frame sent on the wire is seen by every node on the network.

If a node sends out a broadcast, all the nodes that can receive that broadcast on the physical wire are in the same broadcast domain. Since an Ethernet hub repeats the same signal it received out all of its ports, all the nodes that are in the same collision domain are also in the same broadcast domain.

Even if the frame is not destined for the node that receives the frame, the frame must still be checked to see what the destination address is. This in turn uses valuable processing power on the device receiving the frame.

CAUTION

For the exam, you must know the differences between a broadcast and a collision domain, as they occur in Ethernet networks. Remember that a broadcast copies and sends a transmission to every destination node on the network.

In networks that use hubs, every frame that traverses the broadcast domain must be processed by every node. When the nodes are processing broadcasts and frames for 100 devices, they can accomplish little else. Switches were designed to overcome the handicaps of a hub.

A switch looks similar to a hub but each port on a switch is in its own collision domain. Only the devices on ports assigned to the same Virtual Local Area Network (VLAN) receive broadcasts from one another. An administrator can assign certain devices to a VLAN as a way of creating smaller broadcast domains. A broadcast from a device connected to a port on VLAN 10 will only be seen by devices connected to ports assigned to VLAN 10. By default, Cisco switches are usually assigned to VLAN 1.

When a transmission is sent over an Ethernet network, if the switch knows the port of the destination node, the switch directs the frame to that node without the use of a broadcast to learn where the node is located. This greatly reduces the processing required by the nodes on the network, since the frames are received only by the destination device.

Ethernet Elements

In the late 1970s, Xerox created the first Ethernet standard. In 1984, a consortium of Digital, Intel, and Xerox, calling themselves DIX, created the Ethernet_II standard. Around the same time, the IEEE created its own standard, with three groups providing input. The first group was called The High Level Interface (HILI), and was responsible for developing high-level internetworking protocols. This group later became the IEEE 802.1 Committee.

The second group was called The Logical Link Control Group, which focused on end-to-end connectivity. This group later became the IEEE 802.2 Committee.

The last group, called the Data Link and Medium Access Control (DLMAC) group, was responsible for developing medium access protocols. This group later formed committees for Ethernet (802.3), Token Bus (802.4), and Token Ring (802.5).

When the 802.3 group finished their Ethernet standard, it was almost identical to the Ethernet_II standard. The major difference was their descriptions of the Media Access Control (MAC) layer and the Logical Link Control (LLC) layer's responsibilities.

Ethernet consists of three basic elements: the physical medium, a set of medium access control rules, and the Ethernet frame. The physical medium is used to carry Ethernet signals devices. The network uses a set of medium access control rules, which allow multiple computers to share the available bandwidth. Each Ethernet frame that is sent on the physical medium consists of a set of bits understandable by the devices connected to the LAN.

Ethernet takes packets from upper-layer protocols, and places header and footer information around the data before it traverses the network. This process is called data encapsulation or framing. Ethernet frames travel at the Data Link layer of the OSI model and must be a minimum of 64 bytes and a maximum of 1518 bytes.

Figure 3.4 shows an Ethernet IEEE 802.3 frame and an Ethernet frame.

Figure 3.4Figure 3.4  An IEEE 802.3 frame and an Ethernet frame.

Here is a brief description of each field in an IEEE 802.3 frame and an Ethernet frame:

  • Preamble—An alternating pattern of ones and zeros that is used by the receiver to establish bit synchronization. Bit synchronization is like helping each device speak the same dialect of a language. Both Ethernet and IEEE 802.3 frames begin with a preamble.

  • Start frame delimiter—Indicates where the frame starts, and is the byte before the destination address in both the Ethernet and IEEE 802.3 frame.

  • Destination Address and Source Address—Are each six bytes long in both Ethernet and IEEE 802.3 frames, and are contained in hardware on the Ethernet and IEEE 802.3 interface cards. The IEEE standards committee specifies the first three bytes of the address to a specific vendor. The source address is always a unicast (single-node) address, whereas the destination address may be unicast, multicast (group), or broadcast (all nodes).

  • Type Field—In Ethernet frames, this is the two-byte field after the source address. After Ethernet processing, the type field specifies the upper-layer protocol to receive the data.

  • Length Field—In IEEE 802.3 frames, the Length Field is a two-byte field following the source address. The length field indicates the number of bytes of data that follow this field and precede the frame check sequence field.

  • Data Field—Is the actual data contained in the frame and follows the type and length fields. After Physical-layer and Link-layer processes are complete, this data is sent to an upper-layer protocol. With Ethernet, the upper-layer protocol is identified in the type field. With IEEE 802.3, the upper-layer protocol must be defined within the data portion of the frame. If the data of the frame is not large enough to fill the frame to its minimum size of 64 bytes, padding bytes are inserted to ensure at least a 64-byte frame.

  • FCS (Frame Check Sequence) or CRC (Cyclic Redundancy Check) fields—Are at the end of the frame. The frame check sequence recalculates the number of frames to make sure that none are missing or damaged. The CRC applies to all fields except the first, second, and last.

CSMA/CD (Carrier Sense Multiple Access with Collision Detection) Protocol

Ethernet uses a communication concept called datagrams to get messages across the network. The Carrier Sense Multiple Access with Collision Detection (CSMA/CD) protocol makes sure that two datagrams aren't sent out at the same time, and if they are, it acts as a mediator to retransmit. A good analogy to CSMA/CD is that of a police radio system. If you are on the correct channel, you can hear everything, but if you try to talk when another person is speaking, one or both of you won't be heard clearly. You must wait for a break in communication to speak and be heard. The CSMA/CD communication control method works in a similar manner; if a channel is busy on the network, other stations cannot transmit. CSMA/CD, therefore, can slow the communication process in a network environment.

NOTE

A datagram is a packet or a frame sent on the physical wire from one host to another.

The IEEE committee finalized a specification for running Ethernet-type signaling over unshielded twisted-pair (UTP) wiring. The IEEE calls the 10Mbps UTP standard 10Base-T, which indicates that networks using this standard use a signaling speed of ten megabits per second, a baseband signaling scheme, and twisted-pair wiring. 10Base-T isn't always fast enough; Transmission speeds of 100Base-T and Gigabit speeds are needed for today's typical networks to remain in a healthy state without significant latency. Although many smaller companies still use 10Base-T technology because it meets their needs, many notice that their newer applications are more demanding of resources. The next few sections a look at both 10Base-T and 100Base-T Ethernet technologies and how Ethernet adapted to increase LAN speeds.

NOTE

Baseband, also known as narrowband, is a feature of a technology, such as Ethernet, that uses a single carrier frequency.

Fast Ethernet

Fast Ethernet (or 100Base-T) uses the CSMA/CD protocol and has 10 times the performance of 10Base-T. Because 100Base-T uses the same protocol as 10Base-T (CSMA/CD), you can integrate 100Base-T into existing 10Base-T networks. 100Base-T technology uses the same network wiring and equipment as does 10Base-T, provided the wiring and equipment supports both 10Base-T and 100Base-T. Some Ethernet standards, such as Category 1, 2, or 3 cabling, cannot support 100Base-T. However, the biggest issue that a network administrator will face in upgrading to Fast Ethernet 100Base-T technology is at the workstation. To allow the workstation to transmit and receive at either 10Mbps or 100Mbps, the PCs need a NIC (network interface card) that is 10/100 capable (as you learn in the next section of this chapter, many networks today use 10/100/1000 NICs). Older Ethernet NICs allow only 4 to 10Mbps.

In addition to replacing NICs in every workstation, the actual implementation of 100Base-T in the network is another challenge. 10Base-T uses a larger collision domain diameter than 100Base-T and thus has a different signaling system. The network diameter is the cabling distance between the two farthest points in the network. The diameter between two devices would be the cabling distance between the two devices. The PC in your office may only be 250 feet from the wiring closet. However, if you were to wire from the switch in the wiring closet, up the wall, through the ceiling, back down through the wall in your office, and add another 10 foot cable from the wall to the PC desk, you may have over extended the available distance diameter for the cabling you are using.

The collision domain diameter of 100Base-T is 205 meters, which is approximately ten times smaller than that of 10Base-T. What does this mean? Because 100Base-T uses the same collision-detection mechanism as 10Base-T, the network diameter has to be reduced for 100Base-T. Think of it in terms of time slots. Each station gets its turn or time slot to transmit all of its data before another station can transmit its data. For 100Base-T networks to transmit in the same time slots as 10Base-T, the distance must be reduced (because 100Base-T travels at a faster rate; 100Base-T moves 10 times as fast, so it can only go one-tenth as far).

Autonegotiation

A 100Base-T network also supports an optional feature called autonegotiation, which allows a hub or switch and a network device to communicate their compatibilities and to agree upon an optimal communication speed and duplex. Autonegotiation can detect speed matching for 10 and 100Mbps, full-duplex, and automatic signaling configurations for 100Base-T4 and 100Base-TX stations. Autonegotiation can be enabled or disabled on hubs or switch ports.

Devices usually have autonegotiation on by default to automatically negotiate a mutual speed for both devices for communication. Such autonegotiation is a nice feature now that most networks use multiple speeds and duplexes.

Duplexing

A switch can provide dedicated point-to-point bandwidth availability from the switch port to the attached device. This means that a 10Mbps network interface card can provide 10Mbps, rather than sharing that bandwidth with all other stations. A small 12-port Ethernet switch provides a theoretical 120Mbit of bandwidth, compared to the 10Mbit provided by an Ethernet hub.

Full-duplex Ethernet is another advancing technology for Ethernet. Full duplex allows data to be sent and received simultaneously over a link. You may find full-duplex capabilities in autonegotiation hubs and interfaces. In a half-duplex link, data can either be sent or received, but not both at the same time. In theory, with full duplex, you can have twice the bandwidth of normal (half-duplex) Ethernet. The full-duplex mode requires that each end of the link connect to only a single device, such as a workstation, server, or a switched hub port. The devices also have to be running at the same speed, such as at 10Mbps, 100Mbps, or 1000Mbps.

Gigabit Ethernet

Gigabit Ethernet is another addition to the IEEE 802.3 Ethernet standards. Gigabit Ethernet is 10 times faster than 100Base-T, with speeds up to 1000Mbps or 1Gbps (gigabit per second). This has been a welcome addition to many database and heavy process intensive networks; pushing large files across a network using standard Ethernet was nearly impossible, due to slow transfer speeds. Gigabit Ethernet allows for more resources to be shared throughout a network. It can run in half-duplex or full-duplex mode. Most products that use gigabit technology use fiber-optic cable. Ethnernet allows you to use Category 5 or 6 UTP and use distances of approximately 25 meters. Using fiber optics can greatly extend this distance. Implementing Gigabit Ethernet in your network increases its bandwidth and capacity, improves Layer 2 performance, and can eliminate Layer 2 bottlenecks.

Gigabit Ethernet looks identical to Ethernet from the Data Link layer upward. The physical layer is defined in the IEEE 802.3z 1000BASE-T standard, which is the standard for Gigabit Ethernet over the Category 5 or 6 cabling. Cisco recommends that it be installed according to the specifications of ANSI/TIA/EIA-568A. 1000BASE-T works by using all four of the Category 5 or 6 pairs to achieve 1000 Mbps operation. This means that each pair sends 250Mbps of data, and is capable of sending and receiving data over each of the four pairs simultaneously. 100BASE-TX (Fast Ethernet) uses two pairs, one to transmit and one to receive.

NOTE

In early March 2002, Cisco agreed to support the IEEE 802.3ae 10 Gigabit Ethernet standard. This new standard preserves the 802.3 Ethernet frame format and continues to use MAC (Media Access Control) addresses embedded on the NIC card. The new standard allows for distances of up to 40km using multimode fiber cabling.

Cisco joined with six other companies to establish the 10 Gigabit Ethernet Alliance. The 10 Gigabit Ethernet standards began in March 1999 with a group called the Higher Speed Study Group (HSSG). This study group is now called the IEEE 803.3ae 10 Gigabit Ethernet Task Force.

Gigabit Media Types

Switch vendors offer different media types for switch interfaces needing to use Gigabit Ethernet. The three types of media for Gigabit Ethernet are longwave, shortwave, and copper medium:

  • Longwave (LW) laser can use single-mode and multimode fiber. This specification is referred to as 1000BaseLX. The 1000BaseLX GigaBit Interface Converter (GBIC) interfaces can pass data up to 1.8 miles (three kilometers).

  • Shortwave (SW) laser uses multimode fiber. This specification is generally referred to as 1000BaseSX. With the GBIC interfaces, 1000BaseSX gives the option for multimode fiber-optic cable connections with a 1,800 foot distance limitation.

  • A provision within the IEEE 802.3z specification defines Gigabit Ethernet over coaxial copper (1000BaseCX) using shielded 150-ohm copper. This can be used only for short distances because this cabling method has a distance limitation under 25 meters.

Unicast, Broadcasts, and Multicast

Sometimes different types of broadcasts can bring your network to its knees because of the sheer size or the large numbers of the datagrams. As a network administrator, you must understand these different types of broadcasts so that you can identify what they are and where they are coming from. Sometimes using a device called a sniffer on the network while the network is slow can be very helpful. A sniffer is a device that connects to the network to monitor the traffic on the network, including the broadcasts and who is sending them. This monitoring can be helpful in diagnosing whether there is a problem in the network. The three types of LAN data transmissions are unicast, multicast, and broadcast.

A Unicast transmission is a single packet that is sent from the source node to the destination node on a network. The source node sends a packet by sending it to the address of the destination node, and the packet is then sent on the network to find the address of the destination node.

A Multicast transmission is a single data packet that is copied and sent to a specific set of nodes on the network. The source node uses a multicast address to send a single packet addressed to several nodes. The packet is then sent on to the network where it's copied and sent to each destination node that is part of the multicast address.

A Broadcast transmission is a single data packet that is copied and sent to all nodes on the network. In this transmission, the source node sends a packet addressed to all destination nodes on the network. The packet is then sent on the network where it's copied and sent to every destination node on that network.

CAUTION

Broadcast transmissions can be very taxing on the network. You may want to segment your network into smaller sections to reduce the broadcast domain.

Pearson IT Certification Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from Pearson IT Certification and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about Pearson IT Certification products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites; develop new products and services; conduct educational research; and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by Adobe Press. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.pearsonitcertification.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020