Share
تصميم وتنفيذ تطبيق لنقل الملف النصي باستخدام نموذج الـ (TCP/IP) == Design and Implementation of Text File Transfer Protocol Using TCP/IP Reference Model
Author name:
سيف محمود خلف حسين العلاك
General topic:
Computer Science
Specific topic:
Computer Science
Degree:
Master
University:
Al-Nahrain University - College Of Science - Department Of Computer Science
Language:
English
University location:
Baghdad
Key words:
- Application Programming Interface
- Automatic Repeat request
- American Standard Code for Information Interchange
- Berkeley Software Distributed
- Delivery Datagram Protocol
- Electronic Mail System
- Fiber Distributed Data Interface
- File Transfer Prot
First pages:
28T823 - p.pdf
Abstract:
مع النمو السريع والتطور لشبكات المعلومات والانترنت، اصبح من المهم ايجاد طرق لتطوير هذه الشبكات، من خلال اضافة تطبيقات جديدة اليها. التطبيق المقترح في هذه الاطروحة هو توفير خدمة نقل الملف النصي والذي تم تطبيقه على شبكة محلية (LAN) وباستخدام نموذج الـ (TCP/IP). ان اساس عمل التطبيق في هذا المشروع يعتمد على قيام موفر الخدمة بتوفيرالخدمة الى طالب الخدمة والتي تتمثل بـتحميل الملفات من والى طالب الخدمة. ان التطبيق يوفر حماية للبيانات المنقولة من خلال تشفيرها باستخدام نظام (RSA), بالاضافة الى انه يستخدم طريقة الـ (LZW) لضغط الملفات قبل ارسالها لتقليل الوقت المستغرق لنقلها هذا وان عملية الضغط تعتبر اول مستوى من مستويات الامن للبيانات المنقولة. ان نموذج الـ (TCP/IP) المعتمد في هذا المشروع يختلف عن بقية النماذج مثل الـ (IPX/SPX) و(DDP) التي تحتاج الى التوافق عند العمل, بانه لايحتاج الى حالة التوافق مما يكسبه فعالية اكثر عند الاستخدام.ان هذا البحث المقترح يقوم بدراسة نموذج الـ (TCP/IP) والبحث في ايجاد امكانية اضافة تطبيقات جديدة اليه من خلال استخدام احدى وحدات ربط التطبيقات التي تدعى الـ(sockets). ان التطبيق الذي تم اضافته في هذا المشروع هو ’’بروتوكول نقل الملفات النصية’’ الى نموذج الـ (TCP/IP).النظام قد تم بناءه باستخدام اللغة البرمجية ’’Jbuilder’’ الاصدار الرابع، ونفذ في بيئة نظام التشغيل ’’Windows XP’’ على حاسبات شخصية تم ربطها في شبكة محلية ’’LAN’’ على شكل نجمة. | With the recent growth and development of the Internet and companies intranets, it has become important to look for ways of developing these network, by developing new applications or protocols to the network reference models.Some protocols, such as TCP/IP (Transmission Control Protocol / Internet Protocol), are vendor - neutral. Others, such as Novell IPX/SPX (Internetwork Packet Exchange / Sequenced Packet Exchange) and Apple Delivery Datagram Protocol (DDP), are tied to specific vendors.In this thesis, the proposed application is a text file transfer service that operates on a LAN (Local Area Network) and over TCP/IP networks. The proposed application is basically a client/server protocol in which a system running the server accepts commands from a system running a client. The service allows users to send commands to the server for uploading and downloading files. The application uses the RSA encryption system to provide good security for data and LZW (Lempel Ziv Welch) compression method to reduce the transfer time, which is considered level one of security.The proposed research study the TCP/IP protocols and improve a way of inserting new application (protocol) for the TCP/IP reference model by using the socket API (Application Programming Interface). The project adds a text file transfer protocol to the TCP/IP.The system is build by using Jbuilder version 4 programming language, and it is implemented in Window XP operating system environment on PCs linked by LAN as a star topology