Let there be a sequence of independent experiments all having probability $p$ to succeed. If random variable $X$ is defined by stating that $X=k$ if the $k$-th experiment takes care of the first success then $X$ has geometric distribution with parameter $p$. We could define random variables $X_1,X_2,\dots$ where $X_i=1$ if the $i$-th experiment succeeds and $X_i=0$ if it fails. Then these $X_i$ are iid and have Bernouilli distribution with parameter $p$.
Note that e.g. the event $X=3$ can be described as: $X_1=0\wedge X_2=0\wedge X_3=1$ so that $$P(X=3)=P(X_1=0\wedge X_2=0\wedge X_3=1)=P(X_1=0)P(X_2=0)P(X_3=1)=(1-p)^2p$$
More generally we have: $$P(X=k)=(1-p)^{k-1}p$$
I can't help if it comes to the name geometric. So your question has made me curious as well. I hope someone will react on that.