Skip to content

Commit 036b74c

Browse files
authored
Merge pull request #50401 from Albertyang0/NEW-describe-best-practices-datacenter-operations
Module 4 - Update some files according to the review
2 parents 3274171 + 66b0551 commit 036b74c

15 files changed

+85
-97
lines changed

learn-pr/philanthropies/describe-best-practices-datacenter-operations/includes/1-datacenter-monitoring.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
:::image type="content" source="../media/technician-datacenter.png" alt-text="Screenshot of a technician in a data center." lightbox="../media/technician-datacenter.png":::
1+
## What is datacenter monitoring?
22

3+
Datacenter monitoring is a critical aspect of datacenter operations. It ensures that all systems and infrastructure components are functioning optimally. Monitoring involves continuous tracking of factors such as environmental conditions, equipment performance, security, and overall system health.
34

4-
**What is datacenter monitoring?**
5+
By using advanced monitoring tools and technologies, datacenters can:
56

6-
Datacenter monitoring is a critical aspect of datacenter operations. It ensures that all systems and infrastructure components are functioning optimally. Monitoring involves continuous tracking of factors such as environmental conditions, equipment performance, security, and overall system health. By using advanced monitoring tools and technologies, datacenters can (1) detect potential issues before they cause damage, (2) maintain uptime, (3) prevent failures, and (4) optimize resource utilization.
7+
- detect potential issues before they cause damage
8+
- maintain uptime
9+
- prevent failures
10+
- optimize resource utilization.
711

812
Proper datacenter monitoring helps ensure that servers, storage devices, cooling systems, power units, and networks operate within safe and efficient parameters, making it an essential practice for maintaining reliable and high-performance datacenter operations.
913

10-
**Who is responsible for datacenter monitoring?**
14+
## Who is responsible for datacenter monitoring?
1115

1216
Next let's review who is responsible for monitoring in each type of datacenter.
1317

learn-pr/philanthropies/describe-best-practices-datacenter-operations/includes/10-summary.md

Lines changed: 62 additions & 62 deletions
Large diffs are not rendered by default.

learn-pr/philanthropies/describe-best-practices-datacenter-operations/includes/2-key-aspects-datacenter-monitoring.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
:::image type="content" source="../media/engineer-servers.png" alt-text="Screenshot of an engineer in front of servers." lightbox="../media/engineer-servers.png":::
2-
3-
**What are the key aspects of datacenter monitoring?**
1+
## What are the key aspects of datacenter monitoring?
42

53
- **Environmental:** It is important to maintain optimal conditions that prevent equipment failure and improve efficiency.
64

learn-pr/philanthropies/describe-best-practices-datacenter-operations/includes/3-datacenter-maintenance.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
:::image type="content" source="../media/team-troubleshooting.png" alt-text="Screenshot of a team troubleshooting in a server room." lightbox="../media/team-troubleshooting.png":::
2-
3-
**What is datacenter maintenance?**
1+
## What is datacenter maintenance?
42

53
Datacenter maintenance is a vital component of datacenter operations. It focuses on keeping all infrastructure and equipment running smoothly and efficiently. Datacenter maintenance involves regular inspection, servicing, and updating of systems, such as servers, storage devices, power supplies, cooling units, and networking hardware. Through proactive maintenance practices, datacenters can address potential issues before they lead to failures, reduce downtime, and extend the lifespan of critical equipment. Scheduled maintenance tasks (such as software updates, hardware replacements, and system optimizations) help maintain optimal performance and ensure that datacenter services remain reliable and available for users.
64

7-
**Who is responsible for datacenter maintenance?**
5+
## Who is responsible for datacenter maintenance?
86

97
It's important to discuss who is responsible for maintenance in datacenters as this varies depending on the type of datacenter. Note that the individuals or groups that are responsible for datacenter maintenance are similar to those that are responsible for datacenter monitoring.
108

learn-pr/philanthropies/describe-best-practices-datacenter-operations/includes/4-key-aspects-datacenter-maintenance.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
:::image type="content" source="../media/network-technician.png" alt-text="Screenshot of a network technician." lightbox="../media/network-technician.png":::
2-
3-
**What are the key aspects of datacenter maintenance?**
1+
## What are the key aspects of datacenter maintenance?
42

53
- **Hardware maintenance:**
64

learn-pr/philanthropies/describe-best-practices-datacenter-operations/includes/6-reliability-resiliency-datacenters.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
**What are reliability and resiliency in datacenters?**
2-
31
Reliability and resiliency are critical to datacenter operations, as they ensure consistent and uninterrupted delivery of services.
42

53
- **Reliability:** Reliability refers to the ability of the datacenter to consistently perform its functions without failure. It focuses on ensuring that all systems operate correctly and deliver the expected outcomes over time.
@@ -22,7 +20,7 @@ Reliability and resiliency are critical to datacenter operations, as they ensure
2220

2321
- Fault-tolerant infrastructure.
2422

25-
**What are key concepts of reliability and resiliency in datacenters?**
23+
## What are key concepts of reliability and resiliency in datacenters? To Key concepts of reliability and resiliency
2624

2725
Reliability and resiliency are critical to datacenter operations, as they ensure consistent and uninterrupted delivery of services.
2826

