Chapter 12 Local Area Networks

Slides:



Advertisements
Similar presentations
CIM 2465 Fundamentals of Ethernet1 Fundamentals of Ethernet (Topic 3) Textbook: Networking Basics, CCNA 1 Companion Guide, Cisco Press Cisco Networking.
Advertisements

1 Data Transmission and Computer Networks Local Area Networks.
1 Version 3.0 Module 6 Ethernet Fundamentals. 2 Version 3.0 Why is Ethernet so Successful? In 1973, it could carry data at 3 Mbps Now, it can carry data.
Ethernet Standards Ethernet concepts origin DIX consortium – Mbps Ethernet 1 st Blue book – 1980 IEEE group takes over – Project 802 –802.1 – High.
Network Concepts. Networks LAN WAN Main Concepts n Protocol n Media n Topology.
TDC 461 Basic Communications Systems Local Area Networks 29 May, 2001.
EE 4272Spring, 2003 Chapter 14 LAN Systems Ethernet (CSMA/CD)  ALOHA  Slotted ALOHA  CSMA  CSMA/CD Token Ring /FDDI Fiber Channel  Fiber Channel Protocol.
Ethernet By far, the dominant standard for guided media for the internet is Ethernet. How does it work?
Review on Networking Technologies Linda Wu (CMPT )
Chapter 13 Wired LANs: Ethernet
1 LAN Topologies, Access methods (Week 1, Wednesday 1/10/2007) © Abdou Illia, Spring 2007.
LECTURE 13 NET BASE FP STANDARDS Pair of Fiber Optics. Star topology. 1 km for each part of network. Analog signal. Encoding the digital signal.
Local Area Network local area network (LAN) is a computer network that is designed for a limited geographic area such as a building or a campus. Although.
4/11/40 page 1 Department of Computer Engineering, Kasetsart University Introduction to Computer Communications and Networks CONSYL Ethernet.
1 Kyung Hee University Chapter 13 Wired LANs: Ethernet.
Enhanced CSMA Additional improvement  Use CSMA access  Listen while transmitting  Stop immediately if collision sensed  Called collision detection.
LOCAL AREA NETWORS. A local area network (LAN) is a data communication system that allows a number of independent devices to communicate directly with.
1 10Base-T Ethernet LAN. 2 LANs u Local Area Networks u Limited Geographical Area –Single office –Single building –University campus or industrial park.
Contributed by: Anubhooti Malhotra Himani Sharma BCA-2(A)
Wired LANs: Ethernet In Chapter 1, we learned that a local area network (LAN) is a computer network that is designed for a limited geographic area such.
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.
Copyright CCNA 1 Chapter 5 Ethernet Fundamentals By Your Name.
1 Ethernet & IEEE Cisco Section 7.3 Stephanie Hutter October 2000.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 14 Local Area Networks: Ethernet.
CT1303 LAN LECTURE 15.
Ethernet Fundamentals. The success of Ethernet is due to the following factors: Simplicity and ease of maintenance Ability to incorporate new technologies.
CSCI 465 D ata Communications and Networks Lecture 21 Martin van Bommel CSCI 465 Data Communications & Networks 1.
Local Area Networks: Ethernet. IEEE Background Institution of Electrical and Electronic Engineering (IEEE) A professional non-profit organization Project.
1 Data Link Layer Lecture 22 Imran Ahmed University of Management & Technology.
Ethernet Standards DIX consortium – Mbps Ethernet 1 st Blue book – 1980 IEEE group takes over – Project 802 –802.1 – High Level Interface –HLI –
13.1 Chapter 13 Wired LANs: Ethernet Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 13 and 14 – Multiple Access, Local Area Networks.
Ethernet Overview it the IEEE standard for Ethernet.
IEEE STANDARDS IEEE STANDARDS In 1985, the Computer Society of the IEEE started a project, called Project 802, to set standards to enable intercommunication.
Chapter 14 Local Area Networks
Rehab AlFallaj.  Standards determine:  Techniques used in the networks.  Its protocols.  Network specifications and features.
LECTURE 10 NET301 11/12/2015Lect 10 NET NETWORK STANDARDS Standards determine: Techniques used in the networks. Its protocols. Network specifications.
Wired LANs: Ethernet Shashank Srivastava Motilal Nehru national Institute Of Information Technology, Allahabad 4 Sep 2013.
Local Area Networks a data communication system that allows a number of independent devices to communicate directly with each other in a limited geographic.
1 Kyung Hee University Chapter 13 Wired LANs: Ethernet.
LECTURE 11 NET301 11/16/2015Lect IEEE LAN STANDARDS Ethernet LAN (by Xerox): Topology: Bus Transmission Media: Thick Coaxial Cable. Signal: Digital.
Data Link Layer Lower Layers Local Area Network Standards
Chapter 13 Wired LANs: Ethernet
Chapter 12 Multiple Access.
Lab 7 – CSMA/CD (Data Link Layer Layer)
DATA COMMUNICATION Lecture-42.
Part III Datalink Layer.
Chapter 14 LAN Systems Ethernet (CSMA/CD) ALOHA Slotted ALOHA CSMA
COSC 3213: Computer Networks I Instructor: Dr. Amir Asif
CT1303 LAN Asma AlOsaimi.
Physical & Data-link ISQS 6343 #2 John R. Durrett.
Ethernet and Token Ring LAN Networks
CPEG512 Advanced Computer Networks
CT1303 LAN Rehab AlFallaj.
Ethernet and Token Ring LAN Networks
Protocol layering and data
CCNA 1 Chapter 5 Ethernet Fundamentals
Part III Datalink Layer.
Business Data Communications, 4e
7- chapter Seven Local Area Networks (LAN)
Chapter 12 Local Area Networks
Protocol layering and data
Chapter 12 Local Area Networks
Chaithra Ashwin Sanjana
Ethernet 16EC351 Computer networks unit II Mr.M.Jagadesh,AP/ECE.
LAN Addresses and ARP IP address: drives the packet to destination network LAN (or MAC or Physical) address: drives the packet to the destination node’s.
Ethernet and Token Ring LAN Networks
SYSTEM ADMINISTRATION Chapter 3
Presentation transcript:

