Network Fundamentals Flashcards
What are networks?
Networks connect devices to facilitate seamless data flow.
What are the two main types of networks?
- Wired: Ethernet, fiber optic.
- Wireless: Wi-Fi, cellular.
Give examples of network types with real-world use cases.
- PAN (Personal Area Network): Smartwatch connecting to a smartphone via Bluetooth.
- LAN (Local Area Network): Home Wi-Fi connecting tablets, desktops, routers, and modems.
What is network convergence?
The unification of voice, data, and video communication over a single network connection.
Example: Smartphones process all communication as digital data.
Why is high availability important in networks?
It ensures continuous service with minimal downtime.
What is the “Five-Nines” of availability?
99.999% uptime, allowing for only ~5 minutes of downtime per year.
Name some key network devices.
Clients, servers, hubs, switches, wireless access points, routers, firewalls, load balancers, proxies, IDS, and IPS.
What are the main networking models?
- Client-server model
- Peer-to-peer model
Define the following network geographies:
- PAN: Small, personal devices.
- LAN: Home or small office.
- CAN: University or corporate campuses.
- MAN: City-level coverage.
- WAN: Large geographic areas, including the internet.
List common wired network topologies.
Point-to-point, Ring, Bus, Star, Hub-and-spoke, Mesh.
List common wireless network topologies.
Ad hoc, Point-to-point, Infrastructure mode, Wireless mesh networks.
What are common data center topologies?
Three-tiered model, Collapsed core model, Spine-and-leaf model.
Why is traffic classification important in data centers?
It helps understand how data enters, leaves, or transmits within the data center.
What is the primary purpose of network components?
To enable efficient, secure, and reliable data transmission between devices.
What are clients in a network?
Devices used by users to access the network, such as laptops, tablets, smartphones, smart TVs, and IoT devices.
What are servers and their types?
Devices that provide resources to the network (e.g., email, file, web servers).
- Hardware-based: Physical machines.
- Software-based: Virtual servers.
What is a hub, and why is it inefficient?
A legacy device that connects devices over LAN but broadcasts data to all devices, causing inefficiency.
How does a switch improve upon a hub?
Switches forward data only to the intended recipient, enhancing security and bandwidth efficiency.
What is a Wireless Access Point (WAP)?
A device that allows wireless devices to connect to wired networks via radio frequency.
What is the role of a router in a network?
Connects multiple networks and directs traffic using IP addresses, relying on routing protocols.
What does a firewall do?
Monitors and controls traffic between internal and external networks to block unauthorized access and cyber threats.
Types: Hardware-based, software-based, or hybrid.
What is a load balancer’s function?
Distributes traffic across multiple servers to improve efficiency, capacity, and reliability.
What is a proxy, and what does it provide?
An intermediary between devices and the internet that offers web filtering, data caching, security, and privacy by masking IP addresses.
Differentiate between IDS and IPS.
- IDS (Intrusion Detection System): Detects unauthorized access or anomalies and alerts administrators.
- IPS (Intrusion Prevention System): Detects and actively blocks threats, such as dropping harmful packets.
What is the role of controllers in Software-Defined Networking (SDN)?
They centrally manage switches and routers for greater flexibility and efficiency.
Define Network-Attached Storage (NAS).
A centralized file storage system accessible to authorized network clients, allowing easy data sharing.
What is a Storage Area Network (SAN)?
A high-speed network for consolidated block-level data storage, supporting large-scale server data storage like disk arrays or tape libraries.
What is network media?
The physical materials used to transmit data, such as copper cables, fiber optics, and wireless signals.
What are WAN links, and what technologies do they use?
Connections for networks across large geographic areas using leased lines, satellites, and cellular networks.
Why is understanding network components important?
- Design: Enables efficient, secure network creation.
- Management: Aids in maintaining optimal performance.
- Problem-Solving: Improves troubleshooting skills.
- Security: Facilitates effective security measures.
What is the Client-Server Model?
A network setup where dedicated servers provide resources (e.g., files, printers) to clients.
What are the benefits of the Client-Server Model?
- Centralized Administration: Easy resource and permission management.
- Scalability: Expandable with more servers or cloud integration; supports load balancing.
- Reliability: Resources are available 24/7 via dedicated servers.