Amazines Free Article Archive
www.amazines.com - Tuesday, April 16, 2024
Read about the most recent changes and happenings at Amazines.com
Log into your account or register as a new author. Start submitting your articles right now!
Search our database for articles.
Subscribe to receive articles emailed straight to your email account. You may choose multiple categories.
View our newest articles submitted by our authors.
View our most top rated articles rated by our visitors.
* Please note that this is NOT the ARTICLE manager
Add a new EZINE, or manage your EZINE submission.
Add fresh, free web content to your site such as newest articles, web tools, and quotes with a single piece of code!
Home What's New? Submit/Manage Articles Latest Posts Top Rated Article Search
Google
Subscriptions Manage Ezines
CATEGORIES
 Article Archive
 Advertising (133573)
 Advice (161671)
 Affiliate Programs (34799)
 Art and Culture (73855)
 Automotive (145712)
 Blogs (75614)
 Boating (9851)
 Books (17223)
 Buddhism (4130)
 Business (1330636)
 Business News (426446)
 Business Opportunities (366518)
 Camping (10973)
 Career (72795)
 Christianity (15848)
 Collecting (11638)
 Communication (115089)
 Computers (241951)
 Construction (38962)
 Consumer (49953)
 Cooking (17080)
 Copywriting (6733)
 Crafts (18203)
 Cuisine (7549)
 Current Affairs (20319)
 Dating (45908)
 EBooks (19703)
 E-Commerce (48258)
 Education (185520)
 Electronics (83524)
 Email (6438)
 Entertainment (159854)
 Environment (28970)
 Ezine (3040)
 Ezine Publishing (5453)
 Ezine Sites (1551)
 Family & Parenting (111007)
 Fashion & Cosmetics (196605)
 Female Entrepreneurs (11853)
 Feng Shui (134)
 Finance & Investment (310615)
 Fitness (106469)
 Food & Beverages (63045)
 Free Web Resources (7941)
 Gambling (30227)
 Gardening (25202)
 Government (10519)
 Health (630137)
 Hinduism (2206)
 Hobbies (44083)
 Home Business (91657)
 Home Improvement (251210)
 Home Repair (46243)
 Humor (4723)
 Import - Export (5459)
 Insurance (45104)
 Interior Design (29616)
 International Property (3488)
 Internet (191028)
 Internet Marketing (146687)
 Investment (22861)
 Islam (1161)
 Judaism (1352)
 Law (80506)
 Link Popularity (4596)
 Manufacturing (20914)
 Marketing (99316)
 MLM (14140)
 Motivation (18233)
 Music (27000)
 New to the Internet (9496)
 Non-Profit Organizations (4048)
 Online Shopping (129734)
 Organizing (7813)
 Party Ideas (11855)
 Pets (38165)
 Poetry (2229)
 Press Release (12689)
 Public Speaking (5643)
 Publishing (7566)
 Quotes (2407)
 Real Estate (126700)
 Recreation & Leisure (95495)
 Relationships (87674)
 Research (16182)
 Sales (80350)
 Science & Technology (110290)
 Search Engines (23514)
 Self Improvement (153300)
 Seniors (6220)
 Sexuality (36010)
 Small Business (49311)
 Software (83033)
 Spiritual (23516)
 Sports (116155)
 Tax (7663)
 Telecommuting (34070)
 Travel & Tourism (308304)
 UK Property Investment (3123)
 Video Games (13382)
 Web Traffic (11790)
 Website Design (56919)
 Website Promotion (36663)
 World News (1000+)
 Writing (35844)
Author Spotlight
MANMOHAN SINGH

Digital marketing professional with 8 years of experience. A good listner, Stratgist and fun loving ...more
LEMUEL ASIBAL

Lemuel Asibal is a web content writer who also ventures on writing articles and blog posts about any...more
TAL BARNEA

Tal is an electrical engineer with over 25 years of expertise with hardware, software, mechanical an...more
TUSHAR BHATIA

Tushar Bhatia is the Founder President of EmpXtrack Inc with over 19 years of experience in the soft...more
BRENDA PANIN

Passionate blogger and a great animal lover. ...more


B tech CSE final year projects by armanrose rose





B tech CSE final year projects by
Article Posted: 09/23/2013
Article Views: 57
Articles Written: 1
Word Count: 1257
Article Votes: 0
AddThis Social Bookmark Button

