Networking Concepts Flashcards
Objective 1 (77 cards)
What is the primary purpose of a network?
To transfer data (voice, video, or other data) between machines
Networks facilitate communication and resource sharing among devices.
What are clients in a network?
Devices that users use to access the network
Examples include workstations, laptops, tablets, smartphones, smart TVs, and Wi-Fi-enabled thermostats.
What role do servers play in a network?
Provide resources such as files, email, or web pages
Examples include email servers, file servers, and web servers.
What are hubs and why are they considered outdated?
Devices for connecting multiple devices in a LAN that broadcast data to all ports
They lead to network congestion and collisions and have been replaced by bridges and switches.
How do switches differ from hubs?
Switches forward traffic only to the specific device intended to receive it
This improves security and bandwidth efficiency.
What is the function of Wireless Access Points (WAPs)?
Enable wireless devices to connect to wired networks
They use radio frequency waves to broadcast data.
What is the primary function of routers?
Connect different networks together and make forwarding decisions based on IP addresses
They use routing protocols to send data across complex networks, including the internet.
What is the role of firewalls in a network?
Act as security barriers between internal networks and external sources
They control traffic using security rules and access control lists (ACLs).
What do load balancers do?
Distribute traffic across multiple servers to prevent overloading any single server
They improve efficiency, reliability, and performance of services.
What is a proxy server?
An intermediary between user devices and the internet
Functions include web filtering, caching, and shared internet access.
What does IDS stand for and what is its function?
Intrusion Detection System; it detects and alerts on suspicious activity
IDS is crucial for identifying potential security breaches.
What does IPS stand for and what is its function?
Intrusion Prevention System; it detects threats and takes action to block or drop malicious traffic
IPS actively protects the network from intrusions.
What are controllers used for in Software-Defined Networking (SDN)?
Centralized devices that manage network flow via software
They provide flexibility and efficiency by controlling switches and routers programmatically.
What is Network-Attached Storage (NAS)?
A dedicated file storage system connected to a network
It allows multiple clients to access centralized storage.
What is a Storage Area Network (SAN)?
A high-speed network for block-level storage access
It connects servers to large-scale storage devices like disk arrays and tape libraries.
What is meant by media in networking?
The physical or wireless method for transmitting data
Types include copper cables, fiber optics, and wireless signals.
What are WAN links used for?
Connect geographically distant networks
Technologies include leased lines, satellites, and cellular networks.
What are the two main models for moving data around a network?
The client-server model and the peer-to-peer model
What does the client-server model use to provide access to network resources?
A dedicated server
What is a key advantage of the client-server model?
Centralized administration
List some benefits of the client-server model.
- Easier management
- Better scalability
- Centralized administration
What is a significant drawback of the client-server model?
Higher costs due to dedicated hardware and software
What type of machines can share resources directly in the peer-to-peer model?
Peers, such as laptops and desktops
What is a major disadvantage of the peer-to-peer model?
Difficult administration and backup