Section 2: Network Fundamentals Flashcards

(43 cards)

1
Q

What is the primary difference between the Client-Server and Peer-to-Peer network models?

A

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.

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

Why is the Client-Server model more scalable than the Peer-to-Peer model?

A

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.

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

What are the main drawbacks of the Client-Server model?

A

The main drawbacks are a higher initial cost for dedicated hardware and software, and the need for specialized IT staff to manage the servers.

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

In which scenario would a Peer-to-Peer network be a suitable choice?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How does administration and backup differ between the Client-Server and Peer-to-Peer models?

A

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.

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

List the five main types of networks based on geography, from smallest to largest.

A

Personal Area Network (PAN), Local Area Network (LAN), Campus Area Network (CAN), Metropolitan Area Network (MAN), and Wide Area Network (WAN).

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

What is the typical maximum distance for a single copper-based Ethernet segment in a LAN?

A

The typical maximum distance is 100 meters (or about 300 feet).

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

Which IEEE standard defines Ethernet, and which defines Wi-Fi?

A

IEEE 802.3 defines Ethernet, and IEEE 802.11 defines Wi-Fi.

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

What technology is defined by the IEEE 802.3 standard?

A

Ethernet.

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

What technology is defined by the IEEE 802.11 standard?

A

Wi-Fi.

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

What is the key difference between a Campus Area Network (CAN) and a Metropolitan Area Network (MAN)?

A

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).

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

What is the world’s largest example of a Wide Area Network (WAN)?

A

The Internet.

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

What are some examples of technologies used to create a Personal Area Network (PAN)?

A

Bluetooth and USB are common technologies used for PANs.

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

What does PAN stand for?

A

Personal Area Network.

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

What does LAN stand for?

A

Local Area Network.

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

What does CAN stand for?

A

Campus Area Network.

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

What does MAN stand for?

A

Metropolitan Area Network.

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

What does WAN stand for?

A

Wide Area Network.

19
Q

What is the primary difference between a hub and a switch?

A

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.

20
Q

At which layer of the OSI model does a router operate, and what type of address does it use for forwarding decisions?

A

A router operates at Layer 3 (the Network Layer) and uses IP addresses to make its forwarding decisions.

21
Q

What is the function of a load balancer?

A

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.

22
Q

Differentiate between an Intrusion Detection System (IDS) and an Intrusion Prevention System (IPS).

A

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.

23
Q

What is the difference between Network Attached Storage (NAS) and a Storage Area Network (SAN)?

A

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.

24
Q

When would you use a proxy server?

A

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.

25
What is the fundamental difference between a physical and a logical network topology?
A physical topology shows the actual physical layout and cabling of network devices, while a logical topology illustrates how data flows through the network, regardless of the devices' physical locations.
26
Which type of topology would you use to find the physical location of a network switch in an office building?
A physical topology, as it is often drawn over a floor plan to show the real-world location of devices and cables.
27
Which type of topology would be more useful for troubleshooting an IP routing issue?
A logical topology, because it focuses on the data flow, IP addressing schemes, and routing paths between different network segments.
28
What is the most common wired network topology in modern LANs?
The star topology.
29
What is the primary advantage of a mesh topology?
Its primary advantage is high redundancy and reliability, as there are multiple point-to-point connections between devices, providing many alternative paths for data.
30
What is the central point of failure in a star topology? What about a bus topology?
In a star topology, the central connection point (the switch or hub) is the single point of failure. In a bus topology, the single central cable (the backbone) is the single point of failure.
31
How does a hub-and-spoke topology differ from a standard star topology in terms of its common use case?
While both are centralized, a hub-and-spoke topology is typically used in WANs to connect multiple remote sites (spokes) to a central location (hub) to save on costs, whereas a star topology is most common in LANs.
32
If you have 6 nodes, how many connections are required for a full-mesh topology?
15 connections. The formula is n(n-1)/2, so 6(5)/2 = 15.
33
What is the most common type of wireless network topology?
Infrastructure mode, where devices connect through a central wireless access point.
34
What is the primary difference between Infrastructure mode and Ad Hoc mode?
Infrastructure mode is centralized and uses a wireless access point to connect clients to a network. Ad Hoc mode is decentralized (peer-to-peer) and allows devices to connect directly to each other without an access point.
35
What is a key characteristic of a wireless mesh network that makes it suitable for disaster recovery?
Its ability to provide redundant, reliable, and self-healing connections by combining multiple radio technologies (Wi-Fi, cellular, satellite) and allowing nodes to find alternative paths if one fails.
36
Does Ad Hoc mode require a wireless access point?
No, Ad Hoc mode does not use routers or access points; devices connect directly to one another.
37
In Infrastructure mode, what device connects wireless clients to the wired network?
A Wireless Access Point (WAP or AP).
38
What are the three layers of the traditional hierarchical network model?
The Core layer, the Distribution (or Aggregation) layer, and the Access (or Edge) layer.
39
In a three-tier hierarchy, which layer is responsible for connecting end-user devices to the network?
The Access layer (or Edge layer).
40
What is the primary purpose of a spine-and-leaf architecture?
To optimize server-to-server (East-West) traffic within a data center, providing high bandwidth and low, predictable latency.
41
Define 'North-South' traffic and 'East-West' traffic in the context of a data center.
North-South traffic is traffic that enters (southbound) or leaves (northbound) the data center. East-West traffic is data flow that moves between devices within the data center.
42
In a spine-and-leaf architecture, what is the maximum number of hops between any two servers in the data center?
Two hops (from the source server's leaf switch, to a spine switch, to the destination server's leaf switch).
43
When would a collapsed core architecture be a more suitable choice than a three-tier model?
A collapsed core architecture is suitable for smaller or medium-sized data centers where the cost and complexity of a separate core and distribution layer are not required.