Epstein Files Full PDF

CLICK HERE
Technopedia Center
PMB University Brochure
Faculty of Engineering and Computer Science
S1 Informatics S1 Information Systems S1 Information Technology S1 Computer Engineering S1 Electrical Engineering S1 Civil Engineering

faculty of Economics and Business
S1 Management S1 Accountancy

Faculty of Letters and Educational Sciences
S1 English literature S1 English language education S1 Mathematics education S1 Sports Education
teknopedia

  • Registerasi
  • Brosur UTI
  • Kip Scholarship Information
  • Performance
Flag Counter
  1. World Encyclopedia
  2. HongMeng Kernel - Wikipedia
HongMeng Kernel - Wikipedia
From Wikipedia, the free encyclopedia
Distributed operating system kernel
Operating system
HongMeng Kernel
HongMeng Kernel architecture diagram
DeveloperHuawei
Written inC
OS familyOpenHarmony
Working stateCurrent
Source modelClosed, with open source components
Initial releaseAugust 2023; 2 years ago (2023-08)
Latest release1.11.0 / September 16, 2025; 5 months ago (2025-09-16)
Supported platformsCurrent: ARM64
Kernel typeMicrokernel
LicenseCommercial software, Proprietary software except for open-source components
Preceded byOpenHarmony ChCore (Monolithic) kernel, LiteOS (RTOS) kernel

HongMeng Kernel (Chinese: 鸿蒙内核; pinyin: Hóngméng nèihé; lit. 'Hong Meng inner core') is a proprietary distributed operating system kernel developed by Huawei. It is used in current HarmonyOS 5 iterative versions of the HarmonyOS operating system, replacing previous versions that relied on the AOSP compatibility layer, Linux kernel, and LiteOS kernel.[1][2] The HongMeng Kernel adopts a microkernel architecture, designed to enhance security by isolating critical system components while offering the ability to bring system components into the kernel for greater performance.[1][2][3]

Design

[edit]

The HongMeng Kernel is a microkernel, enabling greater modularity and larger portions of the OS to benefit from memory protection. For greater performance, it also allows operating system services to be brought into the kernel when necessary for a particular application.[3]

When used in smartphones, the HongMeng kernel supports Linux ABI compatibility by placing an ABI-compatible compliant shim in kernel space.[3] The kernel can also reuse Linux drivers through driver containers.[3] This enables the use of drivers required for migrated HarmonyOS 4.x compatible devices and third-party unadopted peripherals with Linux drivers, which can coexist with native HongMeng kernel drivers for newer hardware and officially supported peripherals.[4] It also contains a security hardening architecture for the Linux API/ABI compatibility module based on an SELinux module adapter. In embedded applications, the HongMeng kernel can be configured to run drivers in user space.[3]

As of November 25, 2025[update], the current version of the HongMeng kernel used in HarmonyOS NEXT is 1.11.0.[5]

HongMeng Kernel objects used as carriers for data transmission during IPC communication. The capability system ensures only the capability to read from or write to kernel objects can receive or send messages through these objects. As a result, the content of messages has inability to insert malicious processes.[6][7]

The location of the kernel in OpenHarmony-based system

HongMeng Kernel adopts a microkernel architecture that reduces the kernel TCB (Trusted Code Base). Compared to traditional monolithic kernels such as Linux kernel,[8] the kernel code in HongMeng Kernel is less than one-fourth in size, significantly reducing occurrence of vulnerabilities on the kernel.[7][9]

On HongMeng Kernel, the HKIP module provides various protection mechanisms. Other than code, the read-only data, and kernel page table, other critical structures within the kernel are not protected by HKIP. The finer-grained kernel module isolation featured in HongMeng kernel, which divides kernel resources into multiple types, different types are managed by corresponding modules, and modules communicate with each other through the IPC mechanism, which has a better effect on multiple modules defense against attacks. Then it divides the permissions between modules in a fine-grained manner and communicates between modules through IPC, making it difficult for attackers to evolve the attack results of one module into the attack results of the entire system. HongMeng Kernel loads the driver in user mode, making it difficult to trigger an attack against drivers to an attack against the kernel EL1 layer by strictly obtaining only EL0 permissions.[10][7]

OpenHarmony-based kernel security requirements

HongMeng Kernel has file system protection in place, using different keys for different contexts to protect the confidentiality and integrity of code and data files, and key management with the Secure Enclave (TrustZone, security chip) isolated from the kernel. Manufacturers and system developers can use hardware security primitives alongside third-party to first-party chip designs provided by processors to achieve a higher level of security privileges than the kernel. Even after an attacker compromises the HongMeng Kernel, the system relies on a hypervisor or secure monitor that is lower than the kernel and has a smaller TCB. The TrustZone and security chip, which are isolated from the rich executed environment REE kernel, ensures the security of users' sensitive data.[7][11]

The Star Shield Security Architecture in OpenHarmony-based systems with HarmonyOS operates at both system level and kernel level, with a comprehensive approach that spans multiple layers. OpenHarmony's security architecture inherently relies on kernel-level security as the foundation for Process isolation and memory protection, Mandatory Access Control (MAC) systems, Secure boot and system integrity verification, Hardware-based security features, Comprehensive Layered Approach. The architecture implements "defense in depth" with security hardening measures at Hardware level (trusted execution environments), Kernel level (fundamental isolation and access control), System level (application framework security, permissions) Access Token Manager (ATM)[12] access control which is a combination of RBAC and Capability-based and Application level (sandboxing, data protection) that is a unified security model that adapts to different hardware capabilities while maintaining consistent security principles from kernel to application layer.[13]

OpenHarmony's Device Security Level Management

The HongMeng Kernel's L5 certification represents the highest security level for OpenHarmony-based devices. This level requires formal verification of core system software modules, hardware components resilient to physical and laboratory-simulated attacks, and dedicated security chips to establish a hardware-rooted trust chain during boot, storage, and execution.[14]

History

[edit]

Development of HongMeng Kernel, microkernel project began in late 2016 internally within Huawei, as part of the wider open source OpenHarmony project going back as far as 2015 with Project 543 that led to HarmonyOS 5 development that commenced in July 2021 under the internal codename "543-2".[15]

Certifications

[edit]

On 15 August 2023, Huawei's HongMeng Kernel achieved Evaluation Assurance Level 6 Augmented (EAL6+) certification under the Common Criteria for Information Technology Security Evaluation (CC), becoming the first operating system kernel certified to this level for general-purpose operating systems.[16][17]

On 26 Match 2020, the HongMeng Kernel was certified to comply with requirements of Automotive Safety Integrity Level D, the most onerous safety level defined by ISO 26262 for software use within road vehicles.[18]

On 29 March 2022, the HongMeng Kernel was certified to comply with requirements of Systematic Capability level C and Safety Integrity Level 3 defined by IEC 61508.[19]

See also

[edit]
  • Kernel (operating system)
  • OpenHarmony
  • HarmonyOS NEXT – mobile operating system released by Huawei based on the HongMeng kernel
  • HarmonyOS – earlier operating system released by Huawei

Further reading

[edit]
  • Haibo, Chen Huawei Central Software Institute and Shanghai Jiao Tong University (21 June 2024), Microkernel Goes General:

Performance and Compatibility in the HongMeng Production Microkernel from the original on June 21, 2024. Retrieved 2024-07-10.[3]

References

[edit]
  1. ^ a b Wu, Jessie (2024-06-24). "Huawei's HarmonyOS NEXT breaks away from Android". TechNode. Retrieved 2024-07-08.
  2. ^ a b Matsui, Emiko (2024-01-19). "HarmonyOS NEXT is a true operating system with self-developed components: Huawei CEO". Huawei Central. Retrieved 2024-07-08.
  3. ^ a b c d e f Swett C, Jr; Jia, Ning; Wang, Nan; Li, Yu; Liu, Nian; Liu, Yutao; Wang, Fei; Huang, Qiang; Li, Kun; Yang, Hongyang; Wang, Hui; Yin, Jie; Peng, Yu; Xu, Fengwei (10 July 2024). "Microkernel Goes General: Performance and Compatibility in the HongMeng Production Microkernel" (PDF). This Paper is Included in the Proceedings of the 18th USENIX Symposium on Operating Systems Design and Implementation. Retrieved 2024-07-10.;
  4. ^ "HarmonyOS ABIs > Introduction to Hardware Compatibility > Hardware Compatibility". Huawei Developers. Huawei. Retrieved 2 December 2025.
  5. ^ Nick (2024-04-16). "HarmonyOS NEXT leak exposes the in-house kernel in the native HDC toolchain". HarmonyOSHub. Retrieved 2024-07-08.
  6. ^ Kaur, Dashveenjit (2024-06-26). "HarmonyOS NEXT: Huawei's bold move to challenge Apple and Android". Telecoms Tech News. Retrieved 2024-07-08.
  7. ^ a b c d DARKNAVY (2024-06-11). "AVSS Report: System Security Adversarial Capability Preliminary Evaluation of iOS, Android, and HarmonyOS - Kernel". DARKNAVY. Retrieved 2024-07-08.
  8. ^ "Huawei Claims They Have Something Better Than The Linux Kernel". It's FOSS News. 2024-01-22. Retrieved 2024-07-08.
  9. ^ Victor. "Huawei's HarmonyOS NEXT Beta launches officially". GSMArena.com. Retrieved 2024-07-08.
  10. ^ "【OS核心技术】全栈协同内核与通信技术,实现流畅易用体验". live.huawei.com. Retrieved 2025-07-21.
  11. ^ "asplos24-slides/1-OH-Introduction-XYB.pdf at main · openharmony-research/asplos24-slides" (PDF). GitHub. Retrieved 2024-07-08.
  12. ^ openharmony/security_access_token, OpenHarmony, 2025-11-28, retrieved 2025-12-03
  13. ^ "System Architecture | fenwii/OpenHarmony". DeepWiki. Retrieved 2025-11-30.
  14. ^ "OpenHarmony/security_device_security_level: Device security level management | 设备安全等级管理模块". Gitee (in Chinese (China)). Retrieved 2025-11-30.
  15. ^ "HarmonyOS 5.x". BetaWiki. Retrieved 2025-12-08.
  16. ^ huawei, huawei (Aug 15, 2023). "Huawei obtains highest-level security certification for smart device OSs". huawei. Archived from the original on 2025-09-13. Retrieved 2025-09-13.
  17. ^ "Common Criteria for Information Technology Security Evaluation (CC)" (PDF). commoncriteriaportal. Archived (PDF) from the original on 2024-09-24. Retrieved 2025-09-13.
  18. ^ "968/FSP 2025.00/20" (PDF).
  19. ^ "968/FSP 2394.00/22" (PDF).

External links

[edit]
  • Official website
  • v
  • t
  • e
Mobile operating systems
  • Comparison
  • Open-source mobile phones, OSes
  • Open Handset Alliance
  • Open Mobile Alliance
  • Mobile app distributions
  • Mobile app development
Linux
Kernel
  • Active: Android
    • forks
    • Android Go
    • Wear OS
  • Aurora OS
  • EMUI, HarmonyOS (Linux kernel subsystem)
  • ChromeOS
    • ChromeOS Flex
  • KaiOS
    • Smart Feature OS
  • Kindle firmware
  • LuneOS
  • Maemo Leste
  • Tizen
  • Defunct: Bada
  • Firefox OS
    • B2G OS
  • MeeGo
  • MontaVista
    • MotoMagx
    • Mobilinux
  • OpenEmbedded
    • Ångström
    • Openmoko Linux
    • QtMoko
    • SHR
  • OpenEZX
  • WebOS
GNU/
Linux
  • Active: Fedora Mobility
  • Manjaro ARM
  • postmarketOS
  • PureOS
  • Sailfish OS
  • SteamOS
  • Ubuntu Touch
    • UBports
  • Mobian
  • Defunct: Maemo
    • Mer
  • Moblin
XNU
  • iOS
    • iPadOS
    • watchOS
      • bridgeOS
QNX
  • BlackBerry 10
  • BlackBerry Tablet OS
Microsoft
Windows
  • Windows XP Tablet PC Edition
  • Windows Mobile
  • Windows Phone
    • 7
    • 8
    • 8.1
  • Windows RT
  • Windows 10 Mobile
  • Windows 8
    • Windows 8.1
  • Windows 10
  • Windows 11
Zircon
  • Fuchsia
FreeBSD, NetBSD
  • PlayStation Vita system software
HongMeng Kernel
  • Active: OpenHarmony
  • HarmonyOS
    • HarmonyOS NEXT
  • Defunct: EMUI (non GMS-based)
  • LiteOS
  • Huawei Band OS
FreeRTOS
  • Amazfit OS
    • Zepp OS
  • MIUI Band OS
Nintendo
system software
  • Nintendo 3DS system software
  • Nintendo DSi system software
  • Nintendo Switch system software
Minix 3
  • Intel Management Engine
Symbian
  • S60
  • S80
  • S90
  • UIQ
Others
  • Binary Runtime Environment for Wireless (BREW)
  • BlackBerry OS
  • EPOC
  • GEOS
  • Magic Cap
  • Nokia Asha platform
  • PalmDOS
  • Palm OS
  • PlayStation Portable system software
  • S30
  • S30+
  • S40
  • Sony Ericsson Java Platform
  • ThreadX
  • Software
  • Mobile operating systems
  • Mobile applications
  • Telecommunication
  • v
  • t
  • e
Distributed operating systems
Current
  • HarmonyOS
  • OpenHarmony
  • HarmonyOS NEXT
  • Inferno
  • Plan 9 from Bell Labs
  • QNX
Historic
  • Amoeba
  • Barrelfish
  • Cambridge Distributed Computing System
  • ChorusOS
  • Domain/OS
  • HeliOS
  • LOCUS
  • MOSIX
  • Sprite
  • V
Projects
  • Cairo
  •  Category
  • v
  • t
  • e
Huawei
Smart devices
Phones
Ascend
  • Huawei Ascend
  • Ascend P
    • P1
    • P2
    • P6
    • P7
  • Ascend D
    • D quad
      • quad XL
    • D1
      • 1 XL
    • D2
  • Ascend G
    • G6
    • G7
    • G300
    • G312
    • G330
    • G600
    • G750
  • Ascend Mate
    • Mate 2
    • Mate 7
  • W1
  • W2
  • Ascend Y300
P/Pura
series
  • Huawei P8
    • P8 Max
  • P9
    • 9 Plus
    • 9 lite
  • P10
  • P20
  • P30
  • P40
    • 40 lite
  • P50
    • 50 Pocket
  • P60
  • Pura 70
    • 70 Pro
    • 70 Pro+
    • 70 Ultra
  • Pura X
Mate
series
  • Huawei Mate S
  • 8
  • 9
    • 9 lite
  • 10
  • SE
  • 20
  • 30
  • 40
  • 50
  • 60
  • 70
  • 80
Foldable
series
  • X
  • Xs
  • X2
  • Xs 2
  • X3
  • X5
  • X6
  • XT Ultimate Design
Nova
series
  • Huawei Nova & Nova Plus
    • lite
      • 2017
      • lite+
      • 2
      • 3
        • 3+
    • Smart
    • Young
    • Youth
  • 2
    • 2 Plus
    • 2i
    • 2 lite
    • 2s
  • 3
    • 3e
    • 3i
  • 4
    • 4e
  • 5
    • 5 Pro
    • 5i
    • 5i Pro
    • 5T
    • 5z
  • 6
    • 6 SE
  • 7
    • 7 Pro
    • 7i
    • 7 SE
      • Youth
  • 8
    • 8 Pro
    • 8 SE
      • Youth
    • 8i
  • 9
    • 9 SE
  • 10
    • 10 Pro
    • 10 SE
    • 10z
  • 11
    • 11 Pro/Ultra
    • 11 SE
    • 11i
  • 12
    • 12 Pro/Ultra
    • 12 SE
    • 12i
    • 12s/12 Lite
  • 13
    • 13 Pro
    • 13i
  • Flip
  • Y9a
  • Y60
  • Y61/Y62/Y62 Plus
  • Y70/Y70 Plus/Y71
  • Y72
    • Y72S
  • Y90
  • Y91
G
series
  • Huawei G7 Plus/G8
  • G9 Plus
    • 9 lite
  • G Play
    • Mini
  • GT3
  • GR3
    • 2017
  • GR5
    • 2017
    • 5 mini
Y
series
  • Y3 (Y360)
    • 3 II
    • 2017
    • 2018
  • Y5 (Y560)
    • 5c
    • 5 II
    • 2017
    • 2018
      • Prime
      • lite
    • 2019
    • 5p
  • Y6
    • 6 Pro
    • 6 II
      • Compact
    • 2017
      • Pro
    • 2018
      • Prime
    • 2019
      • Prime
      • Pro
    • 6s
    • 6p
  • Y7
    • 7 Prime
    • 2018
      • Prime
      • Pro
    • 2019
      • Prime
      • Pro
    • 7p
    • 7a
  • Y8
    • 8s
    • 8p
  • Y9
    • 2018
    • 2019
      • Prime
    • 9s
    • 9a
  • Y Max
  • Y625
  • Y635
  • Huawei G6600 Passport
  • M835
  • Pocket 2
  • Pocket S
  • Premia
  • Sonic
  • STREAM X GL07S
  • T156
  • T158
  • T161L
  • T201
  • T208
  • T211
  • T261L
  • T300
  • U120
  • U121
  • U1000
  • U1100
  • U1250
  • U1270
  • U1310
  • U2801
  • U3300
  • U7310
  • U7510
  • T-Mobile Tap (U7519)
  • U8100
  • U8110
  • IDEOS U8150
  • T-Mobile Pulse (U8220)
  • U8230
  • U8800
  • U9130 Compass
  • U9150
  • Nexus 6P
