Data Communications. Connecting Devices

Similar documents
3.5 CONNECTING DEVICES

Chapter 6 Connecting Device

Computer Science Department 2 nd semester- Lecture13

LANs do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs, connecting devices are needed.

Connecting LANs, Backbone Networks, and Virtual LANs

6.1.2 Repeaters. Figure Repeater connecting two LAN segments. Figure Operation of a repeater as a level-1 relay

CN [Network Devices]

Underlying Technologies -Continued-

Network Infrastructure

Connecting LANs. Required reading: Forouzan 17.1 to 17.1 Garcia 6.11 (intro ) CSE 3213, Fall Instructor: N. Vlajic

CHAPTER 2 - NETWORK DEVICES

LAN Overview (part 2) Interconnecting LANs - Hubs

Chapter 6 Medium Access Control Protocols and Local Area Networks

Chapter 3 Part 2 Switching and Bridging. Networking CS 3470, Section 1

Introduction to LAN Protocols

COMMUNICATION NETWORKS NETW 501

LOCAL AREA NETWORKS Q&A Topic 4: VLAN

Lecture 9: Switched Ethernet Features: STP and VLANs

Hubs. twisted pair. hub. 5: DataLink Layer 5-1

Lecture 7. Reminder: Homework 2, Programming Project 1 due today. Homework 3, Programming Project 2 out, due Thursday next week. Questions?

Additional Slides (Basics) Intermediate Systems

Connecting to the Network

CMPE 150 Winter 2009

Network Definition A network can be defined as two or more computers connected together in such a way that they can share resources.

Layer 2 functionality bridging and switching

Medium Access Protocols

LAN Interconnection. different interconnecting devices, many approaches Vasile Dadarlat- Local Area Computer Networks

Some previous important concepts

Integrating Information Systems: Technology, Strategy, and Organizational Factors

CS3600 SYSTEMS AND NETWORKS

Darshan Institute of Engineering & Technology for Diploma Studies

The following steps should be used when configuring a VLAN on the EdgeXOS platform:

Revision of Previous Lectures

Types of Computer Networks and their Topologies Three important groups of computer networks: LAN, MAN, WAN

CSE 461: Bridging LANs. Last Topic

More on LANS. LAN Wiring, Interface

Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS

Computer Networking. December 2004 CEN CN

Top-Down Network Design

CS4700/CS5700 Fundamentals of Computer Networks

Chapter 4 NETWORK HARDWARE

3. INTERCONNECTING NETWORKS WITH SWITCHES. THE SPANNING TREE PROTOCOL (STP)

Switching & ARP Week 3

Summary of MAC protocols

Introduction to LAN Protocols

EECS Introduction to Computer Networking. Local Area Networks / Ethernet. Hub

Extending the LAN. Context. Info 341 Networking and Distributed Applications. Building up the network. How to hook things together. Media NIC 10/18/10

A primer on modern LANs

Communication Networks

NETWORKING COMPONENTS

Connecting LANs. Required reading: Garcia 6.11 (intro ) CSE 3213, Fall 2010 Instructor: N. Vlajic

ก ก Information Technology II

Chapter 10: Planning and Cabling Networks

ISO/OSI Model and Collision Domain NETWORK INFRASTRUCTURES NETKIT - LECTURE 1 MANUEL CAMPO, MARCO SPAZIANI

KIBABII UNIVERSITY COLLEGE DEPARTMENT COMPUTER SCIENCE & IT ANSWER ALL QUESTIONS IN SECTION A AND ANY TWO QUESTIONS IN SECTION B

Review. Error Detection: CRC Multiple access protocols. LAN addresses and ARP Ethernet. Slotted ALOHA CSMA/CD

DD2490 p Layer 2 networking. Olof Hagsand KTH CSC

ET4254 Communications and Networking 1

Prepared by Agha Mohammad Haidari Network Manager ICT Directorate Ministry of Communication & IT

(Network Programming) Basic Networking Hardware

Networks Hardware Components

CH : 15 LOCAL AREA NETWORK OVERVIEW

Switching and Forwarding Reading: Chapter 3 1/30/14 1

Different network topologies

EITF25 Internet Techniques and Applications L4: Network Access. Stefan Höst

Full file at

Packet Switching Techniques

King Fahd University of Petroleum & Minerals Electrical Engineering Department EE 400, Experiment # 2

Computer Networks. Wenzhong Li. Nanjing University

Ethernet. Network Fundamentals Chapter Cisco Systems, Inc. All rights reserved. Cisco Public 1

Local Area Network Overview

1. What type of network cable is used between a terminal and a console port? cross-over straight-through rollover patch cable 2.

Lecture 4b. Local Area Networks and Bridges

Highly Available Networks

Configuring STP. Understanding Spanning-Tree Features CHAPTER

Distributed Queue Dual Bus

2. LAN Topologies Gilbert Ndjatou Page 1

Introduction. High Speed LANs. Emergence of High-Speed LANs. Characteristics of High Speed LANS. Text ch. 6, High-Speed Networks and

ITEC 3210 M - Applied Data Communications and Networks. Professor: Younes Benslimane, Ph.D.

What is a Network? A connection of two or more computers so that they can share resources.

RMIT University. Data Communication and Net-Centric Computing COSC 1111/2061/1110. Lecture 8. Medium Access Control Methods & LAN

ECE 4450:427/527 - Computer Networks Spring 2017

Cisco Systems, Inc. Norman Finn. July 9, /12. Class of Service in Class of Service in Norman Finn Cisco Systems

Chapter 5: STP. * What is STP? How does STP work?

Dr./ Ahmed Mohamed Rabie Sayed

Module 15: Network Structures

- Hubs vs. Switches vs. Routers -

Internetworking Part 1

Local Area Network(LAN)

Redes de Computadores (RCOMP) 2016/2017. Laboratory Class Script - PL03

The Internet software layers

Introduction to Networking Devices

ECE 333: Introduction to Communication Networks Fall 2001

SYSTEMS ADMINISTRATION USING CISCO (315)

Contention Protocols and Networks

We are going to see a basic definition of the devices you can find in a corporate wired network, so you can understand basic IT engineering jargon.


Test Bank for A Guide to Designing and Implementing Local And Wide Area Networks 2nd Edition by Palmer and Sinclair

QUESTION BANK ENGINEERS ACADEMY. Computer Networks Computer Network Basics Segentation is done in. 12. Session layer is used for

Manual:Interface/Bridge - MikroTik Wiki

Transcription:

Data Communications Connecting Devices

Connecting Devices Networks do not normally operate in isolation. They are connected to one another or to the Internet. To connect LANs, or segments of LANs, we use connecting devices.

Repeaters A repeater receives a signal and, before it becomes too weak or corrupted, regenerates the original bit pattern. A repeater can extend the physical length of a LAN A repeater is a device that operates only in the physical layer.

Repeater

Repeaters A repeater connects segments of a LAN. A repeater forwards every frame; it has no filtering capability. A repeater is a regenerator, not an amplifier.

HUBs A hub is actually a multipart repeater. Hubs are normally used to create connections between stations in a physical star topology Hubs can also be used to create multiple levels of hierarchy Hubs are considered as collision domains

HUBs

HUBs Repeater hubs also participate in collision detection, forwarding a jam signal to all ports if it detects a collision. Hubs are used for connecting multiple Ethernet devices together and making them act as a single network segment

Bridges A bridge operates in both the physical and the data link layer. As a data link layer device, the bridge can check the physical (MAC) addresses (source and destination) contained in the frame. A bridge has filtering capability. It can check the destination address of a frame and decide if the frame should be forwarded or dropped.

Bridges

Bridges A bridge does not change the physical (MAC) addresses in a frame. A bridge reduces the collision rate and increases the network performance by isolating the network segments.

Transparent Bridges A transparent bridge is a bridge in which the stations are completely unaware of the bridge's existence. If a bridge is added or deleted from the system, reconfiguration of the stations is unnecessary. Transparent bridges must meet have three criteria: Frames must be forwarded from one station to another. The forwarding table is automatically made by learning frame movements in the network. Loops in the system must be prevented.

Learning in a Bridge The bridge inspects both the destination and the source addresses. The destination address is used for the forwarding decision (table lookup). The source address is used for adding entries to the table and for updating purposes.

Preventing Loops If LANs are connected through different bridges, there exists the possibility of delivering a frame twice through different bridges to a destination network. This problem happens when a loop is created in the graph of the networks.

Preventing Loops

Algorithm for Preventing Loops Consider the cost of each bridge to LAN connection as 1 and LAN to bridge as 0

Algorithm for Preventing Loops Use the bridge with smallest ID as root Find the shortest path from root to all networks Keep the connections on the shortest paths and disable the rest The network with shortest paths is called a spanning tree

Spanning Tree of the Network

Dual-Speed HUBs Hubs suffered from the problem that if there were any 10BASE-T devices connected then the whole network needed to run at 10Mbit/s. Therefore a hub behaving such as a bridge was developed, known as a dual-speed hub. These devices consist of an internal two-port switch, bridging the 10Mbit/s and 100Mbit/s segments.

Switches A network switch is a device that links network segments or network devices. Unlike hubs which broadcast any packet entering a port on every other port, switches select which packets are forwarded to which port(s). Switches eliminate collisions

Switches

Routers A router is a three-layer device that routes packets based on their logical addresses (hostto-host addressing). A router normally connects LANs and WANs in A router normally connects LANs and WANs in the Internet and has a routing table that is used for making decisions about the route.

Routers

Backbone Networks A backbone network allows several LANs to be connected. In a backbone network, no station is directly connected to the backbone; the stations are part of a LAN, and the backbone connects the LANs. The backbone is itself a LAN that uses a LAN protocol such as Ethernet; each connection to the backbone is itself another LAN.

Most Common Backbone Types Bus Backbone In a bus backbone, the topology of the backbone is a bus.

Most Common Backbone Types Star Backbone In a star backbone, the topology of the backbone is a star; the backbone is just one switch.

Questions?