Chapter 12 Local Area Networks Project 802 Ethernet Token Ring FDDI

Project 802 In 1985, IEEE developed project 802. It subdivided the data link layer into two sublayers: Logical Link Control (LLC) and Media Access Control (MAC). LLC sublayer is non-architecture specific (same for all LANs). MAC sublayer is architecture specific. It also contains a section for internetworking to assure compatibility of different LANs.

OSI Model and Project 802

Project 802

IEEE 802.1 It is devoted to internetworking issues in LANs and MANs. It assures compatibility between networks without requiring modification in addressing, access, … Discussed in Chapter 20.

LLC and MAC IEEE 802 uses the structure of an HDLC frame and divides it into two sets of functions: The first represents the end-user portions (logical address, control, and data) and is handled by the LLC sublayer. The second resolved contention for the shared media and is handled by the MAC sublayer. The MAC contains the synchronization, flag, flow, and error control specification, as well as the physical address of the next station.

Protocol Data Unit (PDU) The data unit in the LLC level is called PDU. It contains four fields: Destination Service Access Point (DSAP), a Source Service Access Point (SSAP), a control field, and an information field. DSAP and SSAP are used by LLC to identify the protocol stacks on the receiving and sending machines. The first bit of the DSAP indicates whether the frame is intended for an individual or a group. While in SSAP, it indicated whether the packet is command or response. The PDU has no flag, no CRC, and no station address.

PDU Format

PDU Control Field

Ethernet (IEEE 802.3) It defines two categories: Naming style: Baseband (Digital Signaling – Manchester) Broadband (Analog Signaling – DPSK). Naming style: - Data Rate in Mbps Type of signaling - Maximum cable length or type of cable. Example : 10Base5.

802.3 Broadband Baseband Analog Digital 10Base5 10Base2 10BaseT 10 Braod 36

Access Method: CSMA/CD The way in which network devices access the network medium Carrier Sense Multiple Access with Collision Detection (CSMA/CD): media-access mechanism wherein devices ready to transmit data first check the channel for a carrier. If no carrier is sensed for a specific period of time, a device can transmit. If two devices transmit at once, a collision occurs and is detected by all colliding devices. Collision subsequently delays retransmissions from those devices for a random amount of time.

Evolution of CSMA/CD MA Multiple access CSMA Carrier sense Collision detction

Rules for CSMA/CD If the medium is idle transmit, otherwise, go to 2. If the medium is busy, continue to listen until the channel is idle, then transmit immediately. If a collision is detected during transmission (high voltage), transmit a brief jamming signal to assure that all stations know that there has been a collision and then cease transmission. After transmitting the jamming signal, wait a random amount of time, then go to 1.

Addressing: Each station on an Ethernet network has its own Network Interface Card (NIC). The NIC contains the physical address of the station (MAC address) (6-byte). IEEE 802.3 specifies one type of frame containing 7 fields. Ethernet does not provide any mechanism for acknowledging received fames (upper layer). - Preamble: 7 bytes of alternating 1s and 0s. - Start Frame Delimiter (SFD) 10101011: signals the beginning of the frame. - Destination Address, Source address 6-bytes each - Length/type of PDU: number of bytes in PDU or type if the length is fixed. - PDU can be anywhere from 46 to 1500 bytes. - CRC-32.

MAC Frame

10BASE5 – Thick Ethernet Ethernet Segments - 200 stations /segment, RG-8 cable

10BASE5

Transceiver: Each station is attached by an AUI cable to an intermediary device called Medium Attachment Unit (MAU) or transceiver. It performs the CSMA/CD function and functions as a connecter. AUI Cables: Each station is connected to the corresponding transceiver by an Attachment Unit Interface (AUI). It is a 15-wire cable with plugs. Each end terminates in a DB-15 connector. Transceiver Tap: a connecting mechanism to allow the transceiver to tap into the line at any point. It is sometimes called vampire.

Transceiver

Thin Ethernet (10BASE2) Called Thin-Net, Cheap-Net, & 10BASE2 Pros: Reduced cost and ease of installation Cons: Shorter range (185m) and smaller capacity (30 nodes /segment) Thin coaxial cable 75 RG-58. BNC-T connector. The NIC provides the functions of the transceiver.

10BASE2

Twisted-Pair Ethernet 10BaseT Star Topology (Logical bus) Maximum length 100m (Hub-to-Station). 4-pair UTP cable. RJ-45 connector. Each station is connected to the Hub through a port. The Hub fans out any transmitted frame to all of its connected stations.

10BASET

StarLAN: 1Base5 Very slow – infrequently used today Its range can be increased using daisy chaining. 10 stations can be linked each to the next in a chain.

1BASE5

Fast Ethernet 100 Base -T4 100 Base-x 4 pairs of UTP 100 Base -TX 100Base-Fx 2 pairs of UTP or STP 2 optical fibers

Fast Ethernet An extension to IEEE 802.3 (802.3u) approved in 1995. IEEE 802.3 uses Manchester encoding running at 20 MHz. (two pulses /digit  10 Mbps). 100BASE-T4 uses 4-pair UTP: one is to the hub, one from the hub, and the other two are switchable to the current transmission direction. Manchester in not used, 25 MHz ternary signals are used with 4-bit/signal  100 Mbps