Chapter 7 Flashcards

(41 cards)

1
Q

What is a local area network (LAN)?

A

A group of computers in a small area connected by cable, often part of a larger network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name three types of LAN servers

A

File servers, database servers, and print servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does a file server do?

A

Allows multiple users to share files on a shared drive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does a database server do?

A

Handles data storage and processing to reduce data transfer and increase reliability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does a print server do?

A

Manages LAN print jobs, reducing the load on main servers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a communications server?

A

A server for handling fax, modem, or remote access connections.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the basic components of a wired LAN?

A

NICs, circuits (cables), access points (hubs/switches), and a network operating system (NOS).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the role of the NIC in a LAN?

A

Physically connects a computer to the network cable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are circuits in a LAN?

A

Cables that connect devices; usually twisted pair inside, fiber outside.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What do hubs and switches do in a LAN?

A

Connect network cables and act as signal repeaters or amplifiers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the basic components of a wireless LAN?

A

NICs, wireless circuits (air), access points, and NOS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the common cables used in LANs?

A

Twisted pair cables like Cat 5 and Cat 5e.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Compare Cat 5 and Cat 5e UTP.

A

Both support 100 Mbps; Cat 5e supports up to 1000 Mbps and is slightly more expensive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a cable plan and why is it important?

A

A layout plan for cables, hubs, and ports—important for cost, scalability, and compliance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does the NOS do?

A

Runs network functions at multiple layers and integrates with the OS on both server and client sides.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How does wired Ethernet work?

A

Uses bus topology and CSMA/CD for media access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is the difference between logical and physical topology?

A

Logical shows how data flows; physical shows how devices are physically connected.

18
Q

What is CSMA/CD?

A

A media access method where devices listen before transmitting and detect collisions.

19
Q

What happens during a collision in Ethernet?

A

Both devices stop transmitting, send a jamming signal, and retry after a random wait time.

20
Q

Explain 100Base-T.

A

Ethernet standard for 100 Mbps over twisted pair cable.

21
Q

What is 1000Base-T?

A

Ethernet standard for 1 Gbps over twisted pair.

22
Q

What is 10/100/1000 Ethernet?

A

Auto-sensing Ethernet that adjusts to 10, 100, or 1000 Mbps depending on hardware.

23
Q

How do Ethernet switches know where to send frames?

A

They use a MAC address forwarding table built by learning device locations.

24
Q

Compare cut-through, store-and-forward, and fragment-free switching.

A

Cut-through sends data immediately; store-and-forward waits for the whole frame; fragment-free checks the first 64 bytes before sending.

25
Compare directional and omnidirectional antennas.
Directional sends signal in one direction; omnidirectional sends in all directions.
26
How does Wi-Fi manage media access?
Uses CSMA/CA with Distributed and Point Coordination Functions to avoid collisions.
27
How does Wi-Fi differ from Ethernet?
Wi-Fi uses a logical bus and physical star; uses CSMA/CA instead of CSMA/CD; handles hidden node issues.
28
How does CSMA/CA DCF work?
Uses stop-and-wait ARQ and listens before sending to avoid collisions.
29
How does CSMA/CA PCF work?
Uses a virtual carrier sense; helps avoid hidden node problems.
30
What is scanning in WLAN association?
The NIC searches for APs via active (probe) or passive (beacon) scanning.
31
How does association work in WLAN?
NIC connects to an AP based on signal strength or speed, then exchanges data.
32
What is the best practice for WLAN design?
Balance cost, performance, and coverage; evaluate LAN vs. WLAN as needed.
33
What is a site survey?
A test of coverage area, interference, wiring, and AP placement before WLAN deployment.
34
How do you determine AP placement and number?
Based on data rates, error rates, protocol efficiency, and MAC performance.
35
How does data center design differ from user LANs?
Data centers need more space, capacity, and devices like load balancers and virtual servers.
36
What are three special-purpose data center devices?
Load balancer (routes traffic), virtual servers (multiple logical servers), storage area networks (for data storage).
37
What is a network bottleneck?
A point where data flow is restricted, often in the server or the network circuit.
38
How can you improve server performance?
Upgrade NOS, add hardware, or install additional servers.
39
How can you improve circuit performance?
Use faster tech, add circuits, or segment the LAN.
40
Why do wired and wireless LANs share components?
Both use Ethernet protocols, so their core functions are similar.
41
Will wired LANs be replaced by wireless?
Wireless will grow, but wired LANs will remain due to better reliability and security.