Node IDs should be permanent (as you point out, the URLs are based on them -- changes there would make google hate you)
Content IDs are not unique within the Node table. You need a combination of content id AND content type id in order to get a node id back (fortunately, the content type id should remain static, so you don't need the user to enter it if you want to go down that road).
|