Local Area Networks (LANs)

Slides:



Advertisements
Similar presentations
© 2007 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets with Internet Applications, 4e By Douglas.
Advertisements

1 Fall 2005 Hardware Addressing and Frame Identification Qutaibah Malluhi CSE Department Qatar University.
1 Chapter 9 Computer Networks. 2 Chapter Topics OSI network layers Network Topology Media access control Addressing and routing Network hardware Network.
Department of Computer Engineering University of California at Santa Cruz Networking Systems (1) Hai Tao.
Ethernet Kenneth Castelino. Network Architecture - Protocols Physical: Actual signal transmission Data-Link: Framing / Error Detection Network: Routing.
Computer Network 實踐資管 Wang-Jiunn Cheng 2004 PART IV-2 Local Area Networks (LANs) Frame.
CSCI 4550/8556 Computer Networks Comer, Chapter 8: LAN Technology and Network Topologies.
Internetworking School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 4, Tuesday 1/30/2007)
TDC 461 Basic Communications Systems Local Area Networks 29 May, 2001.
Computer Network 實踐資管 Wang-Jiunn Cheng 2004 PART IV-1 Local Area Networks (LANs) Topology.
Chapter 9 Hardware Addressing & Frame Type Identification EE 526 Presentation by Ryan Star.
Review on Networking Technologies Linda Wu (CMPT )
1 LAN Topologies, Access methods (Week 1, Wednesday 1/10/2007) © Abdou Illia, Spring 2007.
Chapter 8 LAN Technologies and Network Topology Direct Point-to-Point Communication Local Area Networks (LANs) LAN Topologies Ethernet Token Ring FDDI.
COMPUTER NETWORKS.
Data Link Layer IS250 Spring 2010
Network Topologies An introduction to Network Topologies and the Link Layer.
Lecture 2 Computer Communications and Networks Boriana Koleva Room: C54 Phone:
CSC 311 IEEE STANDARD ETHERNET Common Bus topology Uses CSMA/CD Named after “ether”, the imaginary substance many once believed occupied all of space.
Packet Transmission (Part III) Local Area Networks (LANs)
1 LAN Technologies and Network Topology. 2 Direct Point-to-Point Communication.
Network Technologies Chapter 2. Approaches to Network Communication Connection-Oriented –Circuit-switched –A dedicated connection (circuit) is formed.
Internetworking An internetwork is typically comprised of many physical networks over which data travels There are many different types of physical networks:
LAN technologies and network topology LANs and shared media Locality of reference Star, bus and ring topologies Medium access control protocols.
Local Area Networks.
Chapter 7 - LAN Technologies and Network Topology Direct point-to-point communication Connections in a point-to-point network Reducing the number of communication.
IST 126 Computer Networks Day 2. Server Security Only one password needed to access network Associated with the account is permission to access certain.
Chapter 9 Hardware Addressing and Frame Type Identification 1.Delivering and sending packets 2.Hardware addressing: specifying a destination 3. Broadcasting.
1 Ch 9 Hardware Addressing and Frame Type Identification.
1 Part IV Local Area Networks (LANs). 2 Classification Terminology  Network technologies classified into three broad categories  Local Area Network.
Chapter 11 Extending LANs 1. Distance limitations of LANs 2. Connecting multiple LANs together 3. Repeaters 4. Bridges 5. Filtering frame 6. Bridged network.
IEEE 802.X Standards The Institute of Electrical and Electronics Engineers (IEEE) has developed a series of networking standards to ensure that networking.
1 Chapter 8-10 Local Area Networks (LANs). Comparison 4e and 5e  Ch 7, 4eCh 8, 5e Ch 10, Forouzan  Ch 8, 4eCh 14, 5e Ch 13, Forouzan  Ch 9, 4eCh 13,
1 Hardware Addressing and Frame Type Identification.
Internetworking School of Business Eastern Illinois University © Abdou Illia, Spring 2016 (February 3, 2016)
Local Area Networks: Topologies. 2 Packet Identification & MAC Addresses Each packet specifies an intended recipient with an identifier. – Demultiplexing.
COMPUTER NETWORKS Lecture-8 Husnain Sherazi. Review Lecture 7  Shared Communication Channel  Locality of Reference Principle  LAN Topologies – Star.
COMPUTER NETWORKS CS610 Lecture-13 Hammad Khalid Khan.
1 Kyung Hee University Chapter 13 Wired LANs: Ethernet.
1 Ch 8 LAN Technologies and Network Topology. 2 Scope  Describes the concepts underlying local network technologies  Describes basic network topology.
Chapter 8 LAN Technologies and Network Topology
Wired Local Area Network (Ethernet-IEEE 802.3)
SIMS-201 Computer Networks.
A Taxonomy of Mechanisms for Multi-Access
Intro to MIS – MGS351 Network Basics
CS4470 Computer Networking Protocols
Network Protocols.
Local Area Networks: Topologies
COMPUTER NETWORKS CS610 Lecture-9 Hammad Khalid Khan.
Hardware Addressing and Frame Type Identification
Data Link Layer Dr. Muazzam A. Khan.
LAN Risanuri Hidayat.
Ct1403 Lecture#2: DATA LINK LAYER
Chapter 4: Network Access
Ethernet and Token Ring LAN Networks
Net301 lecture9 11/5/2015 Lect 9 NET301.
Network Basics Extended Learning Module E
Ethernet and Token Ring LAN Networks
Chapter 12 Local Area Networks
Data Link Issues Relates to Lab 2.
COMPUTER NETWORKS CS610 Lecture-10 Hammad Khalid Khan.
Data-link Layer Computer Networks.
Physical and Logical Topologies
Protocol layering and data
7- chapter Seven Local Area Networks (LAN)
Chapter 4 Ethernet Technology
SIMS-201 Computer Networks.
Chapter 12 Local Area Networks
Protocol layering and data
Ethernet and Token Ring LAN Networks
Presentation transcript:

