Cloud Computing Researcher Bangladesh

Cloud Computing Researcher Bangladesh

Share

Engr mostafijur Rahman Microsoft Azure cloud computing Developer
Canada Upwork Job as a Sr.

https://sites.google.com/view/cloudresearchbd Research Interest: Fault Tolerance in Cloud Computing Low-power Cloud Computing/Grid Computing High Performance and Reliable Computing. Software Engineering at The Best Freelancers For Hire In Canada - Upwork
https://www.linkedin.com/in/engr-mostafijur-rahman-microsoft-azure-cloud-computing-developer-329a4577/

22/02/2025

কুরআন কথা বলে মানুষের সাথে। কখনো কাঁদায়, কখনো-বা আন্দোলিত করে। জীবনঘনিষ্ঠ সব বিষয়ের আলাপ দিয়ে কুরআনের বিষয়বস্তু সাজানো। তবে কুরআনের সাথে মজবুত সম্পর্ক না থাকায়, আমরা বুঝে উঠতে পারি না—কুরআন থেকে ঠিক কীভাবে উপকৃত হব। বাস্তবতা হলো—ব্যস্ত এই জীবনে কুরআন-চর্চা খুব একটা হয় না।
এক-নজরে কুরআন একটি গবেষণাধর্মী বই, যা কুরআনকে জানার তৃষ্ণা বাড়াবে। কুরআনের সাথে আমাদের বন্ধন গড়ে তুলবে, আর কুরআন থেকে উপকৃত হবার পথও বাতলে দেবে। অল্প সময়ের জন্য এই বইটিতে চোখ বোলালেও, একেকটি সূরার মূলকথা, মেজর থিম ও ফজিলত জেনে নেওয়া সম্ভব। এ বইতে দেখানো হয়েছে প্রতিটি সূরার শুরু-শেষ সম্পর্ক। কোন সূরা কখন, কোথায় এবং কোন প্রেক্ষাপটে নাযিল হয়েছে, উঠে এসেছে সেসব চিত্রও। একটি সূরার সাথে তার আগে-পরের সূরার সম্পর্কও এখানে ফুটিয়ে তোলা হয়েছে। সেই সাথে তাদাব্বুর ও কেইস-স্টাডিতে জায়গা পেয়েছে জীবনঘনিষ্ঠ কিছু আলাপ। মোটকথা, কুরআনকে যে হাজারো দৃষ্টিভঙ্গিতে দেখা যায়, কুরআনের সাথে যে মানুষের কানেক্টিভিটি এত গভীর হতে পারে, তা অনায়াসেই অনুভব করা যাবে ইন শা আল্লাহ।

বইয়ের নাম : এক-নজরে কুরআন
লেখক : ড. মিজানুর রহমান আজহারি
নিরীক্ষণ : সত্যায়ন সাহিত্য সংসদ
প্রকাশনী : সত্যায়ন প্রকাশন
সর্বোচ্চ খুচরা মূল্য (গোল্ড) : ১৮৭০ টাকা
মোট পৃষ্ঠা : ৬০৮ থেকে
সাইজ: 6.7 ইঞ্চি * 9.4 ইঞ্চি
ধরণ: হার্ডকভার
কাগজ: ম্যাট আর্ট পেপার
বৈশিষ্ট্য: ইনফোগ্রাফিক ও কালারফুল

বিস্তারিত জানতে ও প্রি-অর্ডার করতে ভিজিট করুন:https://offer.aladaboi.com/step/ek-nojore-quran/

Release CloudSim v7.0.0 · Cloudslab/cloudsim 21/02/2025

CloudSim 7G - An Integrated Toolkit for Simulation of Future Generation Cloud Computing Environments
--------------------------------------------------------------------
Since its inception in 2009, CloudSim has become the most widely used framework for modeling and simulation of Cloud computing environments. Thousands of researchers have extended its core functionalities to accommodate the rapid evolution of the Cloud Computing paradigm, from simple machine virtualization to modern serverless platforms, fostering the creation of a rich ecosystem of extensions.

Today, we (Melbourne qCLOUDS Lab and collaborators) release CloudSim 7G, the biggest re-engineering of the codebase to date. The core architecture has been modernized, slimmed down (more than 13000 lines of code removed!) and refactored to facilitate the integration of multiple CloudSim extensions within the same simulated environment.

CloudSim7G also delivers new functionalities and significant performance improvements.

See the full release note: https://github.com/Cloudslab/cloudsim/releases/tag/7.0

Find out more about CloudSim 7G internals, please browse our latest paper: https://onlinelibrary.wiley.com/doi/full/10.1002/spe.3413

Release CloudSim v7.0.0 · Cloudslab/cloudsim CloudSim v7.0.0 (or simply CloudSim7G) features a re-engineered and generalized internal architecture to facilitate the integration of multiple CloudSim extensions. As a positive side-effect, the m...

