Section 2: Network Fundamentals Flashcards
(43 cards)
What is the primary difference between the Client-Server and Peer-to-Peer network models?
The Client-Server model is a centralized architecture where dedicated servers provide resources, while the Peer-to-Peer model is decentralized, with all computers sharing resources directly with each other.
Why is the Client-Server model more scalable than the Peer-to-Peer model?
The Client-Server model is more scalable because its centralized nature makes it easy to add more clients and expand server capacity, whereas the P2P model becomes inefficient and difficult to manage as the network grows.
What are the main drawbacks of the Client-Server model?
The main drawbacks are a higher initial cost for dedicated hardware and software, and the need for specialized IT staff to manage the servers.
In which scenario would a Peer-to-Peer network be a suitable choice?
A Peer-to-Peer network is suitable for very small, low-cost networks, such as a home office with a few computers, where dedicated server hardware is not feasible.
How does administration and backup differ between the Client-Server and Peer-to-Peer models?
In the Client-Server model, administration and backup are centralized and easier to manage on the server. In the P2P model, administration and backup are decentralized and difficult because data is located on many different machines.
List the five main types of networks based on geography, from smallest to largest.
Personal Area Network (PAN), Local Area Network (LAN), Campus Area Network (CAN), Metropolitan Area Network (MAN), and Wide Area Network (WAN).
What is the typical maximum distance for a single copper-based Ethernet segment in a LAN?
The typical maximum distance is 100 meters (or about 300 feet).
Which IEEE standard defines Ethernet, and which defines Wi-Fi?
IEEE 802.3 defines Ethernet, and IEEE 802.11 defines Wi-Fi.
What technology is defined by the IEEE 802.3 standard?
Ethernet.
What technology is defined by the IEEE 802.11 standard?
Wi-Fi.
What is the key difference between a Campus Area Network (CAN) and a Metropolitan Area Network (MAN)?
A CAN connects LANs in a limited area like a business park or college campus, while a MAN connects locations scattered across an entire city, covering a much larger area (up to 25 miles).
What is the world’s largest example of a Wide Area Network (WAN)?
The Internet.
What are some examples of technologies used to create a Personal Area Network (PAN)?
Bluetooth and USB are common technologies used for PANs.
What does PAN stand for?
Personal Area Network.
What does LAN stand for?
Local Area Network.
What does CAN stand for?
Campus Area Network.
What does MAN stand for?
Metropolitan Area Network.
What does WAN stand for?
Wide Area Network.
What is the primary difference between a hub and a switch?
A hub (Layer 1) broadcasts all traffic to every port, while a switch (Layer 2) intelligently forwards traffic only to the specific port of the intended recipient based on its MAC address.
At which layer of the OSI model does a router operate, and what type of address does it use for forwarding decisions?
A router operates at Layer 3 (the Network Layer) and uses IP addresses to make its forwarding decisions.
What is the function of a load balancer?
A load balancer distributes incoming network or application traffic across multiple servers to increase efficiency, capacity, and reliability, preventing any single server from becoming a bottleneck.
Differentiate between an Intrusion Detection System (IDS) and an Intrusion Prevention System (IPS).
An IDS is a passive system that detects threats and alerts an administrator. An IPS is an active system that can both detect threats and take action to prevent them, such as by blocking malicious traffic.
What is the difference between Network Attached Storage (NAS) and a Storage Area Network (SAN)?
A NAS is a file-level storage device providing data access to clients on a network. A SAN is a high-speed, block-level network that makes storage devices like disk arrays appear as locally attached drives to servers.
When would you use a proxy server?
You would use a proxy server to act as an intermediary to the internet for purposes like web filtering, caching web content to improve performance, or hiding a user’s real IP address for privacy.