This link has a brief overview of the two: http://www.cs.jhu.edu/~cohen/CS226/L...VecListSeq.pdf.

Basically, position means you locate an element through a next/previous type of mechanism (sequential access), like a linked list. Rank is akin to array index (random access), where you can get to any element directly.