PROTOCOL EXSEQUENDAM
#1

PRESENTED BY:
Gaurav Singh
Himanshu Gupta
Hemant Shukla
Priyavart Singh

[attachment=12622]
Introduction
Purpose of this Document:
This document contains a description for “Protocol Exsequendam” .The functional and non-functional requirements of the project, clarify the objectives of the system and how the developers will enhance the project to achieve all the objectives.
Purpose of the Project:
In computer networks , communication occurs between entities in different systems. An entity is anything capable of sending or receiving information. However two entities cannot simply send bit streams to each other and expect to be understood. For communication to occur, entities must agree on a protocol. A protocol is a set of rules that governs data communications. A protocol defines what is communicated, how it is communicated and when it is communicated .
Overview of the development of the project:
This project is mainly centered around implementation of routing protocols using “ C “ language .
(1) OSPF Routing Algorithm : OSPF(Open Shortest path First) uses the shortest path first (SPF) algorithm, also referred to as the Dijkstra algorithm, to determine the route to reach each destination. All routers in an area run this algorithm in parallel, storing the results in their individual topological databases. Routers with interfaces to multiple areas run multiple copies of the algorithm.
(2) Sliding Window Protocol : A sliding window protocol is a feature of packet-based data transmission protocols. Sliding window protocols are used where reliable in-order delivery of packets is required, such as in the Data Link Layer (OSI model) as well as in the Transmission Control Protocol (TCP).Conceptually, each portion of the transmission (packets in most data page link layers, but bytes in TCP) is assigned a unique consecutive sequence number, and the receiver uses the numbers to place received packets in the correct order, discarding duplicate packets and identifying missing ones. The problem with this is that there is no limit of the size of the sequence numbers that can be required.
It is also of two types :
(1)Go Back N Protocol: Go-Back-N ARQ is a specific instance of the automatic repeat request (ARQ) protocol, in which the sending process continues to send a number of frames specified by a window size even without receiving an acknowledgement (ACK) packet from the receiver. It is a special case of the general sliding window protocol with the transmit window size of N and receive window size of 1.
(2)Selective repeat ARQ : Selective Repeat ARQ / Selective Reject ARQ is a specific instance of the Automatic Repeat-reQuest (ARQ) Protocol. It may be used as a protocol for the delivery and acknowledgement of message units, or it may be used as a protocol for the delivery of subdivided message sub-units.When used as the protocol for the delivery of messages, the sending process continues to send a number of frames specified by a window size even after a frame loss. Unlike Go-Back-N ARQ, the receiving process will continue to accept and acknowledge frames sent after an initial error; this is the general case of the sliding window protocol with both transmit and receive window sizes greater than 1
 Technologies Used:
 Operating system – Windows ME/XP/Vista.
 Programming Language- C
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Security Analysis of the SASI Protocol computer science topics 2 1,961 21-06-2016, 10:30 PM
Last Post: Guest
  Image Transfer Protocol for Internt project topics 3 2,292 26-03-2013, 07:42 PM
Last Post: vvk chary
  distributed cache updating for the dynamic source routing protocol project report tiger 4 3,000 05-03-2013, 02:22 PM
Last Post: Guest
  Stateless Multicast Protocol for Ad Hoc Networks Projects9 1 1,340 29-11-2012, 01:06 PM
Last Post: seminar details
  Distributed cache updating for the Dynamic source routing protocol electronics seminars 1 2,453 23-02-2012, 02:17 PM
Last Post: seminar paper
  A Packet Sniffer On HTTP Protocol Electrical Fan 1 2,157 10-02-2012, 09:50 AM
Last Post: seminar addict
  Three Party Authentications for key Distributed Protocol using Implicit and Explicit mechanical engineering crazy 5 3,404 19-10-2011, 09:44 AM
Last Post: seminar addict
  SCAMP : SCAlable Multicast Protocol for Communication in Large Groups computer science crazy 1 966 10-08-2011, 04:49 PM
Last Post: smart paper boy
  DEFENDING AGAINST SYBIL ATTACKS USING SYBILLIMIT PROTOCOL smart paper boy 2 1,873 18-07-2011, 09:50 AM
Last Post: seminar addict
  Stream Control Transmission Protocol smart paper boy 0 746 14-07-2011, 02:45 PM
Last Post: smart paper boy

Forum Jump: