Networking Basics

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

Which of the following is the primary function of a network hub?

  • Managing network bandwidth allocation.
  • Repeating incoming signals to all connected ports. (correct)
  • Directing network traffic based on destination IP addresses.
  • Filtering network traffic to enhance security.

What is a key difference between a switch and a hub in a network?

  • A switch is susceptible to broadcast storms, while a hub prevents them.
  • A switch operates at the physical layer, while a hub operates at the data link layer.
  • A switch forwards data only to the intended recipient, while a hub broadcasts to all devices. (correct)
  • A switch creates a single collision domain, whereas a hub separates collision domains.

In the context of network communication, what does 'unicast' refer to?

  • Communication between all hosts on a network simultaneously.
  • Communication from one host to another single host. (correct)
  • Communication from one host to a specific group of hosts.
  • Communication from one host to all hosts on the network.

What is a 'collision domain' in a network?

<p>A network segment where multiple devices can interfere with each other's transmissions. (A)</p> Signup and view all the answers

Which network device is capable of breaking up broadcast domains?

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

Which of the following is a primary function of a router?

<p>Filtering and forwarding data packets between different networks. (C)</p> Signup and view all the answers

In the context of networking, what is a 'broadcast domain'?

<p>The set of devices that receive broadcast messages originating from any device within the set. (A)</p> Signup and view all the answers

What is the most likely consequence of excessive broadcasts in a large switched network?

<p>Network slowdown due to the consumption of bandwidth by broadcast traffic. (C)</p> Signup and view all the answers

Which of the following best describes a Local Area Network (LAN)?

<p>A network that covers a limited geographical area, such as a building or campus. (B)</p> Signup and view all the answers

What is a key characteristic of a Wide Area Network (WAN) compared to a LAN?

<p>WANs cover a larger geographical area than LANs. (A)</p> Signup and view all the answers

A computer and printer are connected to the same network. What benefit of networking does this best exemplify?

<p>Resource sharing. (B)</p> Signup and view all the answers

Which of the following is considered an 'end device' in a network?

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

What is the function of a Network Interface Card (NIC)?

<p>To provide the physical connection between a device and the network. (A)</p> Signup and view all the answers

What is the main characteristic of 'multicast' communication?

<p>Transmission from one source to a selected group of destinations. (A)</p> Signup and view all the answers

What is a potential problem associated with using hubs in a network?

<p>Hubs increase the likelihood of data collisions due to shared bandwidth. (D)</p> Signup and view all the answers

How does a switch address the problem of collisions that occur with hubs?

<p>By allocating dedicated bandwidth to each connected port. (A)</p> Signup and view all the answers

If Host A sends a packet to Host C via a switch, what happens to the packet's transmission in relation to Host B (assuming all three are connected to the same switch)?

<p>Host B will not receive the packet. (B)</p> Signup and view all the answers

What happens when a router receives a broadcast?

<p>The router drops the broadcast. (C)</p> Signup and view all the answers

Which of the following best describes the function of 'Packet Switching' performed by routers?

<p>Directing data packets between different networks. (B)</p> Signup and view all the answers

Routers use 'Path Filtering'. What does this entail?

<p>Dropping or forwarding packets based on criteria, such as source and destination. (A)</p> Signup and view all the answers

Flashcards

What is a network?

A collection of devices connected to provide a service.

Benefits of a network?

Data sharing, resource sharing (like printers), and enabling modern tech.

Network components?

End devices (PCs, printers), network devices (hubs, switches, routers), and media (wires, wireless).

Types of Network Devices?

Network Interface Card (NIC), hub, switch, router.

Signup and view all the flashcards

What does a hub do?

Repeats received information to all connected hosts.

Signup and view all the flashcards

What is Unicast?

Communication from one host to another.

Signup and view all the flashcards

What is Broadcast?

Communication from one host to all hosts.

Signup and view all the flashcards

What is Multicast?

Communication from one host to a select few hosts.

Signup and view all the flashcards

Hub's key limitations?

A hub repeats information to all hosts and has a single collision domain.

Signup and view all the flashcards

What is a Switch?

Used instead of hubs to overcome degradation of network, switches break up collision domains.

Signup and view all the flashcards

Broadcast domain?

All hosts connected to a switched network sharing the same broadcast area.

Signup and view all the flashcards

What do routers do?

Routers break up broadcast domains ensuring broadcasts are not transmitted across networks.

Signup and view all the flashcards

Router functions?

Breaking up broadcasts, packet switching, path selection, and path filtering.

Signup and view all the flashcards

Local Area Network (LAN)?

A network which covers a limited geographical area.

Signup and view all the flashcards

Wide Area Network (WAN)?

A Wide Area Network covers a large geographical area.

Signup and view all the flashcards

Study Notes

  • A network is a collection of connected devices providing a service to users.
  • Examples of devices in a network include computers and printers.

Network Benefits

  • Networks facilitate data sharing.
  • Networks enable resource sharing, such as printers.
  • Modern technology, like video conferencing, is a benefit of networks.

Network Components

  • End devices like PCs and printers are network components.
  • Network devices, also known as intermediate devices such as hubs, switches and routers are also networks components.
  • Lastly, media components using wires or wireless are also networks components.

Network Devices

  • Network Interface Card (NIC)
  • Hub
  • Switch
  • Router

Hubs

  • A hub is a network device that repeats received information from one host to all connected hosts, enabling communication between them.
  • Hubs relay information to all connected hosts
  • All hosts connected can communicate with each other

Types of Communication

  • Unicast is communication from one host to another.
  • Broadcast is communication from one host to all hosts on the network.
  • Multicast is communication from one host to a select few hosts.

Hub Problems

  • A hub repeats information from one host to all others.
  • A hub has a single collision domain.

Switches

  • Switches replace hubs to prevent any network degradation.
  • Switches connect hosts in a network and break up the collision domain by giving each port its own collision domain.
  • If Host A sends a packet to Host C, Host B will not receive it because each host is in its own collision domain.

Switch Issues

  • Hubs flood all packets, including unicast ones.
  • Switches don't flood unicast packets, however they do flood broadcast packets.
  • Hosts in a switched network are within the same broadcast domain.
  • All connected hosts will receive any broadcast sent within that domain.
  • While broadcasts have useful and essential network operations, having too many can slow down the network.

Routers

  • Routers prevent the transmission of broadcasts across different networks that it interconnects, therefore breaking up the broadcast domain.
  • Broadcasts from hosts connected to Switch1 will not reach hosts connected to Switch2 or Switch3 because the router will drop the broadcast on its receiving interface.

Router Functions

  • Routers break up broadcasts.
  • Routers switch packets among networks
  • Routers select the best path for the destination network.
  • Routers can drop or forward packets based on certain criteria such as their source and destination.

Collision domain & broadcast domain

  • Hubs have one collision domain and one broadcast domain.
  • Switches have n collision domains and one broadcast domain.
  • Routers have n collision domains and n broadcast domains.
  • n = number of ports or interfaces.

Networking Types

  • Local Area Network (LAN): Is a network covering a limited geographical area, such as a floor, building, or campus.
  • LANs usually have a high data transfer rate.
  • The Ethernet standard is the most commonly used technology in LANs
  • Wide Area Network (WAN): Describes a network covering a large geographical area, such as multiple cities, a country, or across the world.
  • WANs connect LANs across a wide area.
  • A typical example is the connection of LANs in various company offices.

Studying That Suits You

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

Quiz Team

Related Documents

More Like This

Use Quizgecko on...
Browser
Browser