System.Web and System.Net are top-level configuration section groups in Web.config. System.Web contains ASP.NET-specific settings like authentication, authorization, and custom errors, while System.Net contains networking configuration like mail settings and request authentication. Pages and authentication are individual sections within System.Web, not separate section groups.