MCA Articles

Page 28 of 94

What is E-Governance?

Ayushi Bhargava
Ayushi Bhargava
Updated on 28-Oct-2021 3K+ Views

E-governance offers vital opportunities to employ electronic means to push sensible governance. It applies data technology to government processes and functions to attain easy, ethical, accountable, and clear governance. This includes the dissemination of data, and quick and effective communication.With the formation of a lot of comprehensive and multi-stakeholder approaches, e-governance continues to incorporate electronic interactions, particularly interactions from government and non-governmental organizations.Benefits of e-GovernanceFollowing are some of the benefits of applying e-Governance −Reduced corruptionHigh transparencyIncreased convenience Growth of GDPDirect involvement of componentsReduction of total costsParticipating in the scope of the Government of e-overnight, the government plans to increase the ...

Read More

What is a Wireless Local Loop (WLL)?

Ayushi Bhargava
Ayushi Bhargava
Updated on 28-Oct-2021 14K+ Views

Wireless Local Loop (WLL) is a generic word for an access system that connects users to the local telephone company's switch via wireless links rather than traditional copper cables. This system, also known as fixed wireless access (FWA) or fixed radio, provides telephone, facsimile, and data services to business and residential subscribers using analog or digital radio technology.WLL systems enable the rapid deployment of basic phone service in areas where geography or telecommunications development makes traditional wireline service prohibitively expensive.WLL systems are easy to integrate with a modified public telephone network (PSTN), and they can usually be installed within a ...

Read More

Working and Types of Smart Card

Ayushi Bhargava
Ayushi Bhargava
Updated on 28-Oct-2021 1K+ Views

What is a Smart Card?A smart card is a compact microprocessor-based device the size of a credit card that stores and processes data. Smart cards have mostly supplanted conventional magnetic cards since they can store more data and perform more functions. Smart cards are now used in various industries, including retail, public transportation, and security.Smart card manufacturers can put small circuits and circuitry on a printed card using modern technologies such as electron beam lithography. As data storage technology progresses, manufacturers will continue to increase the functionality of smart cards by working with nanoscale components of these cards.It is feasible ...

Read More

What is Vishing (Voice Phishing)?

Ayushi Bhargava
Ayushi Bhargava
Updated on 28-Oct-2021 335 Views

The use of telephony (typically Voice over IP telephony) to perform phishing attacks is known as voice phishing or vishing.Landline telephone services are typically reliable because they are terminated at recognized physical locations and are associated with a bill-payer. However, contemporary Voice over IP (VoIP) technologies like caller ID spoofing and automated systems (IVR) are frequently used by vishing criminals to evade detection by law enforcement authorities. Voice phishing is commonly used to acquire credit card numbers or other personal information from individuals for use in identity theft operations.Voice phishing assaults are often carried out via automated text-to-speech systems that ...

Read More

Types and Uses of Backbone Networks

Ayushi Bhargava
Ayushi Bhargava
Updated on 28-Oct-2021 5K+ Views

What is a Backbone Network?A backbone is a component of the computer network infrastructure that connects multiple networks and provides a conduit for data to flow between them. A backbone may connect different local area networks in workplaces, campuses, or buildings. When numerous local area networks (LANs) are linked across a large region, the result is a wide area network (WAN) or metropolitan area network (MAN) if it serves the entire city.A backbone is a series of passageways that other significant networks connect to for long-distance communication on a massive scale. Various networking technologies collaborate as connecting points or nodes. ...

Read More

What is Tunnelling in Computer Networks?

Ayushi Bhargava
Ayushi Bhargava
Updated on 28-Oct-2021 21K+ Views

Tunnelling is a protocol for transferring data securely from one network to another. Using a method known as encapsulation, Tunnelling allows private network communications to be sent across a public network, such as the Internet. Encapsulation enables data packets to appear general to a public network when they are private data packets, allowing them to pass unnoticed.Note − Port forwarding is another name for Tunnelling.When data is tunnelled, it is split into smaller parts called packets, as it travels through the tunnel. The packets are encrypted via the tunnel, and another process known as encapsulation takes place. For transmission, private ...

Read More

Types of Email Attacks

Ayushi Bhargava
Ayushi Bhargava
Updated on 28-Oct-2021 2K+ Views

Electronic mail (email) is a digital messaging system that allows users to send and receive messages via the Internet. Email communications are sent and received by email servers, available from all Internet Service Providers (ISP).Emails are sent between two separate server folders: the senders and the recipients. A sender saves, transmits, or forwards email messages, whereas a recipient accesses an email server to view or download emails.Types of Email AttacksIn this article, we will take a look at some methods in which cybercriminals use emails to attack vulnerable users.PhishingPhishing is a type of deception. Cybercriminals utilize email, instant messaging, and ...

Read More

Python program to remove row with custom list element

AmitDiwan
AmitDiwan
Updated on 16-Sep-2021 196 Views

When it is required to remove row with custom list element, a list comprehension and the ‘any’ operator are used.ExampleBelow is a demonstration of the samemy_list = [[14, 3, 11], [66, 27, 8], [31, 12, 21], [11, 16, 26]] print("The list is :") print(my_list) check_list = [3, 10, 19, 29, 20, 15] print("The check list is :") print(check_list) my_result = [row for row in my_list if not any(element in row for element in check_list)] print("The result is :") print(my_result)OutputThe list is : [[14, 3, 11], [66, 27, 8], [31, 12, 21], [11, 16, 26]] The check ...

Read More

What are ultra-dense networks and new services and applications in 5G networks?

Bhanu Priya
Bhanu Priya
Updated on 16-Sep-2021 496 Views

Let us understand what an ultra-dense network is.Ultra-Dense NetworkThe dense networks deliver the best of the user experience to the users. This type of network allows the users to get the best result by the use of the densification. The density here can be the absolute or relative density in the networks.The user density networks increase the density too potentially beyond its range to fulfill the customer demand. In the user defined network, the capacity grows as the capacity of the base station also increases. This type of network provides users with the best of experience with the densification approach.In ...

Read More

Differentiate between Arp and BGP

Bhanu Priya
Bhanu Priya
Updated on 16-Sep-2021 2K+ Views

BGP stands for Border gateway protocol. It is used to exchange the routing information between the networks. It makes the internet work. It always selects the local path preference. Because of the below reasons it is choosing the path than the best path.- Firstly RIP (Routing Information Protocol) selects the path with lowest hop count.- OSPF (Open Shortest Path First) selects the path with the lowest cost. This is more important.- The best path in internet depends on how we are forwarding the traffic and to which autonomous system instead of the shortest path.- Higher local preference path is preferred.-Shortest ...

Read More
Showing 271–280 of 937 articles
« Prev 1 26 27 28 29 30 94 Next »
Advertisements