Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home2/muc/public_html/journal/plugins/generic/googleScholar/GoogleScholarPlugin.php on line 120
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home2/muc/public_html/journal/plugins/generic/googleScholar/GoogleScholarPlugin.php on line 120
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home2/muc/public_html/journal/plugins/generic/googleScholar/GoogleScholarPlugin.php on line 120
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home2/muc/public_html/journal/plugins/generic/citationStyleLanguage/CitationStyleLanguagePlugin.php on line 451
Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home2/muc/public_html/journal/plugins/generic/citationStyleLanguage/lib/vendor/seboettg/citeproc-php/src/StyleSheet.php on line 52
Deprecated: Creation of dynamic property Seboettg\CiteProc\Root\Info::$title-short is deprecated in /home2/muc/public_html/journal/plugins/generic/citationStyleLanguage/lib/vendor/seboettg/citeproc-php/src/Root/Info.php on line 62
Deprecated: Creation of dynamic property Seboettg\CiteProc\Root\Info::$category is deprecated in /home2/muc/public_html/journal/plugins/generic/citationStyleLanguage/lib/vendor/seboettg/citeproc-php/src/Root/Info.php on line 62
Deprecated: Creation of dynamic property Seboettg\CiteProc\Root\Info::$updated is deprecated in /home2/muc/public_html/journal/plugins/generic/citationStyleLanguage/lib/vendor/seboettg/citeproc-php/src/Root/Info.php on line 62
Deprecated: Creation of dynamic property Seboettg\CiteProc\Root\Info::$rights is deprecated in /home2/muc/public_html/journal/plugins/generic/citationStyleLanguage/lib/vendor/seboettg/citeproc-php/src/Root/Info.php on line 62
Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home2/muc/public_html/journal/plugins/generic/dublinCoreMeta/DublinCoreMetaPlugin.php on line 204
Warning: Cannot modify header information - headers already sent by (output started at /home2/muc/public_html/journal/plugins/generic/googleScholar/GoogleScholarPlugin.php:120) in /home2/muc/public_html/journal/lib/pkp/classes/template/PKPTemplateManager.php on line 1489
Warning: Cannot modify header information - headers already sent by (output started at /home2/muc/public_html/journal/plugins/generic/googleScholar/GoogleScholarPlugin.php:120) in /home2/muc/public_html/journal/lib/pkp/classes/template/PKPTemplateManager.php on line 1490
Development of Fast Reliable Secure File Transfer Protocol (FRS-FTP)
| مجلة المنصور
Development of Fast Reliable Secure File Transfer Protocol (FRS-FTP)
المؤلفون
Mazin Sameer Al-Hakeem
Suhiar M. Zeki
Sarah Y. Yousif
الكلمات المفتاحية:
FRS-FTP، FTP، UDP، Secure Tunnel، Port Protection
الملخص
There is a great need to transfer information between hosts and networks in fast with reliable and secure way; this is a big challenge with open environment especially Internet and TCP based Networks. There are several extra file transfer protocols behind core FTP protocol, but each of them suffer from either slow, unreliable or unsecure workflow. In this paper, we develop a new file transfer protocol based on UDP as a fast, reliable and secure protocol; and called FRS-FTP (refers to Fast Reliable Secure File Transfer Protocol. The proposed protocol based on three phases, the first phase to enforce the "reliability" issue using cryptographic hash checksum, the second phase to enforce the "security" issue using file encryption/decryption, port protection and authentication, while the third phase to transfer files with "fast" issue under UDP. The proposed protocol is implemented using Visual Basic .Net programming language and System.Net.Sockets embedded dot Net Class.