Local Area Networks (LANs) Part IV Local Area Networks (LANs)

Classification Terminology Network technologies classified into three broad categories Local Area Network (LAN) Metropolitan Area Network (MAN) Wide Area Network (WAN) LAN and WAN most widely deployed

The Local Area Network (LAN) Engineering classification Extremely popular (most networks are LANs) Many LAN technologies exist

Key Features of a LAN High throughput Relatively low cost Limited to short distance Often rely on shared media

Scientific Justification For Local Area Networks A computer is more likely to communicate with computers that are nearby than with computers that are distant Known as the locality principle

Topology Mathematical term Roughly interpreted as “geometry for curved surfaces”

Network Topology Specifies general “shape” of a network Handful of broad categories Often applied to LAN Primarily refers to interconnections Hides details of actual devices

Star Topology Central component of network known as hub Each computer has separate connection to hub

Ring Topology No central facility Connections go directly from one computer to another

Bus Topology Shared medium forms main interconnect Each computer has a connection to the medium

Example Bus Network: Ethernet Most popular LAN Widely used IEEE standard 802.3 Several generations Same frame format Different data rates Different wiring schemes

Shared Medium in a LAN Shared medium used for all transmissions Only one station transmits at any time Stations “take turns” using medium Media Access Control (MAC) policy ensures fairness

Illustration of Ethernet Transmission Only one station transmits at any time Signal propagates across entire cable All stations receive transmission CSMA/CD media access scheme

CSMA/CD Paradigm Multiple Access (MA) Carrier Sense (CS) Multiple computers attach to shared media Each uses same access algorithm Carrier Sense (CS) Wait until medium idle Begin to transmit frame Simultaneous transmission possible

CSMA/CD Paradigm (continued) Two simultaneous transmissions Interfere with one another Called collision CSMA plus Collision Detection (CD) Listen to medium during transmission Detect whether another station’s signal interferes Back off from interference and try again

Backoff After Collision When collision occurs Wait random time t1, 0 < t1 < d Use CSMA and try again If second collision occurs Wait random time t2, 0 < t2 < 2*d Double range for each successive collision Called exponential backoff

Media Access on a Wireless Net Limited range Not all stations receive all transmissions Cannot use CSMA/CD Example in diagram Maximum transmission distance is d Stations 1 and 3 do not receive each other’s transmissions

CSMA/CA Used on wireless networks Both sides send small message followed by data transmission “X is about to send to Y” “Y is about to receive from X” Data from sent from X to Y Purpose: inform all stations in range of X or Y before transmission Known as Collision Avoidance (CA)

Identifying a Destination All stations on shared-media LAN receive all transmissions To allow sender to specify destination Each station assigned unique number Known as station’s address Each frame contains address of intended recipient

Assignment of physical address The stations may get their address in different ways: Static Configurable Dynamic

Ethernet Addressing Standardized by IEEE Each station assigned by unique 48-bit address e.g. 00:30:65:52:2E:96 in hexadecimal form Address assigned when network interface card (NIC) manufactured (In most cases)

Ethernet Address Recognition Each frame contains destination address All stations receive a transmission Station discards any frame addresses to another station Important: interface hardware, not software, checks address

Possible Destinations Packet can be sent to: Single destination (unicast) All stations on network (broadcast) Subset of stations (multicast) Address used to distinguish

Advantages of Address Alternatives Unicast Efficient for interaction between two computers Broadcast Efficient for transmitting to all computers Multicast Efficient for transmitting to a subset of computers

Broadcast on Ethernet All 1s address specifies broadcast (FF:FF:FF:FF:FF:FF in hexcode) Sender Places broadcast address in frame Transmits one copy on shared network All stations receive copy Receiver always accepts frame that contains this address

