تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
يتيح نظام التشغيل Android ميزة تقسيم شبكة الجيل الخامس، وهي استخدام تكنولوجيا مشاركة موارد الشبكة لقسمة اتصالات الشبكة الفردية إلى اتصالات افتراضية متعددة ومميّزة توفّر كميات مختلفة من الموارد لأنواع مختلفة من الزيارات.
لا تتطلّب تقنية تقسيم شبكة الجيل الخامس (5G) توافق التطبيق، وسيتم توجيه حركة بيانات الشبكة
استنادًا إلى الإعداد. سيظل بإمكان التطبيقات اختيار
شبكة مختلفة بشكل صريح، ما لم يتم ضبط NON_MATCHING_NETWORKS_DISALLOWED.
بدءًا من Android 12، يمكن لمشرفي تكنولوجيا المعلومات استخدام preferentialNetworkService لتوجيه الزيارات لجميع التطبيقات التي تعمل في "ملف العمل" إلى شريحة ثابتة من شبكة المؤسسة. بدءًا من Android 13، يمكن لمشرفي تكنولوجيا المعلومات استخدام
preferentialNetworkService على الأجهزة المُدارة بالكامل أيضًا.
في نظام التشغيل Android 13 والإصدارات الأحدث، يمكن لمشرفي تكنولوجيا المعلومات استخدام رمز
preferentialNetworkServiceSettings لتفعيل ما يصل إلى 5 شبكات مفضّلة
وتعيين التطبيقات لشبكة معيّنة.
تاريخ التعديل الأخير: 2025-06-03 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-06-03 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# 5G Network Slicing\n\nAndroid provides support for [5G network slicing](https://source.android.com/docs/core/connect/5g-slicing), the use of network\nvirtualization to divide single network connections into multiple distinct\nvirtual connections that provide different amounts of resources to different\ntypes of traffic.\n\nThe [`deviceConnectivityManagement.preferentialNetworkServiceSettings`](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#PreferentialNetworkServiceSettings) and\n[`preferentialNetworkService`](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#PreferentialNetworkService) settings configure 5G network slicing.\n| **Key Point:** On devices with a work profile, applications installed on the personal profile are unaffected by these policy settings and they cannot use enterprise slices.\n\nSet up\n------\n\nYou can use [`preferentialNetworkServiceSettings`](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#deviceconnectivitymanagement) to configure the\n[5 enterprise slices](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#PreferentialNetworkId). Add networks you want to enable to\n[`preferentialNetworkConfigs`](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#PreferentialNetworkServiceSettings).\n\nEach [`ApplicationPolicy`](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#ApplicationPolicy) can specify a [`preferentialNetworkId`](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#ApplicationPolicy.FIELDS.preferential_network_id) to route\ntraffic to a specific slice. If no value is specified, the\n[`defaultPreferentialNetworkId`](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#PreferentialNetworkServiceSettings) will be used instead.\n[`fallbackToDefaultConnection`](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#FallbackToDefaultConnection) configures whether the default connection (e.g.\ngeneral cell network or wifi) is used if no preferential network service\nconnection is available.\n\nYou can configure apps not to use preferential network by setting\n[`preferentialNetworkId`](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#ApplicationPolicy.FIELDS.preferential_network_id) to [`NO_PREFERENTIAL_NETWORK`](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#PreferentialNetworkId).\n\n### Application support\n\n5G network slicing does not require application support, network traffic will be\nrouted based on the configuration. Applications can still explicitly select a\ndifferent network, unless [`NON_MATCHING_NETWORKS_DISALLOWED`](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#NonMatchingNetworks) is set.\n\nEnterprise preferential networks map to [`NetworkCapabilities`](https://developer.android.com/reference/android/net/NetworkCapabilities); Specifically\n[`NET_ENTERPRISE_ID_1`](https://developer.android.com/reference/android/net/NetworkCapabilities#NET_ENTERPRISE_ID_1) through [`NET_ENTERPRISE_ID_5`](https://developer.android.com/reference/android/net/NetworkCapabilities#NET_ENTERPRISE_ID_5) map to\n[`PREFERENTIAL_NETWORK_ID_ONE`](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#PreferentialNetworkId) through [`PREFERENTIAL_NETWORK_ID_FIVE`](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#PreferentialNetworkId).\n| **Key Point:** The default network applies to all installed applications on work profile or all applications on fully managed devices, not just the ones specified in the policy.\n\n### Version support\n\nStarting from Android 12, IT Admins can use [`preferentialNetworkService`](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#PreferentialNetworkService) to\nroute traffic for all applications running in the Work Profile to a fixed\nenterprise network slice. Starting with Android 13, IT Admins can use\n[`preferentialNetworkService`](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#PreferentialNetworkService) on fully managed devices as well.\n\nOn Android 13 and later, IT Admins can use\n[`preferentialNetworkServiceSettings`](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#deviceconnectivitymanagement) to enable up to 5 preferential networks\nand assign applications to a specific network.\n| **Important:** If both `preferentialNetworkServiceSettings` and `preferentialNetworkService` are set, `preferentialNetworkServiceSettings` takes precedence on Android 13 and later.\n\nExample policy\n--------------\n\n {\n \"applications\": [\n {\n \"packageName\": \"com.example.one\",\n \"installType\": \"AVAILABLE\",\n \"preferentialNetworkId\": \"PREFERENTIAL_NETWORK_ID_TWO\"\n },\n {\n \"packageName\": \"com.example.two\",\n \"installType\": \"AVAILABLE\",\n \"preferentialNetworkId\": \"PREFERENTIAL_NETWORK_ID_THREE\"\n }\n ],\n \"deviceConnectivityManagement\": {\n \"preferentialNetworkServiceSettings\": {\n \"defaultPreferentialNetworkId\": \"PREFERENTIAL_NETWORK_ID_TWO\",\n \"preferentialNetworkServiceConfigs\": [\n {\n \"preferentialNetworkId\": \"PREFERENTIAL_NETWORK_ID_TWO\",\n },\n {\n \"preferentialNetworkId\": \"PREFERENTIAL_NETWORK_ID_THREE\",\n }\n ]\n }\n }\n }\n\n| **Important:** Critical applications are excluded from [`defaultPreferentialNetworkId`](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#PreferentialNetworkServiceSettings), check the documentation for more details. You can still configure their network by using the [`Application.preferentialNetworkId`](https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#ApplicationPolicy.FIELDS.preferential_network_id) setting.\n| **Tip:** Networks that have no installed applications assigned to them will be silently ignored on the device."]]