12/12/2024

Kubernetes Architecture - Simplified Overview
Worker Node Components
🔹 Kubelet
Manages containers running on its node
Ensures containers' health and compliance with specifications
Manages local node resources
🔹 Kube-proxy
Handles networking for service-to-pod communication
Translates service IPs to pod IPs
Manages network rules on each node
🔹 Container Runtime Interface (CRI)
Manages container creation, lifecycle, and image operations
Powers the ex*****on of containers within the cluster
🔹 Pods
Smallest deployable units in Kubernetes
May contain one or multiple containers
Share networking and storage resources
Master Node (Control Plane) Components
🔹 API Server (kube-apiserver)
Central hub for all cluster operations
Processes and validates incoming API requests
Scalable horizontally for high availability
Solely responsible for direct communication with etcd
🔹 Cloud Controller Manager
Connects Kubernetes with cloud provider APIs
Oversees key controllers:
Node Controller
Route Controller
Service Controller
Enables feature updates independently of Kubernetes' core
🔹 etcd
Serves as the cluster's key-value database
Key features:
Multi-version consistency
Immutable key-value storage
gRPC-based communication
Stores cluster configurations, state, and metadata
🔹 Scheduler (kube-scheduler)
Allocates pods to nodes based on:
Resource availability
Node affinity and anti-affinity rules
Taints and tolerations
🔹 Controller Manager
Manages cluster control loops and state corrections
Key responsibilities:
Garbage collection
Namespace lifecycle management

12/12/2024

Let's understand the difference between Supervised Learning and Unsupervised Learning.
🎯 Supervised Learning:
Supervised Learning works with a clear roadmap, like having a teacher guiding the learning process. It learns from labeled examples to make predictions for new data. This approach is helpful for tasks like categorizing items or making predictions.
Key Points:
-Requires labeled examples for learning.
-Great for sorting and predicting tasks.
🌀 Unsupervised Learning:
Unsupervised Learning is like exploration without a guide. There are no labels; the computer looks for hidden patterns and groups in the data, much like a detective solving a mystery.
Key Points:
-No labels are provided for learning.
-Used for finding hidden patterns.
Real-World Examples:
🔸 Supervised Learning: Personalized recommendations, fraud detection, medical diagnosis.
🔸 Unsupervised Learning: Customer segmentation, anomaly detection, data compression.
Something in Between- Semi-Supervised Learning
Semi-supervised learning combines both approaches, using a small amount of labeled data and a larger amount of unlabeled data. It's helpful when labeled examples are scarce.

11/12/2024

1. 𝐏𝐡𝐲𝐬𝐢𝐜𝐚𝐥 𝐋𝐚𝐲𝐞𝐫:
Threats:Eavesdropping/Tapping: Unauthorized interception of data signals.
Physical Tampering: Unauthorized access to or damage of physical devices (e.g., cables, routers).
Electromagnetic Interference: Interference with signal transmission.

2. 𝐃𝐚𝐭𝐚 𝐋𝐢𝐧𝐤 𝐋𝐚𝐲𝐞𝐫:
Threats:MAC Address Spoofing: Forging a MAC address to gain unauthorized access to a network.
ARP Spoofing: Poisoning the Address Resolution Protocol (ARP) cache to redirect traffic.
Switch Flooding: Overwhelming a switch with excessive traffic, causing it to malfunction.

3. 𝐍𝐞𝐭𝐰𝐨𝐫𝐤 𝐋𝐚𝐲𝐞𝐫:
Threats:IP Spoofing: Forging IP addresses to impersonate another device.
Route Table Manipulation: Modifying routing tables to redirect traffic.
Smurf Attack: A type of DDoS attack that floods a target with ICMP echo requests.

4. 𝐓𝐫𝐚𝐧𝐬𝐩𝐨𝐫𝐭 𝐋𝐚𝐲𝐞𝐫:
Threats:UDP Flood: Overwhelming a target with UDP packets.
SYN Flood: A type of DDoS attack that overwhelms a server with connection requests.

5. 𝐒𝐞𝐬𝐬𝐢𝐨𝐧 𝐋𝐚𝐲𝐞𝐫:
Threats:Session Hijacking: Taking over an established session between two parties.
Session Fixation: Forcing a victim to use a specific session ID.
Man-in-the-Middle Attacks: Intercepts communication between two parties.

6. 𝐏𝐫𝐞𝐬𝐞𝐧𝐭𝐚𝐭𝐢𝐨𝐧 𝐋𝐚𝐲𝐞𝐫:
Threats:Data Compression Manipulation: Tampering with compressed data.
Character Encoding Attacks: Exploiting vulnerabilities in character encoding.
SSL Stripping: Downgrading an HTTPS connection to an insecure HTTP connection.

