AfterAcademy Tech
In this blog, we will see the difference between a binary search tree and a hash table. We will see which data structure should be used when to solve our problems.
06 Feb 2020
In this blog, we will learn about the Graph data structure that is used to store data in the form of vertices and edges. We will also see some of the properties, types, representation of graph.
The idea of this blog is to discuss the famous data structure called Array. An Array is one of the important data structures that are asked in the interviews. So, we will learn about arrays and we will also discuss about the idea of the dynamic array and its amortized analysis. So let's get started.
In this blog, we will learn what is a Network Interface Card, what are its types, what are the various factors that determine the speed of the internet along with the Network Interface Cards speed.
In this blog, we will learn what is an FTP protocol, how does it works, what are various modes in which it works, what are the advantages and disadvantages of using it.
In this blog, we will learn why piggybacking is used and how it helps in increasing the efficiency of data transmission. We will also discuss the advantages and disadvantages of piggybacking.
In this blog, we will learn one of the flow control method i.e Stop and Wait Protocol. We will discuss various situations that can occur while transmitting the data. We will also mathematically derive the efficiency and the throughput of this protocol.
In this blog, we will learn about the various network traffic types, that are - Unicasting, Anycasting, Multicasting, and Broadcasting. We'll also see their advantages and disadvantages along with their differences.
In this blog, we will discuss what is an error, what are its types, how to detect these errors. We will also know about are various error control techniques like stop and wait ARQ, Go-Back-N ARQ, and Selective Repeat ARQ.
In this blog, we will learn about various messaging techniques like circuit switching, packet switching, and message switching. We will also discuss their applications in the real world.