Computer Networks
Computer Networks
ده وقت التطبيقPDF و ترجع للـ. ده لوحده! الزم تشوف الشرح األولPDF مينفعش تذاكر من الـ
[YouTube Channel]
[Level 3 MTI Discord Server]
Network و اي جزء تبع الـHost تبع الـIP بيحدد اي جزء من الـ:Subnet mask
:Class A •
Range: 1 – 126 o
Example: 10.0.0.0 o
Subnet mask: 255.0.0.0 o
:Class B •
Range: 128 – 191 o
Example: 128.1.0.0 o
Subnet mask: 255.255.0.0 o
:Class C •
Range: 192 – 223 o
Example: 192.168.1.0 o
Subnet mask: 255.255.255.0 o
! مهمة جدا:Commands
- Ahmed Huzain
Network – Lab Revision Page 2 of 6
Devices
End devices: .1
Computer •
Laptop •
Routers: .2
1941 •
2811 •
Switches: .3
2960 •
2950T •
Clouds .4
PT-Cloud •
Links
:Straight Cooper-through .1
Switch – Router ✓
Router – PC ✓
Switch – PC ✓
Fast ethernet الـport ✓ يُستخدم في
:Serial DTE/DCE .2
Router – Router ✓
االولrouter في الـHWIC-2T الزم تركب,serial باستخدام الـrouter ✓ عشان تقدر توصل
serial الـport ✓ يُستخدم في
:Copper cross-over .3
PC – PC ✓
Switch – Switch ✓
Router – Router ✓
Router – Cloud ✓
Fast ethernet الـport ✓ يُستخدم في
- Ahmed Huzain
Network – Lab Revision Page 3 of 6
Notes
! بكتير.. وظيفتها تسهل عليك الشغلnotes الـ
.بس هل ضروري تستخدمهم؟ ال
- Ahmed Huzain
Network – Lab Revision Page 4 of 6
Configuration
router الخاصة بالـports تفتح الـ:Configuring a router
Router تدوس على الـ ❖
CLI (Command Line Interface) ❖
no لو جالك سؤال في االول هتقوله ❖
.) (تفتح الراوترenable ❖
.)terminal (تدخل على الـconfigure terminal ❖
.)interface fa0/0 : مثال. معينةport (تدخل علىinterface <port> ❖
.) اللي اخترتهاport للـIP (تحددip address <ip> <subnet mask> ❖
.)port (عشان تفتح الـno shutdown ❖
.)port (عشان تخرج من الـexit ❖
router عايز تفتحها للـport عيد نفس اللي عملته لكل ❖
Static Routing
معينةnetwork(s) معين ازاي يوصل لـrouter بتعرف:Network routing .1
)Command Line Interface (CLI) (من خالل:Static routing طريقة التوصيل بالستخدام
) (بيدخل على الراوترenable •
).terminal (يدخل على الـconfigure terminal •
ip route <destination> <subnet> <next hop> •
اللي عايز تروح ليهاnetwork الـ:Destination ✓
اللي رايح ليهاnetwork تبعsubnet mask الـ:Subnet ✓
؟port من خالل ايdestination هتروح للـ:Next hop ✓
)! معين (جهاز واحدhost معين ازاي يوصل لـrouter بتعرف:Host routing .2
.host routing للـ جهاز اللي هتعملهIP بتكتب,network لـID بس بدل ما تكتب.static routing نفس الـ •
255.255.255.255 بيبقىsubnet mask الـ •
- Ahmed Huzain
Network – Lab Revision Page 5 of 6
Dynamic Routing
النظري اللي تحت مش كامل .%100انا كتبت اللي فاكره من المحاضرة.
طريقة التوصيل باستخدام الـ RIPمن خالل الـ )Command Line Interface (CLI
• ( enableتفتح الـ )router
• ( configure terminalتروح للـ )terminal
• router rip
• version 2
• >( network <ipبتكتب دي لكل الـ networksاللي متوصلة بالـ )router
Command Line Interface (CLI) من خالل الـEIGRP طريقة التوصيل باستخدام الـ
- Ahmed Huzain