Server rental store

AI in the Bering Sea

# AI in the Bering Sea: Server Configuration

This article details the server configuration used to support the "AI in the Bering Sea" project, a research initiative utilizing artificial intelligence to analyze real-time data from sensors deployed in the Bering Sea. This document is designed for new server engineers joining the team and assumes a basic understanding of Linux server administration and networking. We will cover hardware, software, networking, and data storage.

Project Overview

The "AI in the Bering Sea" project involves continuous data streams from various sensors (hydrophones, temperature probes, salinity sensors, current meters, and satellite imagery) monitoring marine mammal populations, oceanographic conditions, and climate change effects. The data is processed in real-time using machine learning models to identify patterns, predict events, and provide insights to researchers. This requires a robust, scalable, and reliable server infrastructure. See also Data Acquisition Systems and Machine Learning Algorithms.

Hardware Configuration

The core of the server infrastructure consists of three primary server types: Data Ingestion Servers, Processing Servers, and Database Servers. The specifications for each are outlined below.

Server Type CPU RAM Storage Network Interface
Data Ingestion Server | Intel Xeon Gold 6248R (24 cores) | 128 GB DDR4 ECC | 4 x 4TB NVMe SSD (RAID 10) | 10 Gbps Ethernet |
Processing Server | AMD EPYC 7763 (64 cores) | 256 GB DDR4 ECC | 8 x 8TB NVMe SSD (RAID 10) + 2 x 16TB HDD (Backup) | 25 Gbps Ethernet |
Database Server | Intel Xeon Platinum 8280 (28 cores) | 512 GB DDR4 ECC | 12 x 4TB NVMe SSD (RAID 6) | 10 Gbps Ethernet |

These servers are housed in a dedicated, climate-controlled server room with redundant power supplies and UPS backup. See also Server Room Requirements and Redundancy Planning.

Software Stack

The software stack is built around a Linux base, utilizing containerization for application deployment and management.

⚠️ *Note: All benchmark scores are approximate and may vary based on configuration. Server availability subject to stock.* ⚠️