Help
RSS
API
Feed
Maltego
Contact
Domain > bdix.tech
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-03-01
172.67.164.211
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Sun, 01 Mar 2026 15:07:09 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveAccess-Control-Allow-Origin: *Cache-Control: public, max-age0, must-revalidatereferrer-policy: strict-origin-when-cross-originx-content-type-options: nosniffReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sFyqHvmNHFsMlDK7%2BAY%2BlbKLif02zH%2FTkUkjzy7gAiD7L%2B0qBj7yoaf9SDkHG2jMyo4VHXkxiyev2NqKAEZBUsmWDDglP%2ByE%3D}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflarecf-cache-status: DYNAMICCF-RAY: 9d5911da388fff1a-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langbn> head> meta charsetUTF-8 /> title>CDN কীভাবে কাজ করে? | CDN & Image Distribution/title> meta nameviewport contentwidthdevice-width, initial-scale1 /> style> * { box-sizing: border-box; margin: 0; padding: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif; } body { background: #f5f5f7; color: #111827; line-height: 1.6; } header { background: #111827; color: #f9fafb; padding: 16px 20px; text-align: center; } header h1 { font-size: 1.6rem; margin-bottom: 4px; } header p { font-size: 0.95rem; opacity: 0.9; } main { max-width: 960px; margin: 20px auto 40px; padding: 0 16px; } .card { background: #ffffff; border-radius: 10px; padding: 18px 20px; margin-bottom: 16px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); } .card h2 { font-size: 1.2rem; margin-bottom: 8px; color: #111827; } .card h3 { font-size: 1rem; margin: 10px 0 6px; color: #1f2933; } p { font-size: 0.95rem; margin-bottom: 6px; } ul { margin: 6px 0 6px 18px; font-size: 0.95rem; } .tag { display: inline-block; background: #e5f2ff; color: #1d4ed8; font-size: 0.75rem; padding: 3px 8px; border-radius: 999px; margin-bottom: 8px; } .diagram { border-radius: 10px; border: 1px dashed #d1d5db; background: #f9fafb; padding: 12px; font-size: 0.85rem; overflow-x: auto; margin-top: 6px; white-space: pre; font-family: JetBrains Mono, Menlo, Monaco, Consolas, Courier New, monospace; } .highlight { background: #fef3c7; border-radius: 6px; padding: 6px 8px; font-size: 0.9rem; margin-top: 6px; } .columns { display: grid; grid-template-columns: 1fr; gap: 12px; } @media (min-width: 720px) { .columns { grid-template-columns: 1.1fr 1fr; } } footer { text-align: center; font-size: 0.8rem; color: #6b7280; padding: 16px 0 24px; } /style> /head> body> header> h1>CDN কীভাবে কাজ করে?/h1> p> Simple Overview of CDN & Image Distribution (Static Content Delivery) /p> /header> main> !-- Intro --> section classcard> span classtag>CDN Basics/span> h2>CDN (Content Delivery Network) কী?/h2> p> CDN হলো বিশ্বজুড়ে থাকা অনেকগুলো সার্ভারের নেটওয়ার্ক, যেগুলো আপনার ওয়েবসাইটের স্ট্যাটিক ফাইল (যেমন: ইমেজ, CSS, JS, ভিডিও ইত্যাদি) কপি করে ইউজারের কাছে সবচেয়ে কাছের সার্ভার থেকে লোড করে। /p> p>এর ফলে:/p> ul> li>ওয়েবসাইট দ্রুত লোড হয়/li> li>মেইন সার্ভারের লোড কমে যায়/li> li>ইমেজ ও ফাইলগুলো গ্লোবালি দ্রুত ডেলিভারি হয়/li> /ul> /section> !-- How CDN Works --> section classcard> span classtag>How It Works/span> h2>CDN কীভাবে কাজ করে? (Simple Flow)/h2> div classdiagram> User (Browser) │ │ 1️⃣ Image Request (example.com/image.jpg) ↓ CDN Edge Server (Closest Location) │ ├─ If Cached ✅ → Return image directly (Fast) │ └─ If Not Cached ❌ │ ↓ Origin Server (Your main server / storage) │ └─ Sends original image to CDN → CDN stores in cache /div> div classhighlight> b>Cache/b> মানে হলো CDN সার্ভারে আপনার ফাইলের কপি থাকবে, যাতে পরেরবার নতুন করে অরিজিন সার্ভার থেকে আনতে না হয়। /div> /section> !-- Image Distribution --> section classcard> span classtag>Image Distribution/span> h2>Image Distribution কীভাবে হয়?/h2> div classcolumns> div> h3>1. Origin এ ইমেজ রাখা/h3> p>প্রথমে আপনার সব ইমেজ একটি নির্দিষ্ট জায়গায় থাকবে, যেমন:/p> ul> li>Origin Server (VPS / Hosting)/li> li>Object Storage (যেমন: S3, R2 ইত্যাদি)/li> /ul> h3>2. CDN URL এর মাধ্যমে Serve করা/h3> p>ইমেজের URL এর সামনে CDN এর ডোমেইন ব্যবহার করা হয়, যেমন:/p> div classhighlight> Origin: code>https://example.com/images/map-1.jpg/code>br /> CDN: code>https://cdn.example.com/images/map-1.jpg/code> /div> /div> div> h3>3. User এর জন্য Benefit/h3> ul> li>ইউজারের লোকেশনের সবচেয়ে কাছের সার্ভার থেকে ইমেজ লোড হয়/li> li>Large image থাকলেও দ্রুত লোড হয়/li> li> একই ইমেজ একাধিকবার লোড করলে cache থেকে সাথে সাথে পাওয়া যায় /li> /ul> h3>4. Versioning / Cache Busting/h3> p> ইমেজ আপডেট করলে cache থেকে পুরনো ফাইল না আসার জন্য URL এ version যোগ করা হয়: /p> div classhighlight> code>https://cdn.example.com/images/map-1.jpg?v2/code> /div> /div> /div> /section> !-- Simple Use Cases --> section classcard> span classtag>Use Cases/span> h2>কোথায় CDN ব্যবহার করা হয়?/h2> ul> li>ইমেজ গ্যালারি, ম্যাপ, প্রোফাইল পিকচার, ব্যানার ইত্যাদি/li> li>Static Assets: CSS, JavaScript, Font ফাইল/li> li>Video streaming / Thumbnail delivery/li> li>Large File Download (zip, pdf ইত্যাদি)/li> /ul> p stylemargin-top: 6px> ছোট এবং বড় – দুই ধরনের প্রজেক্টেই CDN ব্যবহার করলে ওয়েবসাইটের স্পিড ও ইউজার এক্সপেরিয়েন্স অনেক ভালো হয়। /p> /section> /main> footer> Simple CDN & Image Distribution. /footer> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]