Tablets
  • Huawei Ideos Tablet S7
  • Honor Tablet 5
  • Mediapad M5
  • Mediapad M6
  • MatePad Pro
Laptops
  • MateBook
  • MateBook X Pro
  • MateBook Fold
Wearables
  • Watch GT
  • X Gentle Monster Eyewear
  • Watch GT 2
    • 2e
    • 2 Pro
  • Watch Fit
  • X Gentle Monster Eyewear II
CPU/NPU
  • Kirin
  • Kunpeng, Ascend
  • Atlas
  • Tiangang (5G)
  • Balong (modem: 5G/5.5G)
Operating
systems
  • EulerOS
  • openEuler
  • UniProton
  • NestOS
  • HarmonyOS
    • NEXT
    • kernel;
    • OpenHarmony
    • version history
  • LiteOS
  • EMUI
  • Huawei VRP
Other,
software
  • E5
  • E220
  • SingleRAN
  • 4G eLTE
  • Ark Compiler
  • BiSheng Compiler
  • DevEco Studio
  • ArkTS
  • eTS
  • Cangjie
  • Hvigor
  • EROFS
  • Huawei PanGu
  • MindSpore
  • ArkUI
  • ArkUI-X
  • GaussDB
  • openGauss
  • ArkData
  • MetaERP
  • Celia
  • Huawei HiCar
  • NearLink
Huawei logo
Communication
infrastructure
  • Softswitches
  • Next generation home location register
  • Internet Protocol Multimedia Subsystems
  • xDSL
  • Passive optical network
  • Network switches
  • Service delivery platforms
  • Base station subsystems
Services
  • Mobile Services
    • AppGallery
    • HMS Core
    • Petal Maps
  • Network integration
  • Object storage
  • muchTV
  • Music
  • Video
  • Cloud
  • GameCenter
  • Themes
  • Health
  • Find Device
People
  • Ren Zhengfei (CEO)
  • Liang Hua (Chairman)
  • Sun Yafang (former chairwoman)
  • Meng Wanzhou (deputy chair & CFO)
  • Xu Zhijun (deputy chair)
Other
  • New IP
  • Developer Conference
  • Developer Day
  • Symantec
  • HiSilicon
  • Criticism
    • Li Hongyuan incident
  • Huawei the Beautiful
  • Nano Memory
  • FreeBuds
  • Sound X
  • Sound Joy
  • Vision
  • MateView
  • MateBook
  • MateStation
  • HarmonyOS Sans
  • Huawei MRP
  • nweb (ArkWeb) layer
  • Ox Horn Campus
  • Intelligent Automotive Solution
  • Intelligent Mobility Alliance
  • SiCarrier
  • Huawei Lianqiuhu
  • Commons
  • Category

Public Domain This article incorporates text from this source, which is in the public domain: HongMeng Kernel

Retrieved from "https://teknopedia.ac.id/w/index.php?title=HongMeng_Kernel&oldid=1340626027"
Categories:
  • Embedded operating systems
  • Mobile operating systems
  • Tablet operating systems
  • Microkernels
Hidden categories:
  • CS1 Chinese (China)-language sources (zh-cn)
  • Articles with short description
  • Short description is different from Wikidata
  • Short description matches Wikidata
  • Articles containing simplified Chinese-language text
  • Articles containing potentially dated statements from November 2025
  • All articles containing potentially dated statements
  • Source attribution

  • indonesia
  • Polski
  • العربية
  • Deutsch
  • English
  • Español
  • Français
  • Italiano
  • مصرى
  • Nederlands
  • 日本語
  • Português
  • Sinugboanong Binisaya
  • Svenska
  • Українська
  • Tiếng Việt
  • Winaray
  • 中文
  • Русский
Sunting pranala
url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url
Pusat Layanan

UNIVERSITAS TEKNOKRAT INDONESIA | ASEAN's Best Private University
Jl. ZA. Pagar Alam No.9 -11, Labuhan Ratu, Kec. Kedaton, Kota Bandar Lampung, Lampung 35132
Phone: (0721) 702022
Email: pmb@teknokrat.ac.id