What duplicate content actually is
Duplicate content means the same block of text, or a near-identical version of it, is reachable from more than one URL. That can happen inside a single site, when two paths lead to the same product, or across domains, when an article gets republished unchanged on another site. Google crawls and indexes by URL, not by content: every address that returns the same text is, technically, a new page that needs to be processed, compared, and sorted out.
Exact duplication is the easiest case to spot. The same page loaded with and without tracking parameters, with and without a trailing slash, over http and https, with and without www. The HTML barely changes between versions; only the address does. It's usually a technical side effect rather than an editorial choice, and almost always a single tool fixes it: a canonical tag or a redirect.
Near duplicate content is a different animal. The text isn't identical, but it's similar enough that it adds little extra value: a t-shirt's product page in size S and the same page in size M with two words changed, a press release syndicated across ten outlets with the same body copy, a printable version of an article, or a landing page half-translated between two markets without an hreflang tag marking the relationship between the versions. This is, by far, the more common case in practice. Almost no site has exact duplicates on purpose, but almost every site past a certain size accumulates near-duplicate variants without anyone noticing.
In both cases the practical effect is similar. Google usually settles on one version to show in results and treats the rest as secondary copies that don't compete on their own. The site doesn't lose authority for having the copies, but it doesn't gain anything either by keeping them separate instead of concentrating that authority on one URL. There's also an indirect cost: crawling, comparing, and discarding duplicate pages eats crawl budget that Google could otherwise spend on new or relevant content from the same site.
