Computer Network Devices

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 the primary characteristic of a unicast frame?

  • It is intended for a group of stations.
  • It uses a destination MAC address of all binary 0s.
  • It has a unique 48-bit destination MAC address. (correct)
  • It is destined for all stations in the network segment.

Which of the following MAC addresses is used for a broadcast frame?

  • 01-00-5E-00-00-01
  • FF-FF-FF-FF-FF-FF (correct)
  • AABB-CCDD-EEFF
  • 00-00-00-00-00-00

A network administrator needs to send a frame to a specific subset of devices on a network. Which type of frame should they use?

  • Multicast frame (correct)
  • Anycast frame
  • Unicast frame
  • Broadcast frame

What is the main function of network devices?

<p>To connect hosts, network segments and improve network performance. (A)</p> Signup and view all the answers

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

<p>Physical Layer (B)</p> Signup and view all the answers

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

<p>To clean, amplify, and forward signals. (A)</p> Signup and view all the answers

A network technician needs to extend the range of a network segment without analyzing the data being transmitted. Which device is most suitable for this purpose?

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

In what way do hubs function within a network?

<p>As multiport repeaters, linking multiple computers together. (B)</p> Signup and view all the answers

Which of the following best describes a hub's primary function?

<p>A multiport repeater that connects multiple network segments. (A)</p> Signup and view all the answers

What is a key limitation of using hubs in modern networks?

<p>Hubs forward all received data to every port, increasing network congestion. (C)</p> Signup and view all the answers

At which layer of the OSI model do Layer 2 switches operate?

<p>Data Link Layer (B)</p> Signup and view all the answers

How do Layer 2 switches enhance network performance compared to hubs?

<p>By analyzing and filtering traffic based on MAC addresses. (D)</p> Signup and view all the answers

Which feature is primarily offered by Layer 2 switches to improve network security?

<p>Tighter network security through analyzing MAC addresses (D)</p> Signup and view all the answers

What is the purpose of the MAC address table in a Layer 2 switch?

<p>To store MAC addresses and their corresponding port assignments. (A)</p> Signup and view all the answers

What does a Layer 2 switch do when it receives a frame with a destination MAC address not found in its MAC address table?

<p>Sends the frame out of all ports except the port it was received on. (B)</p> Signup and view all the answers

What is the primary function of Layer 3 switches?

<p>Making forwarding decisions based on IP addresses. (A)</p> Signup and view all the answers

How do Layer 3 switches differ from Layer 2 switches?

<p>Layer 3 switches make forwarding decisions based on IP addresses, while Layer 2 switches use MAC addresses. (B)</p> Signup and view all the answers

Which of the following functionalities is supported by Layer 3 switches?

<p>IP address routing and VLAN load sharing (D)</p> Signup and view all the answers

What criteria do routers use to forward data packets between networks?

<p>IP addresses (A)</p> Signup and view all the answers

A network engineer is tasked with connecting two separate networks. Which device is most appropriate for this task?

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

What type of network traffic do routers typically not forward by default?

<p>Broadcast traffic (A)</p> Signup and view all the answers

Examine the scenario: A computer sends a data frame intended for only one particular computer on the same network. Which type of frame is used?

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

In a Layer 2 switch, what action does the switch take if it knows the specific port to forward a frame to based on its destination MAC address?

<p>Forward the frame only to the specific port (B)</p> Signup and view all the answers

Consider a situation where a network is experiencing increased collisions and overall slow performance due to excessive broadcast traffic. Which device, when implemented, would help reduce this issue?

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

When a Layer 2 switch floods a frame, what is the primary purpose?

<p>To find the destination MAC address and update its MAC address table (B)</p> Signup and view all the answers

Flashcards

Unicast Frame

A data frame destined for one specific network station.

Multicast Frame

A frame destined for a specific group of network stations.

Broadcast Frame

A frame destined for all stations within the network segment.

Network Devices

Electronic products used to connect hosts, network segments, expand the network, and improve performance.

Signup and view all the flashcards

Repeater

A network device that cleans, amplifies, and sends signals; operates at the physical layer.

