Scene Versus View

With reference to page 127, what is the main difference between a scene and a view?
when we call “self.view”, by this we mean the view of the scene.
and then we use : let scale = view.bounds.size.width / self.size.width
What is the difference in size, between the scene’s view and the scene itself ?