Chapter 7 Flashcards
(41 cards)
What is a local area network (LAN)?
A group of computers in a small area connected by cable, often part of a larger network.
Name three types of LAN servers
File servers, database servers, and print servers
What does a file server do?
Allows multiple users to share files on a shared drive.
What does a database server do?
Handles data storage and processing to reduce data transfer and increase reliability.
What does a print server do?
Manages LAN print jobs, reducing the load on main servers.
What is a communications server?
A server for handling fax, modem, or remote access connections.
What are the basic components of a wired LAN?
NICs, circuits (cables), access points (hubs/switches), and a network operating system (NOS).
What is the role of the NIC in a LAN?
Physically connects a computer to the network cable.
What are circuits in a LAN?
Cables that connect devices; usually twisted pair inside, fiber outside.
What do hubs and switches do in a LAN?
Connect network cables and act as signal repeaters or amplifiers.
What are the basic components of a wireless LAN?
NICs, wireless circuits (air), access points, and NOS.
What are the common cables used in LANs?
Twisted pair cables like Cat 5 and Cat 5e.
Compare Cat 5 and Cat 5e UTP.
Both support 100 Mbps; Cat 5e supports up to 1000 Mbps and is slightly more expensive.
What is a cable plan and why is it important?
A layout plan for cables, hubs, and ports—important for cost, scalability, and compliance.
What does the NOS do?
Runs network functions at multiple layers and integrates with the OS on both server and client sides.
How does wired Ethernet work?
Uses bus topology and CSMA/CD for media access.
What is the difference between logical and physical topology?
Logical shows how data flows; physical shows how devices are physically connected.
What is CSMA/CD?
A media access method where devices listen before transmitting and detect collisions.
What happens during a collision in Ethernet?
Both devices stop transmitting, send a jamming signal, and retry after a random wait time.
Explain 100Base-T.
Ethernet standard for 100 Mbps over twisted pair cable.
What is 1000Base-T?
Ethernet standard for 1 Gbps over twisted pair.
What is 10/100/1000 Ethernet?
Auto-sensing Ethernet that adjusts to 10, 100, or 1000 Mbps depending on hardware.
How do Ethernet switches know where to send frames?
They use a MAC address forwarding table built by learning device locations.
Compare cut-through, store-and-forward, and fragment-free switching.
Cut-through sends data immediately; store-and-forward waits for the whole frame; fragment-free checks the first 64 bytes before sending.