WordPress Network admin options page: how to store options and where will they be stored?

Use add_site_option() and update_site_option(). You can find these functions in wp-includes/functions.php.