1 / 62

סוגי רשתות תקשורת

רשת מקומית – רשת כוכב. אינטרנט. נתב. שרת. לקוח. סוגי רשתות תקשורת. LAN. WAN. WAN and LAN. 212. 202. 150. 200. כתובת IP. 32 bit. רשת. תחנה. Class C. 32 bit. רשת. תחנה. 212. 192. 120. 100. 192.0.1.0 - 223.255.254.0. 254 כתובות. LoopBack. 127.x.x.x. 127.0.0.1. Subnet.

rasch
Download Presentation

סוגי רשתות תקשורת

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. רשת מקומית – רשת כוכב אינטרנט נתב שרת לקוח סוגי רשתות תקשורת LAN WAN

  2. WAN and LAN

  3. 212 202 150 200 כתובת IP 32bit רשת תחנה

  4. Class C 32bit רשת תחנה 212 192 120 100 192.0.1.0 - 223.255.254.0 254 כתובות

  5. LoopBack 127.x.x.x 127.0.0.1

  6. Subnet IP Subnet Addressing IP Subnet Mask תת-רשת 255 255 255 192

  7. כתובות INTRANET 10.0.0.0 – 10.255.255.255 172.6.0.0 – 172.31.255.255 192.168.0.0 – 192.168.255.255

  8. TCP Full Duplex Data Segmentation Virtual Circuit Connection PORTS

  9. מספר PORT יישום 21 FTP 23 TELNET 25 SMTP (Simple Mail Transfer Protocol) 80 WEB

  10. Server Client IP= 212.150.202.200 IP= 192.18.24.115 Port=4325 Port=80

  11. DHCP – Dynamic Host Configuration Protocol

  12. DNS – Domain Name Service http://www.abc.org.il http://www.tau.ac.il USA IL Server UK Server ORG AC Tel Aviv Univ Computer = abcd

  13. דפי אינטרנט בסיסיים HTML Hyper Text Markup Language

  14. מבנה דף HTML <html> <head> <title>......</title> . . </head> <body > . . . . </body> </html>

  15. הפעלה הטענה ושמירה של קבצים הכנסת תגיות HELP

  16. שילוב כלים MS word 2000 Front Page 2000 עורכים גרפיים 1st Page 2000 עורכי HTML FLASH InterDev

  17. עיצוב טקסט מבנה תגיות <h1 para=”value”></h1> <body bgcolor=”green” text=”blue"></body>

  18. JavaScript <script language=“JavaScript”> </script>

  19. Syntax script language="javascript">document.write("<body bgcolor=red text=yellow><h1>Hello")</script> script language="javascript">document.Write("<body bgcolor=red text=yellow><h1>Hello")</script>

  20. Objects Top Object of JS Window Document script language="javascript">document.write("<body bgcolor=red text=yellow><h1>Hello")</script>

  21. <script language="javascript"> document.write("<body bgcolor=red text=yellow><h1>Hello")</script> functions Write()

  22. Variables Var name: letter | letters | + numbers <script language=“JavaScript”> var A=4 document.write (“a=“ A) </script> String Number Boolean

  23. JavaScript Program Control While (חזרה) While (condition) { Statements; } Ex04.htm

  24. for For (I=1; I<=5; I++) { document.write (“I=“, I); document.write (“<br>”); }

  25. If … else if (I != x) { document.write(“not equal”); } Else { document.write(“equal”); }

  26. new Object name = new object type אובייקטים מובנים אובייקטים שנוצרים על-ידי התכנת A = new array(5) MyPic= new Image()

  27. Trigger <a href=URL Trigger=function/command> text </a>

  28. Triggers onabort onblur onfocus onclick onmouseover onmouseout ondblclick Onmouseup, onmosedown onuload

  29. יצירת הפונקציה Functions פונקציה מוגדרת ע"י התכנת משתנים מועברים function myfunction(myname, myvalue) { if (myname==myvalue) { alert(“It is equal”); } else document.write(“Not equal”); } return myname; } פונקציה מובנית (לא מחזירה ערך) החזרת ערך שיטה של אובייקט method Ex02_10

  30. Top level functions eval Function compute(number1, number2, number3) { var result; result=eval((number1+number2)/mumber3); alert(result); } פונקציה מחזירה ערך

  31. Top level functions parseInt function compute(A) { var X; X=parseInt(A); } This העברת מידע של טופס -

  32. Object and methods Object A תכונות (משתנים) שיטות (פונקציות) Object B תכונות (משתנים) שיטות (פונקציות) Object_A.Object_B.attribute

  33. אובייקט המחרוזת A=“This is a string”; Alert(A.length);

  34. קליטת טקסט ועיבודו *.HTML <head> Jsfunction() fuctions </head> <body> <form onsubmit=“Jsfunction()”> Data entry triggers </form> <body>

  35. שרת לקוח JavaScript ASP

  36. סוגי אובייקטים אובייקטים מובנים Date, Math, Array, String אובייקטי דפדפן רכיבים של הדפדפן: Alert() אובייקטים מותאמים – שהתכנת יוצר

  37. ההיררכיה של אובייקטי הדפדפן links document anchors window history images forms location Form elements

  38. יצירת הפונקציה Functions פונקציה מוגדרת ע"י התכנת משתנים מועברים function myfunction(myname, myvalue) { if (myname==myvalue) { alert(“It is equal”); } else document.write(“Not equal”); } return myname; } פונקציה מובנית (לא מחזירה ערך) החזרת ערך שיטה של אובייקט method

  39. קליטת טקסט ועיבודו *.HTML <head> Jsfunction() </head> <body> <form onsubmit=“Jsfunction()”> Data entry trigger </form> <body>

  40. בדיקת שדה טקסט <head> <Script language=javascript> Function check() {alert(“OK”)} </script> </head> <body> <form> Name: <input type=text name=data onblure=check()> </form> <body>

  41. הפונקציה IndexOf -1 לא קיים ערך.IndexOf(מחרוזת) המקום של המופע הראשון (מתחיל מאפס)

  42. רשימה נגללת JavaScript Wizard הפעלה על-ידי תפריטים (הפנייה לקישור)

  43. This function form1 onsubmit form2

  44. this function onblur form1 data1 onclick data2

  45. גלילת טקסט מחזיר מחרוזת המתחילה ב- position ואורכה כ- lengh שדה.substring(position,length) מחזיר את התו במקום position שדה.charAt(position) Data=‘abcdefg’ X=Data.substring(2,3) Document.write(X) cde

  46. location setTimeout(‘function’,time-mliseconds) clearTimeout(location variable) Function func { X=setTimeout(‘func()’,100) clearTimeout(x) }

  47. location setTimeout(‘function’,time-mliseconds) clearTimeout(location variable) Function func { X=setTimeout(‘func()’,100) clearTimeout(x) }

  48. <head> <stryle type=“type/css”> הגדרת עצוב </style> </head> מודיע שנשתמש ב- css CSS– Cascaded Style Sheet שליטה על סגנונות שונים באותו מסמך http://www.w3.org ועדת התקינה:

  49. המבנה הבסיסי של h3 בתוספת התכונות בין הסוגרים המסולסלים <STYLETYPE="text/css"> h3{color:green;text-align:right}P{text-align:right;font-size:13pt}</STYLE> שינוי צבע ישפיע על הכל

  50. שינוי בקישורית <style>a{text-decoration:none; color:blue} a:visited{color:blue} a:hover{text-decoration:underline; color:indigo; font:bolditalic;}</style>

More Related