Skip to main content

Is Vodafone idea going bankrupt?




As we known after the launch of JIO telecom industry has been boost up 3X time in the past 2 year.
As new competitor arrived prize of data plan reduced 80%.

The Indian government liberalised the telecom sector as per the National Telecom Policy in 1994, under which licences were given in accordance to the Indian Telegraph Act, 1885. Under this century-old law, telcos are required to pay a fixed annual licence fee for licences granted to them. Since fixed licence fee was high, telcos often defaulted on their payments. The government in 1999 announced the National Telecom Policy, which gave these companies an option to migrate from fixed licence fee to revenue sharing fee. As per the new policy, 15 per cent AGR was fixed as a licence fee under the revenue-sharing model, which was later reduced to 13 per cent and then 8 per cent in 2013.

Telecom companies owe Rs 1.47 lakh crore to the DoT, including Rs 92,600 crore as licence fee and Rs 55,100 crore as spectrum usage charges. Bharti Airtel owes Rs 35,600 crore, while Vodafone Idea has to pay Rs 53,000 crore. Reliance Communication has pending dues worth Rs 21,200 crore and Tata Group has to pay Rs 13,800 crore. Of the total pending amount, Vodafone Idea and Airtel have to pay Rs 88,600 crore.


WHY BANKRUPTCY APPEARS INEVITABLE


Amongst the three private telcos, Vodafone Idea is in the worst situation. Its net losses for the September quarter stood at a record Rs 50,922 crore whereas Airtel is far better. Mukesh Ambani-led Jio, which is in a much better position than its two rivals, posted net profits of Rs 990 crore in the September quarter. Vodafone Idea has been posting net losses for the past three consecutive years that have eroded its net worth and cash balance.

Lack of interest from parent companies - Both Aditya Birla Group and Vodafone have reportedly indicated that they are not interested in investing more into the merged entity if no help comes from the government. In the absence of any financial support from parents, and with the kind of losses that the telco is making, it would be nearly impossible for it to continue operations for long, and might soon file for insolvency.

What happens if Vodafone Idea gets bankrupt?

Lesser competition - Vodafone Idea going down would mean that there will be lesser competition in the market that has already shrunk to a five-player market - out of which two are sick units (BSNL and MTNL). Lesser number of operators vying for the market share would also result in weakening of the checks and balances that the competition brings in. It's also possible that mobile tariffs would go up once the remaining operators add more subscribers migrating from Vodafone Idea. Jio is supposedly waiting to reach 500 million subscribers before it considers tariff hikes. That target could be achieved faster if Vodafone Idea files for bankruptcy.


Job losses - In an economy where job creation is a challenging task, it would be tragic if people lose jobs. Vodafone Idea employs about 10,000 people directly, and the number of indirect employment would be roughly two-three times of that number. The sector has already seen large-scale job losses over the past three years. Industry lobby body COAI estimates that 50,000 jobs have been lost in the past three years owing to heightened competition, disruption caused by Jio, and consolidation in the sector.

According to a recent research report by Motilal Oswal Financial Services (MOFSL), Vodafone-Idea has gross debt of Rs 1.2 trillion, of which around Rs 900 billion is government’s deferred spectrum debt, while around Rs 250 billion is bank debt. Vodafone-Idea has 13,500 employees, in addition to multiple vendors and other stakeholders. Hence, payment defaults can have a direct impact on the Indian economy.



In Conclusion: Vodafone should will and should not get bankrupt because at the end its going to affect the people of the country, they are one who are using the telecom service and if less will be the competition then people while have to pay more money for the service.


Thanks for reading the content.
If you like the content share it with your friends.
For getting notified for new blog. Subscribe our Blog.

See you next time , until then peace out.



Comments

Popular posts from this blog

Secure Network(Week 4)

Network hardening is the process of securing a network by reducing its potential vulnerabilities through configuration changes and taking specific steps.   Implicit deny is a network security concept where anything not explicitly permitted or allowed should be denied. Analyzing logs is the practice of collecting logs from different networks and sometimes client devices on your network, then performing an automated analysis on them. Correlation analysis is the process of taking log data from different systems and matching events across the systems. Flood guards provide protection against Dos or denial of service attacks. EAP-TLS is an authentication type supported by EAP that uses TLS to provide mutual authentication of both the client and the authenticating server.   if you really want to lock down your network, you can implement 802.1x . DHCP Snooping Attack Why WEP Encryption fall apart? A general concept in security and encryption is to never send the plain ...

Troubleshooting and debugging

Troubleshooting is the process of identifying, analyzing, and solving problems.  Debugging is the process of identifying, analyzing, and removing bugs in a system. We sometimes use troubleshooting and debugging interchangeably.  But generally, we say troubleshooting when we're fixing problems in the system running the application, and debugging when we're fixing the bugs in the actual code of the application. Debuggers let us follow the code line by line, inspect changes in variable assignments, interrupt the program when a specific condition is met, and more. System calls are the calls that the programs running on our computer make to the running kernel.   A reproduction case is a way to verify if the problem is present or not. Where to check for log file in OS? On Linux , you'd read system logs like /var/log/syslog and user-specific logs like the .xsession-errors file located in the user's home directory. On MacOs , on top of the system logs, you'd go through...

Authentication Authorization Accounting(week 3)

Identification is the idea of describing an entity uniquely. Biometric authentication is the process of using unique physiological characteristics of an individual to identify them. C.R.L(Certificate revocation list) :This is a signed list published by the CA which defines certificates that have been explicitly revoked. Lightweight Directory Access Protocol(LDAP): LDAP is an open industry-standard protocol for accessing and maintaining directory services. Authentication is related to verifying the identity a user, authorization pertains to describing what the user account has access to or doesn't have access to. An access control list or ACL , is a way of defining permissions or authorizations for objects.  RADIUS or Remote Authentication Dial-In User Service , is a protocol that provides AAA services for users on a network.It's a very common protocol used to manage access to internal networks, WiFi networks, email services and VPN services. when a client wants to access a r...