B tech CSE final year projects


 
Education,Computers,Science & Technology
ROUTE MAINTENANCE: When originating or forwarding a packet using a source route, each node transmitting the packet is responsible for confirming that data can flow over the link from that node to the next hop. For example, in the situation shown below, node A has originated a packet for node E using a source route through intermediate nodes B, C, and D: +-----+ +-----+ +-----+ +-----+ +-----+

A

---->

B

---->

C

-->?

D

E

+-----+ +-----+ +-----+ +-----+ +-----+ FIGURE 1.6 ROUTE MAINTENANCE In this case, node A is responsible for the link from A to B, node B is responsible for the link from B to C, node C is responsible for the link from C to D, node D is responsible for the link from D to E. An acknowledgement can provide confirmation that a link is capable of carrying data, and in wireless networks, acknowledgements are often provided at no cost, either as an existing standard part of the MAC protocol in use (such as the link-layer acknowledgement frame defined by IEEE 802.11), or by a "passive acknowledgement" (in which, for example, B confirms receipt at C by overhearing C transmit the packet when forwarding it on to D). If a built-in acknowledgement mechanism is not available, the node transmitting the packet can explicitly request a DSR-specific software acknowledgement be returned by the next node along the route; this software acknowledgement will normally be transmitted directly to the sending node, but if the link between these two nodes is unidirectional, this software acknowledgement could travel over a different, multi-hop path. After an acknowledgement has been received from some neighbor, a node may choose to not require acknowledgements from that neighbor for a brief period of time, unless the network interface connecting a node to that neighbor always receives an acknowledgement in response to unicast traffic. When a software acknowledgement is used, the acknowledgement request should be retransmitted up to a maximum number of times. A retransmission of the acknowledgement request can be sent as a separate packet, piggybacked on a retransmission of the original data packet, or piggybacked on any packet with the same next-hop destination that does not also contain a software acknowledgement. After the acknowledgement request has been retransmitted the maximum number of times, if no acknowledgement has been received, then the sender treats the link to this next-hop destination as currently "broken". It should remove this link from its Route Cache and should return a "Route Error" to each node that has sent a packet routed over that link since an acknowledgement was last received. For example, in the situation shown above, if C does not receive an acknowledgement from D after some number of requests, it would return a Route Error to A, as well as any other node that may have used the link from C to D since C last received an acknowledgement from D. Node A then removes this broken link from its cache; any retransmission of the original packet can be performed by upper layer protocols such as TCP, if necessary. For sending such a retransmission or other packets to this same destination E, if A has in its Route Cache another route to E (for example, from additional Route Replies from its earlier Route Discovery, or from having overheard sufficient routing information from other packets), it can send the packet using the new route immediately. Otherwise, it should perform a new Route Discovery for this target.

Free download bca project Hi you can download free BCA Computer Science Final Year Project, BE, BCA, MCA, B TECH ASP.net projects free download mca final year project

PROJECT DEVELOPMENT

2.1 ALGORITHM USED In this thesis, three algorithms were used. They are as follows • Expanded Ring Search Algorithm • Tree creation Algorithm • Core resolution Algorithm DATA SECURITY USING RSA: • Source sends the encrypted data packet to the destination through the route discovered. • Destination decrypts the data packet received from the source and sends the acknowledgement. INPUT AND OUTPUT PARAMETERS : Input parameters: • At source a file is choosen to send to the destination node. • Then the encrypted data packets are sent with destination address and route request. Output parameters: • At the destination the packets are received. • Receiving positive acknowledgement with efficient and reliable packet transmission.

ALGORITHM STEP BY STEP DESCRIPTION 1. If the user wants to send data: • Get the Destination identifier and the encrypted data to be transferred. • Initialize the buffer with the encrypted data to be transferred. • Setup a Request Zone. • Build a Route Request packet having the information about the source and the Destination identifiers, and the Request Zone information. • Broadcast the Route Request to its neighbors. • Setup a timer for receiving Route Reply. 2. If the node receives a packet a. Find the type of the packet received. b. Depending on the type of packet received do one of the following processes. • Process Route Request. • Process Route Reply. • Process Data Packet. • Process Decryption. • Process Acknowledgement. • Process Route Disconnect. • Process Route Disconnect reply. • Process Timer Run Out.

