ADVERTISEMENT

NEDA study: Urgent overhaul needed for telcos to boost digital economy

Published Feb 8, 2024 12:03 am

At A Glance

  • Study by  National Economic and Development Authority (NEDA) emphasizes need for comprehensive overhaul of telecommunications sector to address negative effects of costly and slow Internet connectivity on digital economy.<br>Digital economy's share of GDP declined from 10.1% in 2018 to 9.4% in 2022.<br>Decline attributed to high costs of Internet services, slower speeds, and limited coverage by major players in the telecommunications sector.<br>Market barriers include franchise and licensing restrictions, interconnection and access rules, infrastructure limitations, and unclear, fragmented policies on spectrum management.<br>Legislative franchise requirement for telecommunications service providers hinders market entry, innovation, and competition.<br>NEDA recommends transitioning to a general authorization regime to attract more investment and encourage new entrants.<br>Agency calls for strengthening regulatory oversight and enhancing transparency in interconnection processes by the National Telecommunications Commission (NTC).<br>Empowering NTC to impose fair access obligations on operators with Significant Market Power (SMP) to create a more balanced market and improve service quality.<br>Necessity of infrastructure sharing among service providers highlighted as a fundamental aspect of open access policies.<br>Proposed reforms in spectrum management include revising spectrum user fees, developing a comprehensive spectrum management framework, and introducing competitive auctions for spectrum allocation to promote equitable distribution, adoption of new technologies, and transparency.

A study by the National Economic and Development Authority (NEDA) has raised the need for a comprehensive telecommunications sector overhaul to address the negative effects of costly and slow Internet connectivity on the country's digital economy.

In a policy note, the NEDA revealed that the digital economy's share of the country's gross domestic product (GDP) has dwindled to single digits over the past five years, from 10.1 percent in 2018 to 9.4 percent in 2022.

This declining trend runs counter to the expanding economic impact of digital businesses and related services in country, which posted a seven percent increase in gross value added (GVA) from P1.84 trillion to P2.08 trillion during the same period.

“This decline [in GDP share] indicates there is substantial untapped potential in the digital economy,” the NEDA said.

The agency said the anemic growth was primarily attributed to the high costs of Internet services, slower speeds, and limited coverage provided by a few major players in the telecommunications sector.

The NEDA said these systemic challenges are driven by market barriers such as franchise and licensing restrictions, interconnection and access rules, infrastructure limitations, and unclear, fragmented policies on spectrum management.

The agency said that the current legislative franchise requirement for telecommunications service providers represents a significant obstacle to market entry, impeding innovation and competition.

“By removing this requirement and transitioning to a general authorization regime, the sector can attract more investment and encourage new entrants,” the NEDA said.

“This move, in line with global best practices, is expected to stimulate growth and development in the telecommunications industry,” the agency added.

The NEDA further noted that the dominance of Globe Telecom and Smart Communications has resulted in an uneven playing field, particularly disadvantaging independent internet service providers (ISPs) and smaller industry players.

The NEDA called for the National Telecommunications Commission (NTC) to strengthen its regulatory oversight and enhance transparency in interconnection processes among industry players, to promote fair competition and a level playing field.

“Empowering the NTC to impose fair, reasonable, and non-discriminatory access obligations on operators with Significant Market Power (SMP) will help create a more balanced market, encouraging competition and improving service quality,” the NEDA said.

Furthermore, the agency underscored the necessity of infrastructure sharing among service providers, citing it as a fundamental aspect of open access policies.

“This approach, which aligns with international practices, can lead to more efficient use of network resources, reduce costs, and facilitate the entry of new players,” the agency said.

Lastly, the NEDA said that the current approach to spectrum management in the country is marked by unclear and fragmented policies, and is inadequately equipped to support the evolving landscape of internet technologies.

“Proposed reforms include revising spectrum user fees, developing a comprehensive spectrum management framework, and introducing competitive auctions for spectrum allocation,” the NNEDA said.

“These changes aim to promote a more equitable distribution of spectrum, encourage the adoption of new technologies, and enhance transparency in spectrum management,” it concluded.

Related Tags

National Economic and Development Authority (NEDA) slow internet Smart Communications digital economy Globe Telecom
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.