Logical Topology

rasherboyrasherboy Member Posts: 3 ■□□□□□□□□□
Hi,

I wonder if anyone out there can answer me on the following. It is my understanding that if u are using a physical star topology with an unintelligent hub, messages are broadcasted to every node in that broadcast area, and this means the Logical topology is a 'Bus'.
However these days Physical Star setups use intelligent switches that allows messages to be routed to the appropriate destination port so no broadcasting occurs (unless the switch is not aware of the destination address). In this situation what is the Logical topology (or what protocol is behind the switch) ?

Thanks to whoever can clear up my confusion on this.

Comments

  • Chris KnightChris Knight Member Posts: 66 ■■□□□□□□□□
    Switches are layer 2 so think MAC address. This is how a switch determines which port to send to.

    Layer3 switches are an entirely different beast, and they incorportate routing.

    Hope this helps.
    "Self-realization. I was thinking of the immortal words of Socrates, when he said, "I drank what?"
    Chris Knight
    Real Genius
  • rasherboyrasherboy Member Posts: 3 ■□□□□□□□□□
    Thanks for that, makes it clearer. I am designing a netowork as part of an assignment for college and need to include my logical topology, it would seem that from what you said I need to discuss the different protocols used. My lectures have been about 'Spanning Tree' and 'OSPF' so just trying to get it clear where these protocols tie in.

    I understand that the 'logical topology' is not about the physical layout but rather the routes that signals take (the stuff you can see), so also wondering if I need to discuss CSMA CD & Ethernet.

    Any further advice would be great thanks!
  • snadamsnadam Member Posts: 2,234 ■■■■□□□□□□
    I understand that the 'logical topology' is not about the physical layout but rather the routes that signals take (the stuff you can see), so also wondering if I need to discuss CSMA CD & Ethernet.

    Any further advice would be great thanks!


    http://techexams.net/co_netplus.shtml


    CHOCK FULL OF INFO! Helped me pass my exam today :)
    **** ARE FOR CHUMPS! Don't be a chump! Validate your material with certguard.com search engine

    :study: Current 2015 Goals: JNCIP-SEC JNCIS-ENT CCNA-Security
  • Chris KnightChris Knight Member Posts: 66 ■■□□□□□□□□
    rasherboy wrote:
    Thanks for that, makes it clearer. I am designing a netowork as part of an assignment for college and need to include my logical topology, it would seem that from what you said I need to discuss the different protocols used. My lectures have been about 'Spanning Tree' and 'OSPF' so just trying to get it clear where these protocols tie in.

    I understand that the 'logical topology' is not about the physical layout but rather the routes that signals take (the stuff you can see), so also wondering if I need to discuss CSMA CD & Ethernet.

    Any further advice would be great thanks!


    Just remember all 802.E use csma/cd...

    Wifi use csma/ca
    "Self-realization. I was thinking of the immortal words of Socrates, when he said, "I drank what?"
    Chris Knight
    Real Genius
  • Chris KnightChris Knight Member Posts: 66 ■■□□□□□□□□
    rasherboy wrote:
    Thanks for that, makes it clearer. I am designing a netowork as part of an assignment for college and need to include my logical topology, it would seem that from what you said I need to discuss the different protocols used. My lectures have been about 'Spanning Tree' and 'OSPF' so just trying to get it clear where these protocols tie in.

    I understand that the 'logical topology' is not about the physical layout but rather the routes that signals take (the stuff you can see), so also wondering if I need to discuss CSMA CD & Ethernet.

    Any further advice would be great thanks!


    Since your incoorperating spanning tree and OSPF, your thinking layer 3. So think along the lines of that.

    Dont forget about RIP,OSPF,BGP, etc...
    "Self-realization. I was thinking of the immortal words of Socrates, when he said, "I drank what?"
    Chris Knight
    Real Genius
  • malcyboodmalcybood Member Posts: 900 ■■■□□□□□□□
    plague22 wrote:

    Since your incoorperating spanning tree and OSPF, your thinking layer 3. So think along the lines of that.

    Dont forget about RIP,OSPF,BGP, etc...

    Spanning Tree uses messages called BPDU's to avoid a switched network creating switching loops. This protocol operates at Layer 2 not layer 3

    RIP, OSPF, IGRP, EIGRP, IS-IS, BGP operate at layer 3. You don't need to know them in any great detail for the Net+ as I remember, just what they are. Remember that these are routing protocols and protocols such as IP, IPX/SPX and Appletalk are routed protocols

    Routing protocols select the best path to a destination network based on routing table information/metrics. Different protocols use different metrics to determine the best path to a destination, which can include hop count, bandwidth, delay, load, reliability, cost are the most common terms used.

    Like STP routing protocols have methodologies built into them to avoid routing loops being created. Some terms to look into in regard to avoiding routing loops are

    max hop count
    Split Horizon
    Hold Down Timers
    Route poisoning

    You definately need to know the difference between routing and routed protocols and their functions for the exam.

    Good luck
  • rasherboyrasherboy Member Posts: 3 ■□□□□□□□□□
    Take a bow! All your advice has been very helpful, and has confirmed what I was thinking, as well as making me aware of stuff I didn't know
Sign In or Register to comment.