1 / 26

Chapter 7

Chapter 7. ETHERNET. Network Architecture. Covers issue like how data will flow between the computers on the network. Involves with: Logical design Physical design. Introduction to Ethernet IEEE 802.3.

zelia
Download Presentation

Chapter 7

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 7 ETHERNET

  2. Network Architecture • Covers issue like how data will flow between the computers on the network. • Involves with: • Logical design • Physical design

  3. Introduction to Ethernet IEEE 802.3 • Ethernet is commonly used Local Area Network(LAN) technology developed by Xerox in 1970’s. • Ethernet is a non-proprietary industry standard that is widely accepted by network hardware manufacturers. • Characteristics: • Flexible technology • Can run on variety of network media • Excellent bandwidth • Reasonable cost of bandwidth

  4. Ethernet Features

  5. Ethernet Features

  6. Traditional Ethernet (10Mbps) • Ethernet has been proven to be inexpensive, reasonably fast & very popular LAN technology. • Among 10Mbps Ethernet technologies are: • 10Base2 • 10Base5 • 10BaseT

  7. 10Base2 Ethernet • 10Base2 = Thin coaxial cable / thinnet cable can be used to connect 4 computers without any hub or switch with both end of the cable terminated by a BNC terminator. • It relies on CSMA/CD access method to regulate the traffic. • The ethernet media is passive = means it requires no power source of its own & will not fail unless its physically cut / improperly terminated. • Limitation: 185meters cable length only, with minimum 0.5 meters between each station allowing maximum 30 computers.

  8. 10Base2 Ethernet specification

  9. Thinnet 5-4-3 rule • 5 segments, 4 repeaters and 3 populated segments.

  10. 10Base5 Ethernet • Also known as thicknet & has distance limit of 1640feet without repeaters. • 10base5 topology uses an external transceiver to attach to the network interface card. • NIC attaches to the external transceiver by an AUI cable to the DIX connector on the card. • Some external transceivers clamp to the thicknet using vampire taps, others use BNC or N-series barrel connector.

  11. 10Base5 Ethernet

  12. 10Base5 cabling components

  13. 10BaseT Ethernet • 1990’s IEEE introduced Ethernet using twisted pair (unshielded) cable known as 10BaseT. • At the end of the cable there is RJ45 connector which resembles RJ11(for telephone) connector but bigger in size. • The hub/switch of 10BaseT network serves as multi-port repeater & always located in wiring closet of building. • Most are configured in star topology but internally they use bus signaling system. • Max cable length is 100m, but repeaters can be used to extend the max cable length, with min length between computers is 2.5m allowing total 1024 computers to be connected using 10BaseT network.

  14. 10BaseT Ethernet

  15. Specification of 10BaseT

  16. Ethernet cables • Most current popular cable is CAT5, but CAT 5e cable supports Gigabit Ethernet. • There are distance limitations to ethernet cables, after which transmissions will likely fail due to line noise, reduced signal strength etc.

  17. Switched Ethernet • Traditional ethernet are also known as shared Ethernet. • It provides a fixed bandwidth which must be shared by all devices on the network within collision domain. • More than 2 computers cannot send & receive data simultaneously due to the reason that they share a segment/hub/repeater. • Hub/repeater doesn’t have ability to divide collision domain.

  18. Switched Ethernet • a switch/router can separate a network segment, making each segment working as independent of other segments. • It makes the collision domain smaller & overall network becomes efficient. • Switched Ethernet enables multiple nodes to simultaneously transmit & receive data over different logical network segments. • It is much faster as fewer workstations must compete for the same time on media.

  19. Switched Ethernet Switch hub hub hub Collision domain Collision domain Collision domain

  20. Fast Ethernet • Fast Ethernet is a improved version of traditional Ethernet operating at the speed of 100Mbps. • Fast Ethernet are: • 100BaseX • 100VG-AnyLAN

  21. 100BaseX Ethernet 802.3 • Also called Fast Ethernet & runs on UTP category 5 cable & uses CSMA/CD is a star wired star topology. • Similar to 10BaseT where all cables are attached to hub. • A traditional LAN is half duplex but fast Ethernet is full duplex & can operate at 200Mbps theoretically. • 100BaseX incorporates 3 media specifications: • 100BaseT4 (4 pair Cat3,4 or 5 UTP) • 100BaseTX (2 pair Cat 5 UTP or STP) • 100BaseFX (2 strand fiber optic cable)

  22. 100BaseX Ethernet 802.3

  23. 100VG-AnyLAN Network 802.12 • 100VG (Voice Grade) AnyLAN combines the feature of both Ethernet & Token Ring architectures. • Originally developed by Hewlett-Packard. • Both 100BaseVG-AnyLAN & Fast Ethernet are about 5 to 10 times faster than traditional Ethernet & compatible with existing 10BaseT cabling systems. • It allows easy & inexpensive upgrades from existing 10BaseT installations. • Different names of 100VG-AnyLAN; • 100BaseVG • VG • AnyLAN

  24. Gigabit Ethernet (1Gbps) • Latest version of Ethernet which offers a bandwidth of 1000Mbps but the performance is still being in compatible with existing Ethernets & uses the same CSMA/CD & MAC protocols. • It can be used to aggregate traffic between clients & server farms & for connecting Fast Ethernet switches. • Can also be used for high bandwidth applications such as medical imaging & CAD.

  25. Ethernet Frame Format • Data frame is also called a frame is an organized structure into which the data is placed for transmission across network. • Data frames defines how data is organized (relative position, length of fields, placement of control information) • In Ethernet data is sent in streams one bit at a time, data frame breaks the stream up into discrete chunks so that it can be managed. • If there is an error in transmission, only the affected frames need to be resent.

  26. Ethernet Frame Format Original Ethernet Frame Max size = 1,582 bytes) CRC 4 bytes Preamble 8 bytes Type 2 bytes Data 46 - 1500 bytes Destination address 6 bytes Source address 6 bytes

More Related