DASH (MPEG-DASH, ISO/IEC 23009-1) is the codec-agnostic, open-standard adaptive-streaming format used widely on everything except Apple devices: Android, Chrome, Windows, smart TVs, and set-top boxes. Like HLS it segments the stream and delivers over HTTP, but its manifest is an XML Media Presentation Description (MPD) that describes renditions, timelines, and tracks.
DASH's design goals were vendor and codec neutrality: it does not mandate a codec or DRM, which makes it flexible but means interoperability is defined by profiles (such as DASH-IF) rather than the spec alone. It supports rich features — multiple periods (useful for ad insertion), flexible audio/subtitle signaling, and low-latency operation (LL-DASH).
In practice platforms serve both HLS and DASH to cover all devices, and CMAF lets them do so from one set of segments. DASH commonly pairs with Widevine and PlayReady via Common Encryption (cenc or, increasingly, cbcs).

