Presentation is loading. Please wait.

Presentation is loading. Please wait.

הרצאה 1 מסחר אלקטרוני ובסיסי נתונים. דרישות הקורס  ציון הקורס יינתן על תרגילים ופרויקט ( אין מבחן )  תרגילים 1-8 ביחד 40% (5 % כל אחד )  תרגיל 9 10%

Similar presentations


Presentation on theme: "הרצאה 1 מסחר אלקטרוני ובסיסי נתונים. דרישות הקורס  ציון הקורס יינתן על תרגילים ופרויקט ( אין מבחן )  תרגילים 1-8 ביחד 40% (5 % כל אחד )  תרגיל 9 10%"— Presentation transcript:

1 הרצאה 1 מסחר אלקטרוני ובסיסי נתונים

2 דרישות הקורס  ציון הקורס יינתן על תרגילים ופרויקט ( אין מבחן )  תרגילים 1-8 ביחד 40% (5 % כל אחד )  תרגיל 9 10%  הצגת הפרויקט 10% (2 נקודות בונוס על השתתפות פעילה / מלאה )  דוח סופי 40 % ( מועד הגשה יפורסם בהמשך )  חומר הקורס יופיע ב moodle וגם בכתובת  http://homedir.jct.ac.il/~dreyfuss/ECOMMERCE/ECOMMERCE.ht m http://homedir.jct.ac.il/~dreyfuss/ECOMMERCE/ECOMMERCE.ht m  דרישות נוספות  עצמאות, יוזמה, בגרות ואחריות...

3 מהו מסחר אלקטרוני ? E-commerce  " מסחר וביצוע עסקאות מסחריות באופן אלקטרוני, באמצעות תקשורת מחשבים." ( וויקיפדיה )  הפצת מידע על ידי ספקים.  קנייה ומכירה של מוצרים בני קיימא ושירותים.  תמיכה בלקוח / במוצר לאחר המכירה. ...

4 ארכיטקטורה של אפליקציית WEB Server – makes resources available to “other” computers over a network. The “other” computers are called the Clients. מתוך Murach’s PHP and MySQL by Joel Murach and Ray Harris.

5 ארכיטקטורה של האינטרנט מתוך Murach’s PHP and MySQL by Joel Murach and Ray Harris. Network – uses routers to get information from the sender to its destination. LAN – Local Area Network direct connection WAN – Wide Area Network connection via routers IXP – Internet Exchange Point collection of WANs that have been connected ISP – Internet Service Provider owns a WAN and leases access to the network

6 עיבוד של דף אינטרנט סטטי ( הדף משתנה רק כאשר המפתח משנה אותו ) מתוך Murach’s PHP and MySQL by Joel Murach and Ray Harris. In order to view a web page a user types the address of the page in a browser, or clicks a link. The web browser builds an HTTP request, and sends it to the relevant web server. The web server retrieves the relevant web page from the disk drive, and sends it to the client as an HTTP response. The response includes the HTML formatting for the page. The web browser (client) receives the HTTP response, and uses the HTML to format and display the page in the web browser.

7 What is TCP/IP?  TCP/IP is a family of protocols for communication between computers.  TCP - Transmission Control Protocol  TCP is responsible for breaking data down into small packets before they can be sent over a network, and for assembling the packets again when they arrive.  IP - Internet Protocol  IP takes care of the communication between computers. It is responsible for addressing, sending and receiving the data packets over the Internet.

8 Protocols For the Web  Web browsers and servers use TCP/IP protocols to connect to the Internet.  Common TCP/IP protocols are:  HTTP - Hyper Text Transfer Protocol HTTP takes care of the communication between a web server and a web browser. HTTP is used for sending requests from a web client (a browser) to a web server, returning web content (pages) from the server back to the client.  HTTPS - Secure HTTP HTTPS takes care of secure communication between a web server and a web browser. HTTPS typically handles credit card transactions and other sensitive data.  FTP - File Transfer Protocol FTP takes care of transmission of files between computers.  For more terms: http://www.w3schools.com/website/web_tcpip.asphttp://www.w3schools.com/website/web_tcpip.asp

9 The components of an HTTP URL  What happens if you omit parts of a URL  If you omit the protocol, the default of http:// will be used.  If you omit the filename, one of the default filenames for the Apache web server will be used: index.htm, index.html, or index.php.  If you omit the filename and there is no default file, Apache will display an index of the files and directories in the path. מתוך Murach’s PHP and MySQL by Joel Murach and Ray Harris.

10 עיבוד של דף אינטרנט דינמי ( הדף משתנה עפ " י הרצת קוד על השרת, יכול להשתנות בכל עדכון ) מתוך Murach’s PHP and MySQL by Joel Murach and Ray Harris. ילמד בהמשך הקורס...

11 Web Development Tools  Web browsers  Internet Explorer  Firefox (*)  Safari  Opera  Chrome  Web servers  Apache (*)  IIS  Server-side languages  PHP (*)  JSP (*)  ASP.NET  Perl  Python  Database servers  MySQL (*)  Oracle  DB2  MS SQL Server (*) נראה בקורס

12 WAMP (WampServer)  Windows web development environment with:  Apache web server  MySQL  PHP  Use WAMP to setup a local server environment  http://www.wampserver.com/en/ http://www.wampserver.com/en/  (There are alternatives to WAMP, such as XAMPP)

13 WORDPRESS  Platform for developing websites  Free!  https://wordpress.org/ https://wordpress.org/  We will use it to develop a website, that we will place on the WAMP server

14 נושאי הקורס ( הרחבה ניתן למצוא בסילבוס )  ( מבוא למסחר אלקטרוני )  ניתוח ותכנון של מערכות WEB ( בעזרת (VISIO.  בסיסי נתונים במערכות מקוונות.  תכנון של SERVER SIDE על ידי שפת PHP.  HTML  עיצוב של מערכות מקוונות על ידי CSS.  הוספת דינמיות בעזרת JavaScript.  שימוש ב AJAX  מערכות תשלום אלקטרוני  כלכלה דיגיטלית ומודלים לעסקים אלקטרונים, אמון ומוניטין במסחר אלקטרוני

15 נושאי הקורס  נושאים נוספים :  אבטחה וקריפטוגרפיה (HTML)  אבטחה של מארחים (hosts) אינטרנטיים ורשתות, תשתית מפתח ציבורי, בטיחות באפליקציות של מסחר אלקטרוני,  אינטליגנציה מסחרית ברשת (E-business intelligence): שיווק אינטרנטי ומערכות המלצה (recommender systems), מסחר אלקטרוני עסק - לקוח (Business-to-consumer e-commerce): שיווק ומכירה מכוונת מוצרי ידע, סוכנים במסחר אלקטרוני, מסחר אלקטרוני עסק - עסק (Business-to-buisness e-commerce) וניהול שרשרת האספקה

16 קישורים לעיון נוסף....  מידע רב על הרבה מנושאי הקורס ( מומלץ ) http://www.w3schools.com/  מסחר אלקטרוני בישראל : http://www.isoc.org.il/openacademy/smb/ http://www.globes.co.il/news/ סחר _ אלקטרוני.tag


Download ppt "הרצאה 1 מסחר אלקטרוני ובסיסי נתונים. דרישות הקורס  ציון הקורס יינתן על תרגילים ופרויקט ( אין מבחן )  תרגילים 1-8 ביחד 40% (5 % כל אחד )  תרגיל 9 10%"

Similar presentations


Ads by Google