PROCESS DESCRIPTION: PROCESS 1 To initiate the Route Discovery, node transmits a "Route Request" as a single local broadcast packet, which is received by (approximately) all nodes currently on the transmission range of, including node. Each Route Request identifies the initiator and target of the Route Discovery, and also contains a unique request identification determined by the initiator of the Request. Each Route Request also contains a record listing the address of each intermediate node through which this particular copy of the Route Request has been forwarded. PROCESS 2 After route discovery, to find the core node of the system then compares code node and user defined node in core class. If the core node and user defined destination node are same then it transmit the file to the corresponding destination node. PROCESS 3 When originating or forwarding a packet using a source route, each node transmitting the packet is responsible for confirming that data can flow over the link from that node to the next hop. PROCESS 4 • Source sends the encrypted data packet to the destination through the route discovered. • Destination decrypts the data packet received from the source and sends the acknowledgement. PERFORMANCE REQUIREMENTS • Minimum four terminals

DESIGN CONSTRAINS • It takes more time for transmission. 2.1.2 MESH CREATION: • Mesh creation is used to establish connectivity • might have loop at member discovery phase • but increase robustness • use expanding ring search based on TTL-limited broadcast • A new node designate itself as a core of 1-node mesh • all core nodes periodically broadcast JOIN-REQ (the period is proportional to TTL associated with the last JOIN-REQ) • when a member receive JOIN-REQ from different a mesh, it responds back with JOIN-ACK, and a tunnel is established • Upon receiving a JOIN-REQ • if I’m a core • if the message is from myself => drop it • if the source of message is in my group and I don’t have a mesh/tree link to it => return a JOIN-ACK • otherwise, decrement the TTL and re-broadcast • if I’m a non-core member • if the message is from my core or for another group => decrement the TTL and re-broadcast • if it’s from a different core => return JOIN-ACK and mark the source as a mesh neighbor • To leave a group => send JOIN-NAK to neighboring nodes • when the number of links exceed LINK-THRESHOLD, a node must break some links by sending JOIN-NAK(might result temporary data loss & additional overhead)

Related Articles - B tech CSE final year projects, M tech final year projects, computer science, bca, mca, ignou, SMU,

Email this Article to a Friend!

Receive Articles like this one direct to your email box!
Subscribe for free today!

 Rate This Article  
Completely useless, should be removed from directory.
Minimal useful information.
Decent and informative.
Great article, very informative and helpful.
A 'Must Read'.

 

Do you Agree or Disagree? Have a Comment? POST IT!

 Reader Opinions 
Submit your comments and they will be posted here.
Make this comment or to the Author only:
Name:
Email:
*Your email will NOT be posted. This is for administrative purposes only.
Comments: *Your Comments WILL be posted to the AUTHOR ONLY if you select PRIVATE and to this PUBLIC PAGE if you select PUBLIC, so write accordingly.
 
Please enter the code in the image:



 Author Login 
LOGIN
Register for Author Account

 

Advertiser Login

 

ADVERTISE HERE NOW!
   Limited Time $60 Offer!
   90  Days-1.5 Million Views  

 

Great Paranormal Romance


LAURA JEEVES

At LeadGenerators, we specialise in content-led Online Marketing Strategies for our clients in the t...more
TIM FAY

After 60-plus years of living, I am just trying to pass down some of the information that I have lea...more
ALEX BELSEY

I am the editor of QUAY Magazine, a B2B publication based in the South West of the UK. I am also the...more
GENE MYERS

Author of four books and two screenplays; frequent magazine contributor. I have four other books "in...more
SUSAN FRIESEN

Located in the lower mainland of B.C., Susan Friesen is a visionary brand strategist, entrepreneur, ...more
STEVERT MCKENZIE

Stevert Mckenzie, Travel Enthusiast. ...more
STEPHEN BYE

Steve Bye is currently a fiction writer, who published his first novel, ‘Looking Forward Through the...more
SHALINI MITTAL

A postgraduate in Fashion Technology. Shalini is a writer at heart! Writing for her is an expression...more
ADRIAN JOELE

I have been involved in nutrition and weight management for over 12 years and I like to share my kn...more
JAMES KENNY

James is a Research Enthusiast that focuses on the understanding of how things work and can be impro...more

HomeLinksAbout UsContact UsTerms of UsePrivacy PolicyFAQResources
Copyright © 2024, All rights reserved.
Some pages may contain portions of text relating to certain topics obtained from wikipedia.org under the GNU FDL license