EC2 is one of the most important cloud services which was introduced in 2006 by Amazon. EC2 quickly became popular Amazon Web Services (AWS)services and remains so today. EC2 is equivalent of a server. A server, broken down to its essential elements, is a combination of storage and compute resources that can be remotely accessed.Continue reading “Elastic Compute Cloud (EC2)”
Category Archives: Uncategorized
Basics of Cloud
A simple definition of cloud computing involves delivering different types of services over the Internet. There are three kinds of clouds, each with their unique benefits. You should evaluate cloud options to decide which is best for you and your business. There are following five defining characteristics of cloud computing: Lets develop good understanding ofContinue reading “Basics of Cloud”
Red Black Tree
Red Black Trees also known as RB-tree is an attempt to make tree balance. We prefer to keep tree balance for the sake of reducing efforts for performing various operations like insertion, deletion, search etc. RB-tree are binary search trees where all nodes in the tree have an extra property: color. The nodes can beContinue reading “Red Black Tree”
Dynamic Programming
Solving Knapsack problem by Dynamic Programming Matrix Multiplication using dynamic programming
Minimum Spanning Tree
Kruskal Algorithm for Minimum Spanning Tree Prim’s Algorithm for Minimum Spanning Tree
Single Source Shortest Path
COMPUTER ALGORITHMS Djikstra Algorthm for single source shortest path Bellman Ford for single source shortest path
Routing Basics
ROUTING is the process of selecting a path through an internetwork over which to transmit packets to a destination host or hosts and then having devices called routers forward the packets to those hosts. A routing protocol specifies how routers communicate with each other to distribute information that enables them to select routes between anyContinue reading “Routing Basics”
C.E.D. DISCUSSION PLATFORM
Problem is based on Sequence of Chain Reactions. You are required to make a Model that will fulfil the problem definition provided to you. This area is created for you to discuss about the project related activities with your peers. You can write your queries in the text area given at the bottom of the pageContinue reading “C.E.D. DISCUSSION PLATFORM”
Switching & Forwarding of Data Packets
Watch the Video lectures on IPv4 (click the following links) Switching (read text) Packet Switching Network Address Translation Delivery n forwarding of Packets You are invited to raise queries by writing your question in the box given below
IP Protocol
The Internet Protocol is the principal communications protocol in the Internet protocol suite for relaying datagrams across network boundaries. Its routing function enables internetworking, and essentially establishes the Internet. IP has the task of delivering packets from the source host to the destination host solely based on the IP addresses in the packet headers. WatchContinue reading “IP Protocol”