Chapter 02 Network Hardware Essentials

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/31

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:07 PM on 9/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

32 Terms

1
New cards

Repeater

A network device that takes incoming signals and regenerates, or repeats, them to other parts of the network.

2
New cards

Hub

A network device that performs the same function as a repeater but has several ports to connect a number of devices; sometimes called a multiport repeater.

3
New cards

Network bandwidth

The maximum amount of data that can be transmitted between devices in a specified unit of time; usually measured in bits per second.

4
New cards

Throughput

A measurement of the amount of data successfully transferred over a given period of time, including protocol headers, and taking into account any delays, such as the time gap between a device completing the transmission of one packet and starting transmission of the next packet.

5
New cards

Propagation delay

The time between the moment a device like a hub or switch receives data on one port and the moment it transmits the data out another port.

6
New cards

Latency

The cumulative delays among all devices between the source and destination device during data transfer across a network.

7
New cards

Buffering

A process in which a device has to temporarily store outgoing or incoming packets while other packets are being processed by the operating system.

8
New cards

Goodput

The amount of useful data that is transferred in a given time; not taking into account protocol headers. Goodput is measured in bytes per second.

9
New cards

Bandwidth sharing

A network design in which interconnecting devices allow only one connected device to transmit data at a time, thus requiring devices to share available bandwidth.

10
New cards

Uplink port

A designated port on a hub or switch used to connect to another hub or switch without using a crossover cable.

11
New cards

Switch

A network device used to interconnect multiple computers. It reads the destination MAC address of an incoming frame to determine on which switch port the destination device is located.

12
New cards

Switching table

A table containing MAC address and port pairs that a switch uses to determine which port to forward frames it receives. Also called the MAC address table.

13
New cards

MAC address table

A table containing MAC address and port pairs that a switch uses to determine which port to forward frames it receives. Also called the switching table.

14
New cards

Flooding

A process in which a switch forwards the frame to all connected ports except the one on which the frame was received.

15
New cards

Dedicated bandwidth

A property of switches in which each port's bandwidth is dedicated to the devices connected to the port.

16
New cards

Full-duplex mode

A communication mode in which a device can simultaneously transmit and receive data on the same cable connection. Switches can operate in full-duplex mode, but hubs can't.

17
New cards

Half-duplex mode

A communication mode in which a device can send or receive data but can't do both simultaneously. Hubs operate only in half-duplex mode; switches can operate in both half-duplex and full-duplex modes.

18
New cards

Uplinking

Making a connection between devices such as two switches, usually for the purpose of expanding a network.

19
New cards

Access point (AP)

A wireless device that serves as the central connection point of a wireless LAN and mediates communication between wireless computers.

20
New cards

Request to send (RTS)

A signal used in wireless networks indicating that a computer has data ready to send on the network.

21
New cards

Clear to send (CTS)

A signal an AP generates in response to a request-to-send signal. A CTS signal indicates that the computer that sent an RTS can transmit data.

22
New cards

Network interface card (NIC)

A device that creates and mediates the connection between a computer and the network medium.

23
New cards

Broadcast frame

A network message intended to be processed by all devices on a LAN; it has the destination address FF:FF:FF:FF:FF:FF.

24
New cards

Unicast frame

A network message addressed to only one computer on the LAN.

25
New cards

Promiscuous mode

An NIC operational mode in which the NIC reads and processes all frames rather than reading and processing only broadcast frames or unicast frames addressed to the NIC. Protocol analyzer software sets a NIC to promiscuous mode so that all network frames can be read and analyzed.

26
New cards

Service set identifier (SSID)

The name assigned to a wireless network that is configured on the wireless access point.

27
New cards

Router

A device that enables LANs to communicate with one another by forwarding packets from one LAN to another. Routers also forward packets from one router to another when LANs are separated by multiple routers.

28
New cards

Broadcast domain

The scope of devices to which broadcast frames are forwarded. Router interfaces delimit broadcast domains because they don't forward broadcasts, whereas switches and hubs do.

29
New cards

Local network

A network that is directly connected to the router.

30
New cards

Remote network

A network that can only be reached by going through one or more routers.

31
New cards

Default route

A routing table entry that tells a router where to send a packet with a destination network address that can't be found in the routing table.

32
New cards

Default gateway

The address configured in a computer's IP address settings specifying the address of a router to which the computer can send packets addressed to devices on other networks.