Taylor Emma

A senior editor for The Mars that left the company to join the team of SenseCentral as a news editor and content creator. An artist by nature who enjoys video games, guitars, action figures, cooking, painting, drawing and good music.
2363 Articles

Designing an Algorithm and Data Structures

While the algorithm design techniques do provide a powerful set of general…

Taylor Emma

Coding an Algorithm

Most algorithms are destined to be ultimately implemented as computer pro-grams. Programming…

Taylor Emma

Proving an Algorithm’s Correctness

Once an algorithm has been specified, you have to prove its correctness. That…

Taylor Emma

Methods of Specifying an Algorithm

Once you have designed an algorithm, you need to specify it in…

Taylor Emma

Algorithm Design Techniques

Now, with all the components of the algorithmic problem solving in place,…

Taylor Emma

Fundamentals of Algorithmic Problem Solving

Let us start by reiterating an important point made in the introduction…

Taylor Emma

RETRANSMISSION

Following two schemes are used :  1.     Fast Retransmit  2.     Fast Recovery  When a…

Taylor Emma

Flow Control

TCP uses Sliding Window mechanism at octet level. The window size can…

Taylor Emma

Connection Management

CONNECTION MANAGEMENT A TCP connection begins with a client doing an active…

Taylor Emma

TCP – Reliable Byte Stream

TCP is a moresophisticated transport protocol is one that offers a reliable,…

Taylor Emma