7. 𝐀𝐩𝐩𝐥𝐢𝐜𝐚𝐭𝐢𝐨𝐧 𝐋𝐚𝐲𝐞𝐫:
Threats:SQL Injection: Injecting malicious SQL code into web applications.
Cross-Site Scripting (XSS): Injecting malicious scripts into web pages.
DDoS Attacks: Overwhelming a web server with traffic.

16/09/2024

𝐖𝐡𝐚𝐭 𝐢𝐬 𝐒𝐲𝐬𝐭𝐞𝐦 𝐃𝐞𝐬𝐢𝐠𝐧?
System design is the blueprint of a system, outlining its architecture, components, interfaces, and data flow to fulfill specific requirements. It's about crafting a detailed plan that ensures the system is functional, scalable, and reliable.
𝐖𝐡𝐲 𝐢𝐬 𝐒𝐲𝐬𝐭𝐞𝐦 𝐃𝐞𝐬𝐢𝐠𝐧 𝐂𝐫𝐮𝐜𝐢𝐚𝐥?
📌 Scalability: Allows systems to grow smoothly with user and data increases.
📌 Reliability: Guarantees consistent performance and swift recovery from failures.
📌 Maintainability: Simplifies updates, bug fixes, and feature enhancements.
📌 Performance: Optimizes resources for fast and responsive user experiences.
📌 Security: Integrates protection against threats and vulnerabilities.
📌 Cost Efficiency: Creates economical systems for development, maintenance, and operation.
𝐊𝐞𝐲 𝐂𝐨𝐦𝐩𝐨𝐧𝐞𝐧𝐭𝐬 𝐨𝐟 𝐒𝐲𝐬𝐭𝐞𝐦 𝐃𝐞𝐬𝐢𝐠𝐧
📌 𝐀𝐫𝐜𝐡𝐢𝐭𝐞𝐜𝐭𝐮𝐫𝐞 𝐃𝐞𝐬𝐢𝐠𝐧: Focuses on the system’s high-level structure, defining how various components are organized and interact to meet requirements.
📌 𝐈𝐧𝐭𝐞𝐫𝐟𝐚𝐜𝐞 𝐃𝐞𝐬𝐢𝐠𝐧: Develops the user interfaces and APIs that allow seamless communication between system components and users.
📌 𝐃𝐚𝐭𝐚 𝐃𝐞𝐬𝐢𝐠𝐧: Defines the structure of data within the system, ensuring it aligns with performance objectives and supports efficient data storage and retrieval.
📌 𝐌𝐨𝐝𝐮𝐥𝐞 𝐃𝐞𝐬𝐢𝐠𝐧: Breaks the system into smaller, manageable modules, each responsible for a specific function, promoting easier development, testing, and maintenance. https://sites.google.com/view/cloudresearchbd/team?authuser=0

14/09/2024

𝐀 𝐂𝐨𝐦𝐩𝐥𝐞𝐭𝐞 𝐆𝐮𝐢𝐝𝐞 𝐓𝐨 𝐂𝐥𝐨𝐮𝐝 𝐃𝐢𝐬𝐜𝐨𝐯𝐞𝐫𝐲 𝐌𝐚𝐫𝐤𝐞𝐭

Cloud Discovery Market size is estimated to reach US$4.1 billion by 2030, growing at a CAGR of 16.4% during the forecast period 2024-2030. Growing adoption of multi-cloud environments and increasing need for compliance and security are expected to propel the growth of Cloud Discovery Market.

𝐃𝐨𝐰𝐧𝐥𝐨𝐚𝐝 𝐬𝐚𝐦𝐩𝐥𝐞 𝐫𝐞𝐩𝐨𝐫𝐭 : @ https://lnkd.in/gw4hex_h

𝐈𝐧𝐭𝐞𝐠𝐫𝐚𝐭𝐢𝐨𝐧 𝐰𝐢𝐭𝐡 𝐀𝐈 𝐚𝐧𝐝 𝐌𝐚𝐜𝐡𝐢𝐧𝐞 𝐋𝐞𝐚𝐫𝐧𝐢𝐧𝐠:
The integration of AI and machine learning technologies is enhancing the capabilities of cloud discovery tools. These advanced technologies enable more intelligent and automated identification, classification, and monitoring of cloud resources

𝐄𝐱𝐩𝐚𝐧𝐬𝐢𝐨𝐧 𝐨𝐟 𝐌𝐮𝐥𝐭𝐢-𝐂𝐥𝐨𝐮𝐝 𝐚𝐧𝐝 𝐇𝐲𝐛𝐫𝐢𝐝 𝐂𝐥𝐨𝐮𝐝 𝐄𝐧𝐯𝐢𝐫𝐨𝐧𝐦𝐞𝐧𝐭𝐬:
Organizations are increasingly adopting multi-cloud and hybrid cloud strategies to leverage the strengths of different cloud service providers. This trend is driving the demand for cloud discovery solutions that can provide comprehensive visibility and management across diverse cloud environments, ensuring seamless operations and optimal resource utilization.

