Social Media & App Bandwidth Calculator

হোম » অনলাইন টুলস » Social Media & App Bandwidth Calculator
📊 Network Planning & Sizing

Social Media & App Bandwidth Calculator

YouTube, Facebook, Zoom, Gaming এবং সোশ্যাল মিডিয়ার সমসাময়িক ব্যবহারকারীদের ভিত্তিতে সঠিক ব্যান্ডউইথ পরিমাপ করুন।

প্রস্তাবিত ব্যান্ডউইথ (Recommended)
↓ 466 Mbps / ↑ 103 Mbps
(15% ওভারহেড বাফার সহ)

সমসাময়িক সক্রিয় ব্যবহারকারী সংখ্যা (Concurrent Active Streams)

🎬 YouTube 4K Ultra HD ~20 Mbps/user
▶️ YouTube 1080p / 720p ~5 Mbps/user
📱 Facebook Video & TikTok ~3 Mbps/user
🎥 Zoom / Meet HD Calls ~3.5 Mbps/user
💬 WhatsApp & IMO Calls ~1 Mbps/user
🎮 Online Gaming (PUBG/FreeFire) ~1.5 Mbps/user

জেনারেট হওয়া MikroTik Simple Queue স্ক্রিপ্ট

নিচের কোডটি MikroTik WinBox এর New Terminal এ পেস্ট করুন।

mikrotik_app_queue_rules.rsc
# =============================================================
# ISP SECTOR - Multi-App Bandwidth & Queue Rule Generator
# Generated at: 2026-09-12 03:34:03
# Target Subnet: 192.168.10.0/24
# Estimated Concurrent Streams: 115
# =============================================================

# 1. Create Parent / Group Simple Queue
/queue simple add name="App_Bandwidth_Plan" target="192.168.10.0/24" max-limit="103M/466M" comment="Calculated Multi-App Capacity with 15% Buffer"

# 2. Recommended PCQ Type Limits for Fair Sharing (Optional)
/queue type add name="pcq_download_app" kind=pcq pcq-rate=0 pcq-limit=50KiB pcq-total-limit=2000KiB pcq-classifier=dst-address
/queue type add name="pcq_upload_app" kind=pcq pcq-rate=0 pcq-limit=50KiB pcq-total-limit=2000KiB pcq-classifier=src-address

# 3. Attach PCQ to Target Queue
/queue simple set [find name="App_Bandwidth_Plan"] queue="pcq_upload_app/pcq_download_app"

# =============================================================
# Paste directly into MikroTik WinBox Terminal (New Terminal)
# =============================================================
Bandwidth: Down 466M / Up 103M Target: 192.168.10.0/24 | RouterOS v6/v7

Calculates concurrent user bandwidth for streaming, conferencing, and gaming applications. Generates automated MikroTik Simple Queue and PCQ allocation scripts.