Hardware Devices in Computer Networking
23 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is a primary advantage of using a bridge in a network?

  • It creates multiple broadcast domains.
  • It operates exclusively at the network layer.
  • It connects different network topologies. (correct)
  • It increases collision domains.
  • Which statement best describes the role of a gateway in networking?

  • It connects two different network configurations. (correct)
  • It amplifies signals across long distances.
  • It filters traffic within a single broadcast domain.
  • It operates at the physical layer of the OSI model.
  • Which disadvantage is associated with using a bridge?

  • Inability to create different networks.
  • Slow processing speed due to MAC address analysis. (correct)
  • High security features.
  • Increased operational simplicity.
  • How do bridges impact bandwidth in a network?

    <p>They reduce collision domains. (D)</p> Signup and view all the answers

    What is a common limitation of using bridges in a network?

    <p>They can lead to broadcast storms. (B)</p> Signup and view all the answers

    When comparing hubs and bridges, which statement is true?

    <p>Bridges offer significant speed improvements over hubs. (B)</p> Signup and view all the answers

    In which scenario is a gateway necessary?

    <p>Transmitting data between two different network protocols. (B)</p> Signup and view all the answers

    Which feature of a bridge can help manage data packets more efficiently?

    <p>Buffering data for different MAC protocols. (D)</p> Signup and view all the answers

    What mode of operation does a hub use for data transmission?

    <p>Half-Duplex (D)</p> Signup and view all the answers

    Which layer of the OSI model does a hub operate at?

    <p>Layer 1 (C)</p> Signup and view all the answers

    What is a major advantage of using a switch instead of a hub?

    <p>Full-duplex communication (C)</p> Signup and view all the answers

    How does a switch determine the port to forward a data packet?

    <p>By the MAC address (D)</p> Signup and view all the answers

    What is a limitation often associated with switches?

    <p>Single point of failure in centralized setups (B)</p> Signup and view all the answers

    Which of the following is true regarding traffic management in hubs versus switches?

    <p>Hubs have no data filtering (C)</p> Signup and view all the answers

    What makes switches more efficient than hubs in network traffic management?

    <p>They learn the network configuration and send data only where needed (C)</p> Signup and view all the answers

    In which scenario would a hub be most preferable over a switch?

    <p>In a cost-sensitive, low-traffic environment (B)</p> Signup and view all the answers

    What is the primary function of a hub in a network?

    <p>To connect multiple devices and broadcast data to all ports (A)</p> Signup and view all the answers

    Which of the following statements correctly differentiates a router from a hub?

    <p>A router determines the best path for data, while a hub simply broadcasts data to all ports. (A)</p> Signup and view all the answers

    What topology is commonly associated with the use of hubs?

    <p>Star topology (B)</p> Signup and view all the answers

    Which of the following best describes the role of a switch compared to a hub?

    <p>A switch forwards data only to the intended recipient, unlike a hub. (C)</p> Signup and view all the answers

    In a scenario where an HR employee sends a file to the IT department, what role does the router play?

    <p>It checks its routing table and forwards the file to the IT computer. (B)</p> Signup and view all the answers

    What is a potential drawback of using a hub in a networking environment?

    <p>It can lead to network congestion due to broadcasting data to all ports. (A)</p> Signup and view all the answers

    In the context of LANs, what is the primary advantage of using a router over a hub?

    <p>Routers can create separate networks and manage data flow between them. (B)</p> Signup and view all the answers

    Flashcards

    Bridge (Networking)

    A device connecting multiple LANs to a larger LAN.

    Bridge function

    Connecting different LAN topologies or segments; improving bandwidth by creating separate collision domains.

    Bridge Layer

    OSI model's data link layer; a two-switch level part in network architecture.

    Gateway

    A network device connecting dissimilar networks and converting protocols for seamless communication.

    Signup and view all the flashcards

    Network Aggregation

    The act of bridging different sections of network.

    Signup and view all the flashcards

    Gateway Security

    Network security managed by a gateway, which filters and analyzes data packets.

    Signup and view all the flashcards

    Protocol Converter

    A gateway's role in translating different network languages or protocols.

    Signup and view all the flashcards

    Scalability Concerns (Networking)

    Careful planning is needed when adding switches to prevent network loops or exceeding device/port limits.

    Signup and view all the flashcards

    Hub Function

    Connects multiple devices on a network, allowing them to communicate.

    Signup and view all the flashcards

    Hub Mode

    Data can flow in only one direction at a time.

    Signup and view all the flashcards

    Switch Function

    Connects devices on a local area network (LAN) to enable communication.

    Signup and view all the flashcards

    Switch Operating Layer

    Operates at Layer 2 (Data Link Layer) of the OSI model.

    Signup and view all the flashcards

    Switch MAC Addresses

    Maintains a table of MAC addresses of connected devices, mapping them to ports.

    Signup and view all the flashcards

    Switch Packet Forwarding

    Forwards data packets only to the intended recipient's port.

    Signup and view all the flashcards

    Switch Advantages

    Increases network efficiency, reduces collisions, and offers scalability.

    Signup and view all the flashcards

    Switch Disadvantages

    Can be expensive, limited distance for connections, and single point of failure.

    Signup and view all the flashcards

    What is a Router?

    A networking device that connects multiple networks and directs data packets between them. It determines the best path for forwarding data to its destination, enabling communication between devices on different networks.

    Signup and view all the flashcards

    How does a Router work?

    Routers examine data packets and use their routing tables to decide the best path to send them. They connect different networks, like an office's HR and IT departments, and can also connect to the internet.

    Signup and view all the flashcards

    What is a Hub?

    A simple networking device that connects multiple devices in the network. It broadcasts data to all connected devices.

    Signup and view all the flashcards

    What is the main function of a Hub?

    It acts as a central connection point for devices on a network, but unlike a switch, it doesn't filter data. This means any data sent through the hub is received by all connected devices.

    Signup and view all the flashcards

    How does a Hub differ from a Switch?

    Unlike a switch, which filters and sends data only to its intended receiver, a hub does not filter data and broadcasts it to all connected devices.

    Signup and view all the flashcards

    What does a Hub operate at?

    A hub operates at the Physical Layer of the OSI model, offering a simple way to connect multiple devices.

    Signup and view all the flashcards

    Why are Hubs still sometimes used?

    Hubs are inexpensive and simple to use, making them suitable for basic networking tasks and small-scale networks.

    Signup and view all the flashcards

    What is Star Topology?

    A network topology where devices are connected to a central hub. It's simple to set up and manage, but the central hub can be a single point of failure.

    Signup and view all the flashcards

    Study Notes

    Hardware Devices in Computer Networking

    • Routers: Connect multiple networks, directing data packets to their destinations. They act like traffic directors, ensuring efficient data transmission (e.g., emails, web pages).
      • Routers operate at the Network Layer of the OSI model.
      • A router checks its routing table to determine the best path for data.
      • Routers connect to several host systems through interfaces.
    • How Routers Work (Example):
      • Employee in HR sending a file to IT: The HR computer sends the file to the router. The router checks its routing table and sends the file to the IT computer.
      • Employee in IT accessing cloud software: The IT computer requests the cloud service from the router. The router sends this request to the ISP, which delivers it to the cloud. The cloud sends a response back through the router to the IT computer.
    • Hubs: Connect multiple devices on a local area network (LAN).
      • Data is broadcast to all ports (all connected devices).
      • Operate in half-duplex mode (only one direction of data flow at a time).
      • Used in star topology where devices connect to a central hub.
    • Switches: Connect multiple devices on a local area network (LAN).
      • Operate at the Data Link Layer (Layer 2) of the OSI model.
      • Learn MAC addresses of connected devices and forward data only to the intended recipient.
      • Operate in full-duplex mode (data can flow in both directions simultaneously).
      • More efficient and less prone to collisions compared to hubs.
    • Bridges: Connect multiple LANs to a larger network.
      • Improve bandwidth and create separate collision domains.
      • Act as a layer of two switches to connect multiple LAN segments.
    • Gateways: Connect two different network configurations (e.g., two different protocols).
      • Act as protocol converters, ensuring smooth communication between networks.
      • Manage data entering and exiting the network.
      • Used to analyze data packets and determine appropriate routing paths.
    • Amplifiers: Increase signal strength to extend the range of data transmission.
    • Repeaters: Regenerate signals for longer distances, without modifying it.
      • Suitable for both digital and analogue signals.
      • Essentially act as signal boosters.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Related Documents

    Description

    This quiz covers the fundamental hardware devices used in computer networking, with a focus on routers and hubs. Learn how these devices function and their roles in connecting multiple networks and devices. Test your knowledge on how data is transmitted and managed through these critical components.

    More Like This

    Routers
    10 questions

    Routers

    PleasurableSalmon avatar
    PleasurableSalmon
    Interconnecting LANs Quiz
    5 questions
    Routers and Switches: OSI Layers Overview
    8 questions
    Use Quizgecko on...
    Browser
    Browser