Posts

Showing posts from January, 2022

Cloud based Network Solutions for real world problems

Image
  Cloud based Network Solutions for real world problems. Now-a-days, Cloud computing is in high demand and a growing technology in today's market. It uses the internet for managing data that is stored on remote servers and then access the same data via the internet. Here, Users can work on the remote just need Internet access. Cloud computing customers use services from a third-party provider and do not own any physical infrastructure, thus reduces overall cost and maintenance expenses.  Cloud computing has become so successful because of its simplicity in its usage and flexibility that is offers to its clients. They are really cost-effective solution for every size of enterprises. So, now we will look at the real world problems and solution for the cloud based network. 1. Security There has been a misconception that having confidential information on the cloud instead of in-house servers could make it more susceptible to hackers. Hence, fear of security risks has been one of ...

Regular Expression and its Closure Properties

Image
  Regular Expression and its Closure Properties. So far we have seen different ways of specifying regular language: DFA, NFA, ε-NFA, regular expressions and regular grammar. We noted that all these different expressions are equal in power by showing the equivalences. Regular expressions and grammars are considered as generators of regular language while the machines (DFA, NFA, ε-NFA) are considered as acceptors of the language. Now we will look at the properties of regular language. The properties can be broadly classified as two parts: (A) Closure properties and (B) Decision properties (A) Closure Properties 1. Complementation If a language L is regular its complement L' is regular. Let DFA(L) denote the DFA for the language L. Modify the DFA as follows to obtain DFA(L'). Change the final states to non-final states. Change the non-final states to final states. Since there exists a DFA(L') now, L' is regular. This can be shown by an example using a DFA. Let L denote the...