Drupal 7 introduced the field API, which incorporate in Drupal 7 the code that in Drupal 6 was part of the third-party module, CCK (aka Content Construction Kit).
The difference between the CCK module and the Drupal 7 field API is that fields can be added to any Drupal 7 entity, such as nodes, users, comments, taxonomy terms, or any fieldable entity provided by third-party modules that are compatible with the field API.