PodcastsTechnologyTechnically U

Technically U

Technically U
Technically U
Latest episode

258 episodes

  • Technically U

    Your Device Has a Secret Fingerprint — And Websites Know It

    2026/05/28 | 21 mins.
    Have you ever logged into your bank account and seen the message: “We don’t recognize this device”?That message may be powered by one of the most important cybersecurity tools most people have never heard of: device fingerprinting.
    In this episode of Technically U, we break down how websites, banks, apps, payment platforms, and security systems can recognize your device based on clues like your browser, operating system, screen size, location, time zone, IP address, graphics behavior, and even how your device renders web content.
    Device fingerprinting can help protect you from fraud, account takeover, bots, credential stuffing, and suspicious logins — but it also raises serious privacy concerns because it can be used to track users even when cookies are deleted or blocked.
    We explain it in a way that everyday users can understand, while also covering technical details for cybersecurity professionals, including browser signals, WebGL fingerprinting, canvas fingerprinting, behavioral analytics, bot detection, session protection, and risk-based authentication.
    Device fingerprinting is one of the hidden cybersecurity functions working behind the scenes every day. It helps protect your accounts — but it also shows how much your device may reveal without you realizing it.
    📢 Your support means the world to us! Every subscriber motivates our team to create even better educational and awareness videos.
    Hit that subscribe button and be part of our journey!
    Technically UTech made simple. One packet at a time.
  • Technically U

    DTLS: Why VoIP Calls and Video Conferences Need Different Encryption Than HTTPS

    2026/05/28 | 3 mins.
    Your Zoom call, WebEx meeting, VoIP phone conversation, and WebRTC video chat may all be encrypted — but they are not using HTTPS.
    Why? Because HTTPS relies on TLS over TCP, while real-time communications usually run on UDP.
    In this episode of Technically U, we break down DTLS — Datagram Transport Layer Security — the encryption protocol that makes secure real-time communication possible.
    DTLS gives voice, video, gaming, IoT, VPNs, and live streaming the security benefits of TLS while still supporting the speed and flexibility of UDP.
    You’ll learn why traditional TLS works well for websites, APIs, and file downloads, but creates problems for real-time traffic where delays, retransmissions, and packet ordering can ruin the user experience.
    We also explain how DTLS handles packet loss, out-of-order delivery, replay protection, handshake reliability, and secure key exchange.
    Topics covered include:
    What DTLS is
    Why TLS does not work well over UDP
    TCP vs UDP for real-time communications
    How DTLS secures VoIP and video conferencing
    DTLS-SRTP and WebRTC encryption
    How DTLS is used in IoT, VPNs, gaming, and live streaming
    DTLS 1.2 vs DTLS 1.3
    Common DTLS security mistakes
    Why certificate validation still matters
    How DTLS protects real-time traffic without breaking performance
    DTLS is the unsung hero behind secure real-time communications.
    Every VoIP call, browser-based video meeting, WebRTC session, and many IoT communications rely on encryption that can survive packet loss, jitter, and unreliable networks.
    We are Technically U, and our motto is: Tech made simple.
    Subscribe for more clear breakdowns on networking, cybersecurity, encryption, protocols, enterprise technology, and the systems that power modern communication.
  • Technically U

    AI Agents Are Replacing Jobs AI Chatbots Never Could: Here's the Difference

    2026/05/21 | 10 mins.
    AI agents are changing the workplace faster than most people realize. Unlike AI assistants such as ChatGPT, Claude, Gemini, or Copilot, AI agents do more than answer questions — they can take action inside business systems, complete workflows, update records, process requests, and make decisions within defined rules.
    In this episode of Technically U, we break down the real differences between AI assistants and AI agents, why companies are deploying them aggressively in 2026, and which jobs are most at risk of automation.
    You’ll learn how AI agents are being used in customer service, IT support, sales operations, data entry, finance, scheduling, and business operations.
    We also explain why the shift from “AI-assisted work” to “AI-executed work” is so important, what employees should do to stay relevant, and how managers should decide what to automate first.
    Topics covered include:
    AI assistants vs AI agents
    How autonomous AI agents work
    Jobs being automated by AI agents
    Salesforce AgentForce, Microsoft Copilot Studio, Google Workspace AI, and ServiceNowAI agents
    Why 2025–2026 became the breakout period for AI agents
    The economics behind AI automation
    Skills employees need to protect their careers
    How managers should roll out AI agents responsibly
    AI is not replacing every job — but AI agents are replacing specific tasks at scale. The question is no longer whether this technology is coming. It is already here.
    Subscribe to Technically U for clear, practical breakdowns of enterprise technology, cybersecurity, AI, automation, and the future of work.
  • Technically U

    DHT Security Explained: Why Distributed Hash Tables Are Fundamentally Vulnerable

    2026/05/13 | 8 mins.
    What if the technology powering BitTorrent, IPFS, and blockchain networks… is fundamentally insecure?
    In this episode of Technically U, we take a deep dive into Distributed Hash Table (DHT) security—and uncover why one of the internet’s most important decentralized technologies still faces unsolved security challenges after more than 20 years of research.
    DHTs enable peer-to-peer networking without central servers, making them powerful for censorship resistance and scalability. But that same openness introduces serious vulnerabilities that attackers can exploit.
    🎯 In this episode, you’ll learn:
    What a Distributed Hash Table (DHT) is and how it works
    How DHTs power systems like BitTorrent, IPFS, blockchain node discovery, and Tor
    The three major attack types:
    Sybil Attacks – fake identities controlling the network
    Eclipse Attacks – isolating victims from the real network
    Routing & Storage Attacks – manipulating or corrupting data
    Real-world examples of DHT attacks, including IPFS and Ethereum vulnerabilities
    Why attackers can execute large-scale attacks at surprisingly low cost
    Key defense strategies:
    Proof-of-Work and Proof-of-Space
    Routing table diversity and multi-path lookups
    Cryptographic verification and redundancy
    Reputation systems and behavioral analysis
    Why no perfect solution exists (and likely never will)
    The fundamental tradeoffs between security, decentralization, anonymity, and performance
    🚨 Critical Insight:
    DHTs are designed to be open and permissionless—but that same design makes them inherently vulnerable to Sybil attacks. Without a central authority, there is no way to fully prevent attackers from creating unlimited identities.
    💡 Why this matters:
    DHTs are widely used in modern infrastructure.
    Understanding their limitations is critical for:
    Network engineers
    Cybersecurity professionals
    Blockchain developers
    Anyone building or relying on decentralized systems
    🎧 Technically U – Tech made simple. One packet at a time.
    👉 If you’re building on DHT-based systems, remember:
    Use multiple layers of defense, monitor for attacks, and never treat DHT data as your only source of truth.
  • Technically U

    802.1X Explained: The Technology Controlling Who Gets on Your Network

    2026/05/10 | 9 mins.
    Who is allowed on your network—and how is that decision made?In this episode of Technically U, we break down IEEE 802.1X, the powerful security framework behind Network Access Control (NAC) that determines whether devices can connect to your wired or wireless network.
    Whether you're plugging into an Ethernet port or connecting to corporate Wi-Fi, 802.1X is working behind the scenes to authenticate users, validate devices, and enforce security policies—often in just seconds.
    🎯 In this session, you'll learn:
    What 802.1X authentication is and why it matters
    How RADIUS servers, switches, and endpoints (supplicants) work together
    The step-by-step 802.1X authentication process
    Key protocols like EAP, PEAP, and EAP-TLS explained simply
    The difference between WPA2/WPA3 Enterprise vs PSK Wi-Fi
    How enterprises use dynamic VLAN assignment for secure segmentation
    What MAC Authentication Bypass (MAB) is and when it’s used
    How NAC solutions (Cisco ISE, Aruba ClearPass, FreeRADIUS) enhance security
    The role of 802.1X in Zero Trust architectures
    Real-world deployment tips and common challenges
    🚀 Why this matters:
    Modern networks are no longer defined by location—they’re defined by identity. With remote work, IoT devices, and increasing cyber threats, 802.1X is a foundational layer of enterprise security.
    If you're in IT, networking, cybersecurity—or just want to understand how secure networks actually work—this episode gives you a clear, practical breakdown.
More Technology podcasts
About Technically U
One podcast keeps IT pros ahead of career-ending surprises. You're in cybersecurity, networking, or IT leadership. You know the feeling—scrambling to explain a breach, outage, or AI disruption you should have seen coming. TechnicallyU give you a 20-minute or more weekly briefing that makes you the smartest person in every meeting. What we actually cover: Why your MFA isn't protecting you like you think AI tools that will replace jobs vs. ones that will save them Cloud architecture mistakes costing companies millions Your competitors are already listening. New episodes every Thursday
Podcast website

Listen to Technically U, Lex Fridman Podcast and many other podcasts from around the world with the radio.net app

Get the free radio.net app

  • Stations and podcasts to bookmark
  • Stream via Wi-Fi or Bluetooth
  • Supports Carplay & Android Auto
  • Many other app features