Posted inDesign & Analysis of Algorithms Proving an Algorithm’s Correctness Posted by admin August 13, 2021 Once an algorithm has been specified, you have to prove its correctness. That is, you have…
Posted inDesign & Analysis of Algorithms Methods of Specifying an Algorithm Posted by admin August 13, 2021 Once you have designed an algorithm, you need to specify it in some fashion. In…
Posted inDesign & Analysis of Algorithms Algorithm Design Techniques Posted by admin August 13, 2021 Now, with all the components of the algorithmic problem solving in place, how do you…
Posted inDesign & Analysis of Algorithms Fundamentals of Algorithmic Problem Solving Posted by admin August 13, 2021 Let us start by reiterating an important point made in the introduction to this chapter: …
Posted inComputer Networks RETRANSMISSION Posted by admin August 13, 2021 Following two schemes are used : 1. Fast Retransmit 2. Fast Recovery When a source sends a…
Posted inComputer Networks Flow Control Posted by admin August 13, 2021 TCP uses Sliding Window mechanism at octet level. The window size can be variable over…
Posted inComputer Networks Connection Management Posted by admin August 13, 2021 CONNECTION MANAGEMENT A TCP connection begins with a client doing an active open to a…
Posted inComputer Networks TCP – Reliable Byte Stream Posted by admin August 13, 2021 TCP is a moresophisticated transport protocol is one that offers a reliable, connection oriented byte…
Posted inComputer Networks Transmission Control Protocol Posted by admin August 13, 2021 The transmission Control Protocol (TCP) is one of the most important protocols of Internet Protocols…
Posted inComputer Networks Transport Layer Introduction Posted by admin August 13, 2021 Next Layer in OSI Model is recognized as Transport Layer (Layer-4). All modules and procedures…