Network Fundamentals Flashcards

(46 cards)

1
Q

What are clients in a network?

A

Devices that users use to access the network (e.g., workstations, laptops, tablets)

Clients are the end-user devices that interact with network resources.

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

What is the role of servers in a network?

A

Provide resources to the network (e.g., email servers, file servers)

Servers are crucial for resource management and sharing within a network.

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

What is a hub?

A

Older technology connecting devices but not commonly used due to limitations

Hubs broadcast data to all connected devices, leading to inefficiencies.

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

What is the function of switches in a network?

A

Smarter hubs that ensure security and efficient bandwidth utilization

Switches direct data to specific devices rather than broadcasting it.

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

What do Wireless Access Points (WAPs) do?

A

Enable wireless devices to connect to a wired network using radio frequency waves

WAPs are essential for expanding network access to mobile devices.

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

What is the purpose of routers?

A

Connect different networks, make intelligent forwarding decisions based on IP addresses

Routers manage traffic between different networks.

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

What is the function of firewalls in a network?

A

Security barrier between internal network and the internet, monitor and control traffic

Firewalls are critical for protecting networks from unauthorized access.

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

What do load balancers do?

A

Distribute network/application traffic across servers, preventing bottlenecks

Load balancers enhance performance and reliability.

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

What is the role of proxy servers?

A

Act as intermediaries between user devices and the internet, enhancing security and privacy

Proxy servers can also cache data to improve speed.

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

What do Intrusion Detection Systems (IDS) do?

A

Detect unauthorized access or anomalies

IDS are critical for monitoring network security.

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

What is the function of Intrusion Prevention Systems (IPS)?

A

Detect and take action to prevent intrusion

IPS actively block threats rather than just detecting them.

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

What do controllers manage in software-defined networking (SDN)?

A

Manage flow control, offering flexibility and efficiency

Controllers are central to the SDN architecture.

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

What are Network-attached Storage (NAS) devices?

A

Dedicated file storage systems providing data access to authorized clients

NAS devices facilitate centralized file storage and access.

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

What are Storage Area Networks (SANs)?

A

High-speed networks for consolidated block-level data storage, enhancing accessibility

SANs are designed for high-performance data storage and retrieval.

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

What is the definition of media in networking?

A

Physical materials for data transmission (e.g., copper cables, fiber optic cables)

Media are the mediums through which data travels in a network.

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

What are Wide Area Network (WAN) links used for?

A

Connect networks over large areas (e.g., between cities), essential for global connectivity

WAN links enable communication across extensive geographical distances.

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

What is the client/server model?

A

Utilizes a dedicated server for centralized access to files, scanners, printers, and resources

This model simplifies network management and backup.

Leading model in business networks

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

What are the benefits of the client/server model?

A
  • Centralized administration
  • Easier management
  • Better scalability

Centralization allows for streamlined operations.

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

What are the drawbacks of the client/server model?

A
  • Higher cost
  • Requires dedicated hardware and specialized skillset

Initial setup and maintenance can be costly.

20
Q

What characterizes the peer-to-peer model?

A

Direct sharing of resources among peers (laptops, desktops)

This model is often used for small networks.

Does not differentiate between devices providing services and devices requesting services

21
Q

What are the drawbacks of the peer-to-peer model?

A
  • Redundancy
  • Complex management
  • Scalability issues

These issues make it less suitable for larger networks.

22
Q

What is a Personal Area Network (PAN)?

A

Smallest network type, covering about 10 feet or less

Examples include Bluetooth and USB connections.

23
Q

What defines a Local Area Network (LAN)?

A

Common in office buildings, limited distance (up to 100 meters)

LANs can utilize WiFi or Ethernet for connectivity.

24
Q

What is a Campus Area Network (CAN)?

A

Building-centric LAN that spans numerous buildings in an area

Common examples include college campuses and business parks.

25
What is a Metropolitan Area Network (MAN)?
Connects locations across the entire city, larger than CAN (up to 25 miles) ## Footnote MANs are used to connect various city locations.
26
What is a Wide Area Network (WAN)?
Connects geographically disparate internal networks, covering large areas ## Footnote WANs can consist of leased lines or VPNs.
27
What are the key standards for network geography?
* PAN – Bluetooth, USB * LAN – IEEE 802.3 (Ethernet) * CAN – connects multiple LANs * MAN – spans an entire city * WAN – encompasses large geographic areas ## Footnote These standards guide the design and implementation of networks.
28
What is network topology?
Refers to the arrangement of elements in a computer network, including links, nodes, clients, and servers ## Footnote Topology affects network performance and management.
29
What is physical topology?
Describes physical cabling and device connections, representing real-world layout using floorplans ## Footnote Physical topology is used for practical network design.
30
What is logical topology?
Describes how data flows in the network, focusing on logical connections rather than physical placement Think of data flow ## Footnote Logical topology helps in understanding data transmission paths.
31
What is point-to-point topology?
Direct connection between two devices, simple and reliable for small-scale connections ## Footnote This topology is not scalable.
32
What characterizes ring topology?
Used in WAN connections for remote offices, features a circular data path ## Footnote Unidirectional flow can prevent collisions but creates a single point of failure.
33
What is bus topology?
All devices connected to a central cable (bus), easy to install but prone to failures if the main cable fails ## Footnote This older technology is less common in modern networks.
34
What defines star topology?
Each node connected to a central point (network switch), robust but dependent on the central point's functionality ## Footnote Common in home networks.
35
What is hub-and-spoke topology?
Variation of star topology with a central hub connected to multiple spokes, used in larger networks ## Footnote This topology is less expensive for larger setups. Airplane example
36
What is mesh topology?
Point-to-point connections between every device for FULL REDUNDANCY, can be full or partial mesh Think of a web ## Footnote Provides robustness but can be complex and costly. Circle or several cables connecting each device- think of a net
37
What is infrastructure mode in wireless networking?
Centralized wireless network with a wireless access point, similar to star topology ## Footnote Commonly used in home networks.
38
What is ad hoc mode in wireless networking?
Decentralized wireless network where devices connect directly without routers or access points ## Footnote Operates like a peer-to-peer network ■ No routers or access points ● Devices connect directly This mode allows for dynamic joining and leaving of devices.
39
What is wireless mesh networking?
Unique interconnection of different nodes, devices, and radios for expansion and redundancy ## Footnote Post-disaster scenarios ● Humanitarian assistance missions ● Combining microwave, satellite, cellular, and WiFi for reliable and redundant networks In harsh environments.
40
What is the three-tiered hierarchy in datacenters?
* Core Layer * Distribution/Aggregation Layer * Access/Edge Layer CDA ## Footnote Each layer has distinct roles for performance, management, and scalability.
41
What is the collapsed core architecture?
Network architecture where the core and distribution layers are merged into a single layer ## Footnote Suitable for medium to small datacenters.
42
What is spine and leaf architecture?
Two-layer switching architecture used specifically within datacenters, focusing on communication within server farms Leaf ○ Consists of all the access switches that will aggregate traffic from the different servers and then connect directly into the spine layer ● Spine ○ Contains switches that interconnect all the leaf layer switches into a full-mesh topology ## Footnote Enhances speed and reduces latency.
43
What is north-south traffic in datacenters?
Traffic that enters (Southbound) or leaves (Northbound) the data center from a system outside ## Footnote This traffic is crucial for external communications.
44
What is east-west traffic in datacenters?
Data flow within a datacenter, prevalent with SDN, virtualization, and converged networks ## Footnote This type of traffic is critical for server-to-server communication.
45
802.11
WIFI
46
802.3
ETHERNET