Multicast Half of addresses reserved for multicast Network interface card Always accepts unicast and broadcast Can accept zero or more multicast addresses Software Determines multicast address to accept Informs network interface card

Promiscuous Mode Designed for testing / debugging Allows interface to accept all packets Available on most interface hardware

Identifying Frame Contents Integer type field tells recipient the type of data being carried Two possibilities Self-identifying or explicit type (hardware record type) Implicit type (application sending data must handle type)

Conceptual Frame Format Header Contains address and type information Layout fixed Payload Contains data being sent

Illustration Of Ethernet Frame Sender places Sender’s address in source Recipient’s address in destination Type of data in frame type Cyclic redundancy check in CRC

Example Ethernet Types

When Network Hardware Does Not Include Types Sending and receiving computers must agree To only send one type of data To put type information in first few octets of payload Most systems need type information

Illustration of Type Information Added to Data In practice Type information small compared to data carried Format of type information standardized

A Standard For Type Information Defined by IEEE Used when hardware does not include type field Called LLC / SNAP header Logical Link Control SubNetwork Attachment Point

Demultiplexing On Type Network interface hardware Receives copy of each transmitted frame Examines address and either discards or accepts Passes accepted frame to system software Network device software Examines frame type Passes frame to correct software module

Network Analyzer Device used for testing and maintenance Listens in promiscuous mode Produces Summaries (e.g., % of broadcast frames) Specific items (e.g., frames from a given address)

Ethernet Wiring Three schemes Correspond to three generations All use same frame format

Original Ethernet Wiring Used heavy coaxial cable Formal name 10Base5 Called thicknet

Second Generation Ethernet Wiring Used thinner coaxial cable Formal name 10Base2 Called thinnet

Modern Ethernet Wiring Uses a hub Formal name 10Base-T Called twisted pair Ethernet

Ethernet Wiring In An Office

A Note About Ethernet Topology Apparently Original Ethernet used bus topology Modern Ethernet uses star topology In fact, modern Ethernet is Physical star Logical bus Called star-shaped bus

Higher Speed Ethernets Fast Ethernet Operates at 100 Mbps Formally 100Base-T Two wiring standards 10/100 Ethernet devices available Gigabit Ethernet Operates at 1000 Mbps (1 Gbps) Slightly more expensive

Another LAN Using Bus Topology LocalTalk Developed by Apple Corp. Simple to use Slow by current standards

Illustration Of LocalTalk Transceiver required per station Transceiver terminates cable

Ring Topology Second most popular LAN topology Bits flow in single direction Several technologies exist

Token Passing Used with ring topology Guarantees fair access Token Special (reserved) message Small (a few bits)

Token Passing Paradigm Station Waits for the token to arrive Transmits one packet around ring Transmits token around ring When no station has data to send Token circulates continuously

Token Passing Ring Transmission Station waits for token before sending Signal travels around entire ring Sender receives its own transmission

Strengths of Token Ring Approach Easy detection of Broken ring Hardware failures Interference

Weaknesses of Token Ring Approach Broken wire disables entire ring Point-to-point wiring Awkward in office environment Difficult to add / move stations

Token Passing Ring Technologies ProNet-10 Operated at 10 Mbps IBM Token Ring Originally operated at 4 Mbps Later version operated at 16 Mbps Fiber Distributed Data Interconnect (FDDI) Operated at 100 Mbps

FDDI Terminology FDDI CDDI Uses optical fibers High reliability Immune to interference CDDI FDDI over copper Same frame format Same data rate Less noise immunity

FDDI Hub Technology Part of FDDI standard Stations attach to hub Same frame format and data rate as FDDI Called star-shaped ring

FDDI Failure Recovery Uses two rings Automatic failure recovery Terminology Dual-attached Counter rotating Self healing

Illustration of FDDI Failure Recovery

Another Example of a Physical Star Topology Asynchronous Transfer Mode (ATM) Designed by telephone companies Intended to accommodate Voice Video Data

ATM Building block known as ATM switch Each station connects to switch Switches can be interconnected

Details of ATM Connection Full-duplex connections Two fibers required

ATM Characteristics High data rates (e.g. 155 Mbps) Fixed size packets Called cells Important for voice Cell size is 53 octets 48 octets of data 5 octets of header

Summary Local Area Networks Topology refers to general shape Designed for short distance Use shared media Many technologies exist Topology refers to general shape Bus Ring Star

Summary (continued) Address Address forms Unique number assigned to station Put in frame header Recognized by hardware Address forms Unicast Broadcast Multicast

Summary (continued) Type information Frame format Describes data in frame Set by sender Examined by receiver Frame format Header contains address and type information Payload contains data being sent

Summary (continued) LAN technologies Ethernet (bus) IBM Token Ring FDDI (ring) ATM (star)

Summary (continued) Wiring and topology Can distinguish Hub allows Logical topology Physical topology (wiring) Hub allows Star-shaped bus Star-shaped ring