𝐄𝐧𝐡𝐚𝐧𝐜𝐞𝐝 𝐒𝐞𝐜𝐮𝐫𝐢𝐭𝐲 𝐚𝐧𝐝 𝐂𝐨𝐦𝐩𝐥𝐢𝐚𝐧𝐜𝐞 𝐅𝐞𝐚𝐭𝐮𝐫𝐞𝐬:
As cloud adoption grows, so do concerns about security and regulatory compliance. Cloud discovery tools are evolving to offer robust security features, such as real-time threat detection, vulnerability assessments, and automated compliance checks.

14/09/2024

Journey from raw to refined data!
The journey begins at the inception of raw data, ensuring matching source schemas lays the foundational stone for a robust data structure.
As we progress, the data undergoes a transformation, becoming organized and primed for in-depth analysis.
You then map your business structure, leveraging master data to navigate through decision-making.
It continues as data is amalgamated, purified, and structured, simplifying comprehension and paving the way for comprehensive solutions.
In your workspace, a consistent realm evolves, fostering a learning and experimental environment for your team.
Witness transient modifications in the staging areas through ELT processes, akin to preparing a canvas for a masterpiece.
ETL and streaming processes introduce complexity, while OLTP databases stand as pillars of reliable sources.
Data seamlessly traverses through Google Cloud, AWS, and Azure, enabling the entire data ecosystem to thrive.
Applications are the lifeblood of this system, fueling everything from data science initiatives to routine reporting.
Navigating through the expansive and profound data lake, data engineering orchestrates the data flow from myriad sources.
From IoT device data to various structured and unstructured data types, each component plays a pivotal role in crafting the larger picture.
Key contributors like the finance and marketing departments, along with ad-hoc data requests and real-time analyses, enrich the data journey!
What insights would you add to enhance this data journey?

04/09/2024

Cyber Security Essentials The subject allows students to learn cyber-attack techniques used in practice, and methods to defend against such attacks using industry standard tools and techniques. Topics include cyber-attacks and defences, web security, firewalls, intrusion detection systems along with security services. Lab tutorials is diverse with exploring popular kinds of attacks and countermeasures including SQL injections, XSS, Code ex*****ons, Phishing and Pharming, TCP/IP based attacks… and configure a firewall system, IDS, IPS.
1. https://github.com/ngoclesydney/Cyber_Security_Essential
https://github.com/ngoclesydney/Cyber_Security_Essential/blob/master/Lab%201%20Introduction_Git.pdf
https://github.com/ngoclesydney/Cyber_Security_Essential/blob/master/Lab%202%20Pharming%20Attack_Git.pdf
https://github.com/ngoclesydney/Cyber_Security_Essential/blob/master/Lab%203%20Crypto-SSL-X509_Git.pdf
https://github.com/ngoclesydney/Cyber_Security_Essential/blob/master/Lab%204%20Dirty%20Cow%20attack_Git.pdf
https://github.com/ngoclesydney/Cyber_Security_Essential/blob/master/Lab%205%20TCP%20IP%20based%20attack_Git.pdf
https://github.com/ngoclesydney/Cyber_Security_Essential/blob/master/Lab%206%20TCP%20continue_Git.pdf

13/01/2024

Data Pipelines Overview.

Data pipelines are a fundamental component of managing and processing data efficiently within modern systems. These pipelines typically encompass 5 predominant phases: Collect, Ingest, Store, Compute, and Consume.

1. Collect:
Data is acquired from data stores, data streams, and applications, sourced remotely from devices, applications, or business systems.

2. Ingest:
During the ingestion process, data is loaded into systems and organized within event queues.

3. Store:
Post ingestion, organized data is stored in data warehouses, data lakes, and data lakehouses, along with various systems like databases, ensuring post-ingestion storage.

4. Compute:
Data undergoes aggregation, cleansing, and manipulation to conform to company standards, including tasks such as format conversion, data compression, and partitioning. This phase employs both batch and stream processing techniques.

5. Consume:
Processed data is made available for consumption through analytics and visualization tools, operational data stores, decision engines, user-facing applications, dashboards, data science, machine learning services, business intelligence, and self-service analytics.

The efficiency and effectiveness of each phase contribute to the overall success of data-driven operations within an organization.

Over to you: What's your story with data-driven pipelines? How have they influenced your data management game?

Want your school to be the top-listed School/college in Dhaka?

Click here to claim your Sponsored Listing.

Location

Address

Dhaka
1212