learn-pr/philanthropies/describe-best-practices-datacenter-operations/includes/7-disaster-recovery-datacenters.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
:::image type="content" source="../media/equipment-maintenance.png" alt-text="Screenshot of a person servicing equipment in a server room." lightbox="../media/equipment-maintenance.png":::
2-
3-
**What is datacenter disaster recovery?**
4-
51
**Disaster recovery (DR)** is a critical component of datacenter operations. It ensures that systems, applications, and data can be restored quickly and effectively after an unexpected disruption. DR is a structured approach to maintaining business continuity during and after events like natural disasters, hardware failures, or cyberattacks. Essentially, DR in Datacenters is a set of policies, tools, and procedures designed to quickly restore IT systems and data after a disruption or failure.
62

73
**Disaster scenarios may include:**
@@ -14,7 +10,7 @@
1410

1511
- Hardware failures: Server crashes, power outages, or cooling system breakdowns.
1612

17-
**What are the key concepts of disaster recovery?**
13+
## What are the key concepts of disaster recovery? To Key concepts of disaster recovery
1814

1915
| | |
2016
| ---------------------------------- | ------------------------------------------------------------ |

learn-pr/philanthropies/describe-best-practices-datacenter-operations/includes/8-low-latency-operations-datacenters.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,28 @@
1-
:::image type="content" source="../media/network-diagnostic.png" alt-text="Screenshot of a person using a handheld network diagnostic device." lightbox="../media/network-diagnostic.png":::
2-
3-
**What is low latency?**
1+
## What is low latency?
42

53
Low latency in datacenters refers to minimizing the delay in data transmission between systems, applications, and users. Low latency is crucial for industries and applications where speed and responsiveness are essential (e.g., financial trading, gaming, and real-time communications). Low latency ensures faster processing, improved user experiences, and enhanced performance, making it a key factor in delivering high-quality, time-sensitive services.
64

7-
**What is latency?**
5+
## What is latency?
86

97
Latency is the delay between a request for data and the delivery of that data. It is typically measured in milliseconds (ms).
108

11-
**What are the types of latency?**
9+
## What are the types of latency?
1210

1311
- Network latency: Time taken for data to travel across a network
1412

1513
- Processing latency: Time taken for servers or systems to process a request.
1614

1715
- Storage latency: Time taken to read/write data from storage devices
1816

19-
**Why is low latency important?**
17+
## Why is low latency important?
2018

2119
- Enhanced user experience: Applications like video streaming, online gaming, and virtual reality require quick response times for seamless performance. Example: Slow latency in gaming can result in lag, negatively impacting gameplay.
2220

2321
- Critical business operations: In financial trading or healthcare, delays can lead to significant financial losses or even endanger lives.
2422

2523
- Support for real-time applications: Applications like IoT, autonomous vehicles, and real-time analytics depend on low latency for optimal functionality.
2624

27-
**What are key factors influencing latency?**
28-
29-
:::image type="content" source="../media/rack-maintenance.png" alt-text="Screenshot of a person working on a server rack." lightbox="../media/rack-maintenance.png":::
25+
## What are key factors influencing latency?
3026

3127
| **Term** | **Issue** | **Solution** |
3228
| --------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
@@ -36,7 +32,7 @@ Latency is the delay between a request for data and the delivery of that data. I
3632
| **Storage systems** | Older storage technologies (e.g., spinning hard drives) have higher latency compared to modern alternatives like SSDs (solid state drives) or NVMe (Non-volatile memory express) drives. | Upgrade to faster storage technologies to reduce access times and improve overall data transfer speeds. |
3733
| **Congestion** | High traffic can slow down data transfer rates. | Load balancing and traffic prioritization. |
3834

39-
**Techniques for achieving low latency in datacenters:**
35+
## Techniques for achieving low latency in datacenters
4036

4137
- **Edge computing**: Moving processing closer to the end-user reduces network latency by minimizing the distance data has to travel. Example: Content delivery networks (CDNs) cache data closer to users.
4238

@@ -54,15 +50,15 @@ Latency is the delay between a request for data and the delivery of that data. I
5450

5551
- **Automation and AI**: AI-driven systems analyze and optimize data paths, reducing unnecessary delays.
5652

57-
**How can we measure latency?**
53+
## How can we measure latency?
5854

5955
- Ping time: Measures round-trip time for data packets.
6056

6157
- Throughput: Amount of data successfully delivered over a connection in a given time.
6258

6359
- Jitter: Variability in latency over time, which can disrupt real-time applications.
6460

65-
**What sectors or services need low latency?**
61+
## What sectors or services need low latency?
6662

6763
- Financial services: Stock trading platforms depend on microsecond-level latency to execute trades instantly.
6864

@@ -74,7 +70,7 @@ Latency is the delay between a request for data and the delivery of that data. I
7470

7571
- Internet of things (IoT): Devices like smart thermostats and industrial sensors require instant feedback.
7672

77-
**What are the challenges to achieving low latency?**
73+
## What are the challenges to achieving low latency?
7874

7975
- Global reach: Serving users across the world requires creative solutions like global edge datacenters and content delivery networks (CDNs).
8076

0 commit comments

Comments
 (0)