Thursday, June 26, 2025
30.5 C
Singapore

StarHub’s Upgraded Cellular-On-Wheels Vehicle to Debut at NDP 2014

As Singapore’s 49th birthday bash is around the corner, StarHub is doing its part to support the celebrations in and around ‘The Float@Marina Bay’, where a crowd of over 30,000 per show will congregate in the coming Saturdays. Many are expected to share their experiences through photos and videos on their mobile devices.

As with any large-scale events, our support for the National Day Parade (NDP) 2014 began months in advance. After reviewing the mobile traffic handling capacity of our equipment, we have enhanced mobile coverage and added capacity at over 30 mobile base stations in the location to ensure NDP goers will enjoy excellent service experience.

We will also deploy our upgraded solar-powered ‘Cellular-On-Wheels’ van right beside the seating gallery at The Float@Marina Bay. Affectionately known as ‘COW’, this mobile base station alone is able to handle mobile traffic from 2,000 users.

StarHub network engineers will be on-site to monitor base station performance, in addition to engineers at our network operation centre that remotely monitors the health of our nationwide network around-the-clock.

See also  After PGP and MGP, young Singaporeans must reject handouts and demand the best education and jobs

During NDP 2013, we achieved 100% uptime for our mobile network, which processed six times more download traffic and 14 times more upload traffic.

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });