Networks511CAtest Flashcards

(33 cards)

1
Q

What is a LAN?

A

A Local Area Network connecting devices in a small area like an office or home.

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

What does MAN stand for?

A

Metropolitan Area Network — covers a city or campus.

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

Define WAN.

A

Wide Area Network — spans large geographic areas like countries.

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

What is a PAN?

A

Personal Area Network — connects personal devices like phones and Bluetooth headphones.

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

What is CAN?

A

Campus Area Network — connects multiple LANs within a university or corporate campus.

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

Explain SAN.

A

Storage Area Network — high-speed network for accessing storage devices.

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

What is SD-WAN?

A

Software-Defined Wide Area Network — uses software to optimize WAN performance.

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

What is cloud infrastructure?

A

The physical and virtual components needed to run cloud computing services.

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

What are the main components of cloud infrastructure?

A
  • Servers
  • Storage
  • Networking
  • Virtualization
  • Management tools
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the difference between cloud networking and cloud virtual networking?

A

Cloud networking includes both physical and virtual networks; cloud virtual networking is purely software-defined.

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

Describe the bus topology.

A

All devices connected to a single backbone cable. Simple but risky due to single point of failure.

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

Describe the star topology.

A

Devices connect to a central hub. Most common and reliable if hub is not overloaded.

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

Describe the ring topology.

A

Devices form a loop; data flows in one direction. Less common due to loop risks.

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

Describe the mesh topology.

A

Every device connects to every other. Highly reliable but complex/expensive.

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

What is a hybrid topology?

A

Combination of two or more topologies. Used for flexibility in enterprise settings.

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

What is IaaS?

A

Infrastructure as a Service — rent servers, storage, and networks.

17
Q

What is PaaS?

A

Platform as a Service — development environment including runtime and databases.

18
Q

What is SaaS?

A

Software as a Service — fully built applications accessed via web or app.

19
Q

What is a public cloud?

A

Shared resources owned by third-party providers like AWS or Google Cloud.

20
Q

What is a private cloud?

A

Dedicated to one organization — often used in finance or healthcare.

21
Q

What is a hybrid cloud?

A

Combines public and private clouds — offers flexibility and compliance.

22
Q

What is a community cloud?

A

Shared by organizations with similar goals — e.g., government or education sectors.

23
Q

What is the Application Layer (Layer 7)?

A

The layer where users interact — e.g., browsers, apps.

24
Q

What is the Presentation Layer (Layer 6)?

A

Responsible for encryption, compression, and translation.

25
What is the Session Layer (Layer 5)?
Manages start/end of communication sessions.
26
What is the Transport Layer (Layer 4)?
Ensures end-to-end communication — TCP/UDP.
27
What is the Network Layer (Layer 3)?
Handles logical addressing and routing — IP addresses.
28
What is the Data Link Layer (Layer 2)?
Moves data between devices on the same network — MAC addresses.
29
What is the Physical Layer (Layer 1)?
Transmission of raw bits — cables, Wi-Fi, electricity.
30
What is SDN?
Software-Defined Networking — separates control plane from data plane.
31
What are the key components of SDN?
* Control Plane (central) * Data Plane (switches) * Application Plane (apps like firewall)
32
How is SDN different from traditional networking?
Traditional uses distributed control; SDN uses centralized, programmable control.
33
Give one real-world use case of SDN.
In data centers for dynamic resource allocation and traffic optimization.