It looks like, basically, SSAO is a shader that helps approximate how light works without using too much resource power. "Ordinary" ambient occlusion uses the geometry of objects, and is more accurate, but not fast enough for video games, whereas screen space ambient occlusion uses pixels...