September 29, 2017 Hello everyone, it's been a long time since I posted something. To get you all motivated I am posting a small message which was... Read More
July 11, 2017 1. Compiled vs interpreted languages:Compiled languages: The languages which when compiled is directly converted to target machine... Read More
June 25, 2017 As I mentioned in my previous posts about the disadvantages of fixed partitioning and dynamic partitioning, the processes in memory... Read More
June 13, 2017 In my previous post, I discussed fixed partitioning. You might want to check out that because this post is just the continuation... Read More
June 12, 2017 Main memory in a computer is a very useful resource. It's something which is needed by each and every process at some point in... Read More
June 09, 2017 Whenever you send a packet, there is no guarantee that packet will be delivered to the destined node. The concept of retransmission... Read More
June 08, 2017 This post is more of problem oriented. This topic include less of theory and more of problem solving. Before I explain about TCP... Read More
June 07, 2017 If you have missed out my earlier post on ICMP, you can check it out here. In my previous post, I have explained in-depth about... Read More
June 06, 2017 Before you start with this tutorial I recommend you to read my first tutorial on ICMP. Every network on the internet has MTU.... Read More
June 06, 2017 ICMP Request and Reply: 1. Router solicitation: Whenever a host joins a network, the first thing it should know is, what... Read More
June 06, 2017 Before you start with this tutorial I recommend you to read my earlier post on overview of ICMP, where I gave some insight into... Read More
June 05, 2017 The Internet Control Message Protocol (ICMP) is a supporting protocol in the Internet protocol suite. It is used by network devices,... Read More
June 05, 2017 Before we discuss framing there is a small prerequisite needed. You should know the structure of the frame. You can read about... Read More