Options

OSI Model Hardware

taco_thundertaco_thunder Member Posts: 8 ■□□□□□□□□□
I know that depending on how the hardware is being used, (NICs, routers, hubs, etc) they can be thrown into either the Physical, Data Link, or Network layer of the OSI model. The practice questions ask what layer this hardware is related to, but on your study guides it has the hardware in a couple layers. Was wondering if anyone can help me out, thanks in advance guys!

Leo
  • Configuring Window Vista Client - 815/900
  • A+ - In Progress
  • Network+ - In Progress
  • Security+ - In Progress

Comments

  • Options
    Morty3Morty3 Member Posts: 139
    A hub works in the physical layer, a switch at the datalink layer and a router at the network layer.

    You have to know what each device does and what happends at each layer to get this.
    For example: A hub regenerates the signal and sends it out all the ports as is. A switch reads the frame (how much depends of switching mode) and makes a decision of where to send the frame based on layer 2 addressing (datalink layer). A router reads the layer 3 information and makes its decision from that.
    CCNA, CCNA:Sec, Net+, Sonicwall Admin (fwiw). Constantly getting into new stuff.
  • Options
    taco_thundertaco_thunder Member Posts: 8 ■□□□□□□□□□
    I know how each one works. It's more the OSI model and how it's referenced to the hardware in the practice exams, at least on this website, that is confusing me. TechNotes state:

    Physical
    [SIZE=-1]Examples of devices that operate on this layer are hubs/concentrators, repeaters, NICs, WAPs, and LAN and WAN interfaces such as RS-232, OC-3, BRI, and antennas.

    Data Link
    [/SIZE][SIZE=-1]Examples of devices that operate on this layer are switches, bridges, WAPs, and NICs.

    Network
    [/SIZE][SIZE=-1]Examples of devices that operate on this layer are layer-3 switches and routers.


    I have several books from CompTIA, have searched the internets endlessly, and have downloaded numerous e-books... all giving various results of the OSI model >.<
    [/SIZE][SIZE=-1]
    [/SIZE]
    • Configuring Window Vista Client - 815/900
    • A+ - In Progress
    • Network+ - In Progress
    • Security+ - In Progress
  • Options
    dynamikdynamik Banned Posts: 12,312 ■■■■■■■■■□
    What specifically are you having trouble with?
  • Options
    taco_thundertaco_thunder Member Posts: 8 ■□□□□□□□□□
    Finding out where routers, switches, hubs, repeaters, and bridges fall on the OSI model. Everyone I look at says something different.
    • Configuring Window Vista Client - 815/900
    • A+ - In Progress
    • Network+ - In Progress
    • Security+ - In Progress
  • Options
    dynamikdynamik Banned Posts: 12,312 ■■■■■■■■■□
    There's not always a single correct answer. For example, WAPs use eletrical signals, radio waves, etc. at layer-1. They also use layer-2 addressing like switches do. Basic switches operate on the second layer, but more advanced ones provide routing functionality, so they can operate at layer-3 as well.
  • Options
    taco_thundertaco_thunder Member Posts: 8 ■□□□□□□□□□
    I was afraid of that, time to hit the books again icon_study.gif
    • Configuring Window Vista Client - 815/900
    • A+ - In Progress
    • Network+ - In Progress
    • Security+ - In Progress
  • Options
    Morty3Morty3 Member Posts: 139
    You just have to, as I stated before, understand what each device does. A router configuered as a NAT (with PAT) will work at:
    Layer 1, since it will use something to send the signals (RF/optical signal/electricity).
    Layer 2, since it will put a layer 2 header on each packet it processes.
    Layer 3, since it reads and makes decisions based on this data.
    Layer 4, since it will also read this header to track sessions between private and public IP:s (You can ofc translate any address but you get me :P)

    It takes a while to fully understand this, and I dont think that I fully learned it either.
    CCNA, CCNA:Sec, Net+, Sonicwall Admin (fwiw). Constantly getting into new stuff.
  • Options
    taco_thundertaco_thunder Member Posts: 8 ■□□□□□□□□□
    Ethernet: The Definitive Guide | O'Reilly Media

    This book really helped me understand detailed features of network devices, and in turn, the OSI model icon_razz.gif
    • Configuring Window Vista Client - 815/900
    • A+ - In Progress
    • Network+ - In Progress
    • Security+ - In Progress
  • Options
    TravR1TravR1 Member Posts: 332
    Remember NIC's operate on layers 1 and 2. But for testing purposes the correct answer will be layer 2, data link.
    Austin Community College, certificate of completion: C++ Programming.
    Sophomore - Computer Science, Mathematics
  • Options
    ClioClio Member Posts: 1 ■□□□□□□□□□
    this is my first post--advanced apologies it's wrong in some way!

    is the OSI model covered on A+ Essentials (601) or Remote tech (603) exams? I didn't see it listed on the objectives?
  • Options
    rsuttonrsutton Member Posts: 1,029 ■■■■■□□□□□
    I usually see things referred to in the context of the highest OSI layer that they perform on, even though they can perform lower layer functions as well.
  • Options
    gravyjoegravyjoe Member Posts: 260
    I guess different devices can fall on different layers depending on what is mentioned about the device. For example, if you can't get to the Internet because your router is unplugged, then it would be labeled as a layer 1 issue because there's no electricity there. For the most part, hubs and repeaters are at layer 1, switches and bridges at layer 2, and routers at layer 3.
    The biggest risk in life is not taking one.
  • Options
    taco_thundertaco_thunder Member Posts: 8 ■□□□□□□□□□
    rsutton wrote: »
    I usually see things referred to in the context of the highest OSI layer that they perform on, even though they can perform lower layer functions as well.

    You answered my question, thanks! icon_cheers.gif
    • Configuring Window Vista Client - 815/900
    • A+ - In Progress
    • Network+ - In Progress
    • Security+ - In Progress
  • Options
    TravR1TravR1 Member Posts: 332
    Yeah don't worry about it. On your test it will be very straight forward. Just know the general rules that were discussed above and on test day know hub is layer 1, switch is layer 2, and a router is layer 3. It will not go into any further depth and it just wants to make sure you understand the basic principles.
    Austin Community College, certificate of completion: C++ Programming.
    Sophomore - Computer Science, Mathematics
Sign In or Register to comment.