ssh protocol implementation
#1

hai, can any body guide me in my project "high speed bulk data transfer using ssh protocol"
Reply
#2

SSH is a highly successful multipurpose protocol used for both
interactive shells and transport layer mechanisms. Tatu Ylönen of Helsinki University of Technology developed SSH. But most implementations of SSH reduces its
functionality as bulk data transport tool in high performance
network environments.adoption of strong, cryptographically
secure authentication methods for accessing remote systems and
resources came because of the weak security of FTP and telnet. SSH is widely available as both an open source and
commercial product for almost every combination of operating
system and hardware platform in use.The main disadvantage is that transfer
speeds over wide area networks is painstakingly slow.

Window size and performance:
Consider Two identical connections exist between Hosts X and Y.
an undersized window allows only a
small portion of the available network capacity to be
utilized. Whereas window size that
matches the BDP of the p
ath permits full utilization.many users
blame the performance problem on either a failing network or the
overhead imposed by encryption. expect transfers would be slow regardless of this distance between hosts if the processing for encryption was the culprit. But this is not the case.

SOLUTION
1. Redefining the Window Size:
This was to redefine
SSH receive window size to some appropriately large value at
compile time.But reasons like filled buffers on intervening routers, overly rapid
saturation of the path causing excessive loss and a return to slow
start before congestion control mechanisms can take effect, cause negative effect.

2.Autotuning Kernels
problem arises if the underlying operating system is using
dynamically sized receive windows, better known as an
autotuning kernel.

3.Layer 4 Awareness

make
SSH aware of the transport protocol layer (OSI Layer 4).we remove the bottleneck without
necessitating the use of statically defined overly large buffers.

4.Encryption Overhead
Cryptographic methods require more computation. SSH uses two distinct
cryptographic methods, encryption for privacy and message
authentication for integrity.on distributed
computing networks, users may end up competing for scarce
processor resources if users run concurrent instances of HPNSSH. The performance will be variable in a span of a single transfer which wil be mistaken by users as low performance

5.Parallelization
multi-threading
provides another possible avenue to enhance throughput
performance.

Full seminar report is available in this link:
http://psc.edu/networking/projects/hpn-s...rapier.pdf
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
Popular Searches: implementation of pegasis protocol in metlab, project report for h 323 protocol implementation, ssh honeypot, ssh protocol download, gossip protocol implementation java, leach protocol implementation in matlab pdf, ssh protocol error packet too long,

[-]
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
  lsb 1 bit algorithm implementation java source code 2 953 11-07-2016, 04:44 PM
Last Post: dhanabhagya
  simulation of routing protocol in java 1 594 04-06-2016, 04:27 PM
Last Post: dhanabhagya
  genetic algorithm based AODV implementation in ns2 tcl code 1 771 31-05-2016, 12:18 PM
Last Post: dhanabhagya
  the state of anti plastic campaign the laws its effects and implementation in india 1 1,860 26-05-2016, 12:19 PM
Last Post: dhanabhagya
  the state of anti plastic campaign the laws its effects and implementation wikipedia 1 2,147 25-05-2016, 01:31 PM
Last Post: dhanabhagya
Bug Interfacing Energy Meter having MODBUS RTU protocol with Arduino Uno 1 766 02-05-2016, 10:00 AM
Last Post: dhanabhagya
  homomorphic encryption matlab implementation 1 480 25-04-2016, 11:33 AM
Last Post: dhanabhagya
  snickometer implementation using matlab 1 526 21-04-2016, 11:56 AM
Last Post: dhanabhagya
  elliptic curve cryptography implementation in ns2 1 610 20-04-2016, 11:54 AM
Last Post: dhanabhagya
  verilog code for implementation of guessing game 1 811 16-04-2016, 11:45 AM
Last Post: dhanabhagya

Forum Jump: