Presentation is loading. Please wait.

Presentation is loading. Please wait.

1 Jordan University of Science & Technology Faculty of Computer & Information Technology Department of Computer Science CIS 100Internet.

Similar presentations


Presentation on theme: "1 Jordan University of Science & Technology Faculty of Computer & Information Technology Department of Computer Science CIS 100Internet."— Presentation transcript:

1 1 Jordan University of Science & Technology Faculty of Computer & Information Technology Department of Computer Science CIS 100Internet

2 2 What is Internet? Internet is a global computer network of inter- connected networks. Internet is a global computer network of inter- connected networks.

3 3 Internet Activities 1. All computers connected to the internet must communicate with each other using set of rules (protocols) called TCP/IP (Transmission Control Protocol/ Internet Protocol) 2. Send and receive electronic messages (e-mail) 3. Transfer data files to and from computers around the world (File Transfer Protocol [FTP]) 4. View corporate or personal documents containing graphical hypertext content (World Wide Web) 5. Share point-of-view on specific subjects with other online groups, (Usenet news-groups - Network News Transfer Protocol)

4 4 Internet Addressing Each computer directly linked to the Internet must obtain a unique address so that it can be located. Each computer directly linked to the Internet must obtain a unique address so that it can be located. A computer’s internet protocol (IP) address is a four- part series of numbers separated by periods. For example 198.137.241.30 A computer’s internet protocol (IP) address is a four- part series of numbers separated by periods. For example 198.137.241.30 Because it is difficult to remember a long series of numbers( i.e. IP address ), a name addressing system was developed, called domain name system (DNS), For example Whitehouse.gov Because it is difficult to remember a long series of numbers( i.e. IP address ), a name addressing system was developed, called domain name system (DNS), For example Whitehouse.gov The DNS: is a world-wide system of databases that maps domain names with their corresponding IP address. The DNS: is a world-wide system of databases that maps domain names with their corresponding IP address.

5 5 How To Get Internet Connection? To obtain an Internet domain name, It is necessary to register with (and pay) a special Internet committee, Internet Service Provider (ISP) To obtain an Internet domain name, It is necessary to register with (and pay) a special Internet committee, Internet Service Provider (ISP) ISP examples: ORANGE, Batelco, TE Data, and Zain ISP examples: ORANGE, Batelco, TE Data, and Zain To get internet service: To get internet service: Subscribe with any Internet Service Provider (ISP) Subscribe with any Internet Service Provider (ISP)

6 6 Site Types The top-level specification:.com: commercial organization..com: commercial organization..edu: education..edu: education..int: international organization..int: international organization..mil: military organizations..mil: military organizations..org: nonprofit and research organizations..org: nonprofit and research organizations..net: network and service operations..net: network and service operations.

7 7 Country Code Two-letter country code:.us: United States..jo: Jordan..uk: United Kingdom.

8 8 Domain Name Second-level domain name (it is the company or organization name): up to 22 alphanumeric characters and cannot include spaces (although underscore can be used). Second-level domain name (it is the company or organization name): up to 22 alphanumeric characters and cannot include spaces (although underscore can be used). examples of the Domain name: examples of the Domain name: www.example.net www.example.net www.yahoo.com www.yahoo.com www.hotmail.com www.hotmail.com The alphanumeric character set consists of the numbers 0 to 9 and letters A to Z. The alphanumeric character set consists of the numbers 0 to 9 and letters A to Z.

9 9 Subdomain Name Subdomain Name: Subdomain Name: Put it to the left of the domain name Put it to the left of the domain name We may have additional subdomain names We may have additional subdomain names It is optional part It is optional part Subdomain Name examples: Subdomain Name examples: www. cis.just.edu.jo www. cis.just.edu.jo www. mail.yahoo.com www. mail.yahoo.com

10 10 Domain, LAN, and Network Server This entire domain is part of LAN connected to the internet. This entire domain is part of LAN connected to the internet. The network server is connected to the Internet. The network server is connected to the Internet. So each of the computers on the network gain their access to the Internet through the network server. So each of the computers on the network gain their access to the Internet through the network server. LAN: Local Area Network LAN: Local Area Network Hostname: i.e. the Host Computer Hostname: i.e. the Host Computer

11 11 What is the World Wide Web? The World Wide Web is a collection of host machines: The World Wide Web is a collection of host machines: which deliver documents, graphics and multi-media to users via the Internet. which deliver documents, graphics and multi-media to users via the Internet.

12 12 World Wide Web Pages or files are stored on Web Servers. Pages or files are stored on Web Servers. Users access these pages using a graphical browser like: Users access these pages using a graphical browser like: Internet Explorer Internet Explorer Netscape Communicator Netscape Communicator Pages can include: Pages can include: Graphics, sound, movies and other media-rich content Graphics, sound, movies and other media-rich content References to other pages on the same site or other sites References to other pages on the same site or other sites

13 13 Hyper-Links A hyperlink is a clickable link to another document or resource. It is normally shown in blue underline. A hyperlink is a clickable link to another document or resource. It is normally shown in blue underline. When a user clicks on this link When a user clicks on this link  The client will retrieve the document associated with that link by  requesting the document from the designated server upon which it resides.

14 14 URLs An URL (Uniform Resource Locator) is a means of specifying the pathname for any resource on the Internet. An URL (Uniform Resource Locator) is a means of specifying the pathname for any resource on the Internet. The URL consists of three part: The URL consists of three part: 1. protocol part 2. host part 3. document name

15 15 URLs Example http://www.just.edu.jo/cis100/windows.htm specifies the protocol as http, the host or WWW server as just.edu.jo and the document as / cis100/windows.htm

16 16 Search Engines Because there is so much information available on the Internet today so: Because there is so much information available on the Internet today so: it is important to be able to access information quickly. it is important to be able to access information quickly. Several sites have specialized in searching Several sites have specialized in searching Search Engines Examples: Search Engines Examples:  www.yahoo.com  www.google.com  www.excite.com  www.metacrawler.com

17 17 Browsing the Web The features of World Wide Web (WWW) are:   server provides WWW access   information presented as pages   uses html (hyper-text markup language) to write pages  pages may reference other pages, graphics etc (links)  client provides browse services to view pages and handle special page types  connect only long enough to get a page  Examples of available browsers include Netscape Communicator and Internet Explorer.

18 18 HTML HTML: Hyper Text Markup Language. HTML: Hyper Text Markup Language. Used to create (design) Web pages which may include: Used to create (design) Web pages which may include: Text, graphics, sound, video and/or links to other pages Text, graphics, sound, video and/or links to other pages

19 19 Web Browser A WWW browser is an application run on a user’s computer A WWW browser is an application run on a user’s computer which allows him to view the pages made available by a WWW server which allows him to view the pages made available by a WWW server The browser interprets each HTML page and displays the information in a window. The browser interprets each HTML page and displays the information in a window. Each WWW server has a host name, and each page has a location address where it resides on the server. Each WWW server has a host name, and each page has a location address where it resides on the server.

20 20 Example http://www.just.edu.jo/index.htm The site-name is www.just.edu.jo which denotes the server address for the WWW server at JUST The page, which is shown as JUST’s home page is called index.htm

21 21 Electronic Mail (email) Electronic mail, or email, is: a simple tool for exchanging messages between individuals or among larger audience. a simple tool for exchanging messages between individuals or among larger audience.

22 22 Electronic Mail Email messages travel very quickly and inexpensively Email messages travel very quickly and inexpensively The delivery of messages from one part of a country to another may take minutes The delivery of messages from one part of a country to another may take minutes Once a message has been received, it can be saved, printed, edited, forwarded to another user, or deleted Once a message has been received, it can be saved, printed, edited, forwarded to another user, or deleted Email is becoming one of the most widely used services on the Internet: Email is becoming one of the most widely used services on the Internet:

23 23 Email Characteristics Email is becoming one of the most widely used services on the Internet : 1. Fast 2. Can save messages for future reference. 3. Free of charge.

24 24 How to get email account ? How to get just email? How to get just email? From the University (Engineering Building, C3- level 1 ?) From the University (Engineering Building, C3- level 1 ?) Get a free web-based email account through yahoo or Hotmail Get a free web-based email account through yahoo or Hotmail

25 25 Email Address An email address has two parts: 1. Username 2. Domain Name Email Address Example: ahmad@just.edu.jo ahmad@just.edu.jo

26 26 Email Message’s Parts An email message must have at least two parts: 1. Header 2. Body 3. Message Signature (optional)

27 27 Email Message’s Parts 1. The Message Header contains information about the message: sender, receiver, date and subject CC : Carbon Copy CC : Carbon Copy BCC : Blind Carbon Copy BCC : Blind Carbon Copy 2. The Message body contains the actual message being sent 3. Message Signature (optional) (see next slide)

28 28 Message Signature Sometimes, an email message contains a third part, called the signature Sometimes, an email message contains a third part, called the signature It is optional, and usually identifies or provides information about the message’s sender It is optional, and usually identifies or provides information about the message’s sender

29 29 Review CC : Carbon Copy CC : Carbon Copy BCC : Blind Carbon Copy BCC : Blind Carbon Copy Protocols: set of rules Protocols: set of rules TCP/IP :Transmission Control Protocol/ Internet Protocol) TCP/IP :Transmission Control Protocol/ Internet Protocol) File Transfer Protocol [FTP] use to: File Transfer Protocol [FTP] use to: Transfer data files to and from computers around the world? Transfer data files to and from computers around the world? internet protocol address : IP address internet protocol address : IP address DNS: it is a name addressing system was developed, called domain name system (DNS) DNS: it is a name addressing system was developed, called domain name system (DNS) URL: Uniform Resource Locator URL: Uniform Resource Locator HTML: Hyper Text Markup Language HTML: Hyper Text Markup Language


Download ppt "1 Jordan University of Science & Technology Faculty of Computer & Information Technology Department of Computer Science CIS 100Internet."

Similar presentations


Ads by Google