<?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Markup */ $GLOBALS['markup_theme_options'] = markup_get_options_value(); global $markup_theme_options; $enable_slider = absint($markup_theme_options['markup_enable_slider']); $enable_box = $markup_theme_options['markup_enable_promo']; ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php //wp_body_open hook from WordPress 5.2 if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); }else { do_action( 'wp_body_open' ); } ?> <div id="page" class="site "> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'markup' ); ?></a> <?php /** * Hook - markup_action_header. * * @hooked markup_add_main_header - 10 */ do_action( 'markup_action_header' ); ?> <?php if ($enable_slider == 1 && (is_home() || is_front_page())) { ?> <section class="slider-wrapper"> <?php /* * Slider Section Hook */ do_action('markup_action_slider'); ?> </section> <?php } ?> <?php if ($enable_box == 1 && (is_home() || is_front_page() ) ) { ?> <section class="promo-slider-wrapper"> <?php /* * Boxes Section Hook */ do_action('markup_action_boxes'); ?> </section> <?php } ?>
IAF’s-Sukhoi-Su-30MKI-Vs-PLAAF’s-Sukhoi-Su-30-MKKMK2
International National Technology Trending news

Su-30 Vs Su-30MKI: Who has more power and range?

The Indian Air Force has a dangerous fighter jet, named Sukhoi-30MKI (Su-30MKI). This is an advanced version of Russia’s Sukhoi-27 (Su-27). The Indian Air Force has 272 Sukhoi-30 MKI fighter jets. Russia’s Sukhoi-30 is a great fighter aircraft. But different countries mold it according to their own. Or make changes in it, so that they can be deployed according to their geographical conditions.

Sukhoi-30MKI fighter jets are manufactured in India by Hindustan Aeronautics Limited (HAL). Actually it was started by Sukhoi Corporation of Russia in Which in 1997, HAL started changing it according to the Indian Air Force by taking the license. Actually Sukhoi-30MKI fighter jet is an upgraded version of Sukhoi Su-27.

Now let’s understand the difference between Russian Sukhoi-30 and Indian Sukhoi-30MKI. But before that it is important to know what is the meaning of MKI. MKI is called in Russian language (Modernizirovannyi Kommercheskiy Indiski – Modernised Commercial Indian). Now know what is the big difference between the two. Which fighter jet is more powerful?

Now let’s understand the difference between Russian Sukhoi-30 and Indian Sukhoi-30MKI. But before that it is important to know what is the meaning of MKI. MKI is called in Russian language (Modernizirovannyi Kommercheskiy Indiski – Modernised Commercial Indian). Now know what is the big difference between the two. Which fighter jet is more powerful?

The length of both fighter jets is 72 feet. The wingspan is 48.3 feet. Height is 20.10 feet. But there is a difference in weight. While the Sukhoi-30 weighs 17,700 kg, the Sukhoi-30MKI weighs 18,400 kg. The Sukhoi-30 is powered by Saturn-L-31FL afterburning turbofan engine, which gives it a power of 122.58 kilonewton. At the same time, the Sukhoi-30MKI is equipped with Leulka L-31FP afterburning turbofan engine, which gives it a power of 123 kilonewton.

The maximum speed of both the aircraft is 2120 kilometers per hour. Both have a range of 3000 km at higher altitudes. If refueled midway, the Sukhoi-30MKI can go up to a range of 8000 km. But this facility is not in Sukhoi-30 fighter jet. Both can fly up to a maximum altitude of 56,800 feet.

Both the planes are fitted with a 30mm Gryzhev-Shipunov autocannon. Which fires 150 rounds in a minute. There are 12 hard points in both the planes. That is, in which weapons can be planted. Three types of rockets can be installed in Sukhoi-30. Four types of missiles can be fired. 9 types of bombs can be planted. At the same time, 4 types of rockets can be installed in Sukhoi-30MKI. Four types of missiles can be fired. 10 types of bombs can be planted. Or a mixture of all these can be applied.

<?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Markup */ global $markup_theme_options; $copyright = wp_kses_post($markup_theme_options['markup-footer-copyright']); if ( is_active_sidebar('footer-1') || is_active_sidebar('footer-2') || is_active_sidebar('footer-3') || is_active_sidebar('footer-4') ) { $count = 0; for ( $i = 1; $i <= 4; $i++ ) { if ( is_active_sidebar( 'footer-' . $i ) ) { $count++; } } $footer_col= 4; if( $count == 4 ) { $footer_col= 4; } elseif( $count == 3) { $footer_col= 3; } elseif( $count == 2) { $footer_col= 2; } elseif( $count == 1) { $footer_col= 1; } } ?> <div class="footer-full-width"> <?php if ( is_active_sidebar( 'full-width-footer' ) ){ dynamic_sidebar( 'full-width-footer' ); } ?> </div> <div class="footer-wrap"> <div class="container"> <div class="row"> <?php for ( $i = 1; $i <= 4 ; $i++ ){ if ( is_active_sidebar( 'footer-' . $i ) ) { ?> <div class="footer-col-<?php echo absint( $footer_col ); ?>"> <div class="footer-top-box wow fadeInUp"> <?php dynamic_sidebar( 'footer-' . $i ); ?> </div> </div> <?php } } ?> </div> </div> <footer class="site-footer"> <div class="container"> <div class="row"> <div class="col-sm-6"> <div class="copyright"> <?php echo wp_kses_post( $copyright ); ?> <span class="sep"> | </span> <?php /* translators: 1: Theme name, 2: Theme author. */ printf( esc_html__( 'Theme: %1$s by %2$s.', 'markup' ), 'Markup', '<a href="https://www.templatesell.com/">Template Sell</a>' ); ?> </div> </div> <div class="col-sm-6"> <div class="footer-menu"> <?php wp_nav_menu( array( 'theme_location' => 'footer', 'menu_id' => 'footer-menu', 'menu_class' => 'footer-menu', ) ); ?> </div> </div> </div> </div> </footer> <?php do_action('markup_go_to_top_hook'); ?> </div> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>