Signup and view all the flashcards

Hubs

Multiport repeaters that act as junction boxes to link cables from several computers on a network.

Signup and view all the flashcards

Layer 2 Switches

Operate at the data link layer, divide a network into segments, and provide dedicated connections.

Signup and view all the flashcards

Analyze and filter traffic

Process data, analyze and filter traffic based on MAC addresses.

Signup and view all the flashcards

CAM Table

Memory used by switches to stores MAC addresses.

Signup and view all the flashcards

Layer 3 Switches

Used at the network layer, making forwarding decisions based on IP addresses.

Signup and view all the flashcards

Routers

Route data packets between different networks or subnetworks based on IP addresses, can not forward the broadcast traffic.

Signup and view all the flashcards

Unicast Frame

A data frame destined for a particular station

Signup and view all the flashcards

Multicast Frame

A frame destined for a group of stations

Signup and view all the flashcards

Broadcast Frame

A frame destined to all stations in the segment

Signup and view all the flashcards

Broadcast Address

The destination MAC address is FF-FF-FF-FF-FF-FF in hexadecimal or 48 binary 1s

Signup and view all the flashcards

Study Notes

Lecture 2: Computer Network Devices

  • This lecture covers unicast, multicast, and broadcast frames.
  • It aims to give a understanding of the functions completed by computer network devices.

Unicast, Multicast and Broadcast Frames - Recap

  • A unicast frame is a data frame sent to a specific destination.
  • Each unicast frame has a unique 48-bit destination MAC address.
  • The source MAC address of such a frame is always a unicast address.
  • A multicast frame is destined for a group of stations.
  • A broadcast frame is intended for all stations within a network segment or broadcast domain.
  • The destination MAC address for a broadcast frame is FF-FF-FF-FF-FF-FF in hexadecimal.
  • This hexadecimal address translates to 48 binary 1s

Network Devices

  • Network devices constitute electronic products designed to:

    • Facilitate connections between hosts.
    • Link network segments.
    • Expand the network's size.
    • Improve network performance.
    • Integrate separate subnetworks or networks.
  • Examples of network devices:

    • Repeaters/Hubs
    • Switches
    • Routers

Repeaters

  • Repeaters clean, amplify, and send signals.
  • They operate at the physical layer of the OSI reference model.

Hubs

  • Hubs act as multi-port repeaters
  • Hubs serve as junction boxes, linking cables from several computers on a network.
  • Some hubs support connections for different types of cabling, including UTP and coax.

Layer 2 Switches

  • Operate at the data link layer of the OSI reference model
  • Divide a network into segments
  • Designed to be more intelligent than hubs
  • Can analyze and filter traffic based on MAC addresses
  • Provide dedicated point-to-point connections between nodes.
  • They allow high frame forwarding and tighter network security
  • Layer2 switches forward Ethernet frames based on the destination MAC address of the frames
  • A switch must learn the MAC addresses of devices connected to it.
  • As a switch learns devices' MAC addresses, it builds a MAC address table using content addressable memory (CAM).
  • The switch uses the MAC address table to determine how to forward traffic.
  • If a switch receives a frame with a destination MAC address not found in its table, it sends it out of all ports except the one it was received on.

Layer 3 Switches

  • Layer 3 switches operate at the network layer, making forwarding decisions based on layer 3 information, i.e., IP addresses.
  • Layer 3 switches are very similar to routers in functionality.
  • However, they differ in how they implement packet switching.
  • Layer 3 switches are capable of performing layer 3 and layer 2 load sharing.
  • They load share by destination IP or VLAN.

Routers

  • Routers route data packets between different networks or subnetworks based on IP addresses.
  • Routers select the best path to deliver the data packets.
  • By default, routers do not forward broadcast traffic.

Studying That Suits You

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

Quiz Team

Related Documents

More Like This

Network Devices and Terms Quiz
5 questions
Network Devices: Bridges and Switches
10 questions
Types of Network Devices Quiz
10 questions

Types of Network Devices Quiz

SustainableInspiration avatar
SustainableInspiration
Use Quizgecko on...
Browser
Browser