1 Chapter 11 The Internet. 2 Introduction ARPANET in the 1960s. NSFnet in 1980s Internet in 1990s.

Slides:



Advertisements
Similar presentations
Chapter 11: The Internet.
Advertisements

1 Chapter 11 The Internet Data Communications and Computer Networks: A Business User’s Approach.
Network Services Networking for Home & Small Business.
IS 247 Introduction to Web Application Development Tim Wu.
Chapter Ten The Internet Data Communications and Computer Networks: A Business User’s Approach Sixth Edition.
The Internet Useful Definitions and Concepts About the Internet.
Layer 7- Application Layer
Chapter Extension 7 How the Internet Works © 2008 Prentice Hall, Experiencing MIS, David Kroenke.
1 Chapter 11 The Internet. 2 Introduction Today’s present Internet is a vast collection of thousands of networks and their attached devices. The Internet.
網際網路協定基礎介紹 Data Communications and Computer Networks: A Business User’s Approach Fifth Edition (Chap 10)
Chapter 10 The Internet. 2 Internet  Today’s present Internet is a vast collection of thousands of networks and their attached devices  Internet began.
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
Chapter Overview TCP/IP Protocols IP Addressing.
Chapter 11: Networking with TCP/IP and the Internet.
Lecture slides prepared for “Business Data Communications”, 7/e, by William Stallings and Tom Case, Chapter 8 “TCP/IP”.
Chapter Eleven An Introduction to TCP/IP. Objectives To compare TCP/IP’s layered structure to OSI To review the structure of an IP address To look at.
Forensic and Investigative Accounting
1 Chapter 11 The Internet Data Communications and Computer Networks: A Business User’s Approach.
WXES2106 Network Technology Semester /2005 Chapter 4 TCP/IP CCNA1: Module 9, 10.3 and 11.
TCP/IP protocols Communication over Internet is mostly TCP/IP (Transmission Control Protocol over Internet Protocol) TCP/IP "stack" is software which allows.
CHAPTER 2 PCs on the Internet Suraya Alias. The TCP/IP Suite of Protocols Internet applications – client/server applications The client requested data.
Chapter 11 The Internet Data Communications and Computer Networks: A Business User’s Approach.
Hands-On Microsoft Windows Server 2003 Networking Chapter Three TCP/IP Architecture.
Networking Basics TCP/IP TRANSPORT and APPLICATION LAYER Version 3.0 Cisco Regional Networking Academy.
 TCP/IP is the communication protocol for the Internet  TCP/IP defines how electronic devices should be connected to the Internet, and how data should.
Network Protocols. Why Protocols?  Rules and procedures to govern communication Some for transferring data Some for transferring data Some for route.
Copyright ©2011 Cengage Learning. All rights reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible web site, in whole.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 3: TCP/IP Architecture.
A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e
Internet Standards and Services 12. Objectives In this chapter, you will learn to: Summarize the history of today’s Internet Identify the organizations.
The Internet in Education Objectives Introduction Overview –The World Wide Web –Web Page v. Web Site v. Portal Unique and Compelling Characteristics Navigation.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Network Services Networking for Home and Small Businesses – Chapter.
Examining TCP/IP.
E-Business William R. Mussatto CyberStrategies, Inc. 12/2/2000.
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
Network Services Networking for Home & Small Business.
Component 9 – Networking and Health Information Exchange Unit 1-1 ISO Open Systems Interconnection (OSI) This material was developed by Duke University,
1 Version 3.0 Module 11 TCP Application and Transport.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 2: TCP/IP Architecture.
Chapter Ten The Internet. Data Communications and Computer Networks: A Business User's Approach, Fifth Edition2 Objectives Discuss the responsibilities.
CHAPTER 2 PCs on the Internet Suraya Alias. The TCP/IP Suite of Protocols Internet applications – client/server applications ◦The client requested data.
Data Communications & Computer Networks, Second Edition1 Chapter 11 The Internet.
Application Layer Khondaker Abdullah-Al-Mamun Lecturer, CSE Instructor, CNAP AUST.
1 Chapter 8 – TCP/IP Fundamentals TCP/IP Protocols IP Addressing.
ECEN “Internet Protocols and Modeling”, Spring 2012 Course Materials: Papers, Reference Texts: Bertsekas/Gallager, Stuber, Stallings, etc Class.
TCP/IP (Transmission Control Protocol / Internet Protocol)
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network, Enhanced Chapter 3: TCP/IP Architecture.
Networking Material taken mainly from HowStuffWorks.com.
Chapter Ten The Internet Data Communications and Computer Networks: A Business User’s Approach Eighth Edition.
1 Internet Protocols To support the Internet and all its services, many protocols are necessary Some of the protocols that we will look at: –Internet Protocol.
Page 12/9/2016 Chapter 10 Intermediate TCP : TCP and UDP segments, Transport Layer Ports CCNA2 Chapter 10.
Chapter Ten The Internet Data Communications and Computer Networks: A Business User’s Approach Sixth Edition.
Voice Over Internet Protocol (VoIP) Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Presentation 5 – VoIP and the OSI Model.
Computer Network Architecture Lecture 6: OSI Model Layers Examples 1 20/12/2012.
Chapter Ten The Internet Data Communications and Computer Networks: A Business User’s Approach Seventh Edition.
COMPUTER NETWORKS Hwajung Lee. Image Source:
IST 201 Chapter 11 Lecture 2. Ports Used by TCP & UDP Keep track of different types of transmissions crossing the network simultaneously. Combination.
Chapter Ten The Internet Data Communications and Computer Networks: A Business User’s Approach Eighth Edition © Cengage Learning. All Rights Reserved.
Application layer tcp/ip
Instructor Materials Chapter 5 Providing Network Services
Computer Networks.
Networking for Home and Small Businesses – Chapter 6
Networking for Home and Small Businesses – Chapter 6
Process-to-Process Delivery:
Data Communications and Computer Networks: A Business User’s Approach
Networking for Home and Small Businesses – Chapter 6
Computer Networks Protocols
Objectives: 1.Identify different internet protocol (IP) 2.Configure sample of IP address 3.Appreciate and relate protocol in our life.
Presentation transcript:

1 Chapter 11 The Internet

2 Introduction ARPANET in the 1960s. NSFnet in 1980s Internet in 1990s

3 Internet Protocols To support the Internet and all its services, many protocols are necessary.  Internet Protocol (IP)  Transmission Control Protocol (TCP)  User Datagram Protocol (UDP)  Address Resolution Protocol (ARP)  Network Address Protocol (NAT)  Hypertext Transport Protocol (HTTP)

4 Four Layers of the Internet

5 The Internet Protocol (IP) IP prepares a packet for transmission across the Internet. The IP header is encapsulated onto a transport data packet.

6 IP Datagram (Packet)

7 The Transmission Control Protocol (TCP) Creates an end-to-end connection between sender and receiver using port numbers.  The port number identifies a particular application on a particular device  IP + port = socket Multiplexing (using port numbers) over a single IP line Flow control Error detection and recovery Establish priority

8 TCP Header

9 Other Internet Protocols Internet Control Message Protocol (ICMP)  Used by routers and nodes, performs the error reporting for the Internet Protocol  Reports errors such as invalid IP address, invalid port address, and that the packet has hopped too many times User Datagram Protocol (UDP)  A transport layer protocol used in place of TCP  Where TCP supports a connection-oriented application, UDP is used with connectionless applications  UDP also encapsulates a header onto an application packet but the header is much simpler than TCP

10 Other Internet Protocols Address Resolution Protocol (ARP)  When an IP packet has traversed the Internet and encounters the destination LAN, how does the packet find the destination workstation?  Even though the destination workstation may have an IP address, a LAN does not use IP addresses to deliver frames. A LAN uses the MAC layer address.  ARP translates an IP address into a MAC layer address so a frame can be delivered to the proper workstation.

11 Other Internet Protocols Dynamic Host Configuration Protocol (DHCP)  When a DHCP client issues an IP request, the DHCP server looks in its static table. If no entry exists, the server selects an IP address from an available pool.  The address assigned by the DHCP server is temporary.  Part of the agreement includes a specific period of time. If no time period specified, the default is one hour.  DHCP clients may negotiate for a renewal before the time period expires.

12 Other Internet Protocols Network Address Translation (NAT)  NAT lets a router represent an entire local area network to the Internet as a single IP address.  This security feature allows a LAN to hide all the workstation IP addresses from the Internet.  Since the outside world cannot see into the LAN, you do not need to use registered IP addresses on the inside LAN.  We can use the following blocks of addresses for private use: – – –

13 Other Internet Protocols Tunneling Protocols and VPNs  The Internet is not normally a secure system.  If a person wants to use the Internet to access a corporate computer system, how can a secure connection be created?  One possible technique is by creating a virtual private network (VPN).  A VPN creates a secure connection through the Internet by using a tunneling protocol.

14 The World Wide Web The World Wide Web (WWW) is a vast collection of web pages and other resources that can be downloaded across the Internet and displayed on a workstation via a web browser. The WWW is the most popular service on the Internet. Basic web pages are created with the HyperText Markup Language (HTML). HTML is a presentation language to display a web page. It uses HyperText Transport Protocol (HTTP) to transfer information

15

16 Other Markup Languages D-HTML (Dynamic HTML)  Mouse-over techniques  Live positioning of elements (layers)  Data binding  Cascading style sheets XML (eXtensible Markup Languages)  Both the definition of the document and the contents of the document can be specified  The syntax of XML is fairly similar to HTML  Design your own tags, such as which have their own, unique properties.  Used widely for data interchange for Banks, B2B, etc.

17 Locating a Document on the Internet Every document on the Internet has a unique uniform resource locator (URL) All URLs consist of four parts: 1. Service type 2. Host or domain name 3. Directory or subdirectory information 4. Filename

18 Locating a Document on the Internet When a user running a web browser enters a URL, how is the URL translated into an IP address?  The Domain Name System (DNS) is a large, distributed database of URLs and IP addresses.  The first operation performed by DNS is to query a local database for URL/IP address information.  If the local server does not recognize the address, the server at the next level will be queried.  Eventually the root server for URL/IP addresses will be queried.  If the root server has the answer, the results are returned.  When the domain’s server returns the results, they are passed back through the chain of servers (and their caches).

19 IP Addresses All devices connected to the Internet have a 32-bit IP address associated with it. Computers, networks, and routers use the 32-bit binary address, but a more readable form is the dotted decimal notation. For example, the 32-bit binary address 

20 IP Addresses There are basically four types of IP addresses: Classes A, B, C and D. A particular class address has a unique network address size and a unique host address size First three

21 IP Subnet Masking Sometimes you have a large number of IP address to manage. By using subnet masking, you can break the host ID portion of the address into a subnet ID and host ID. For example, the subnet mask applied to a class B address will break the host ID (normally 16 bits) into an 8-bit subnet ID and an 8-bit host ID.

22 Demo ping ipconfig tracert netstat

23 Internet Services The Internet provides many types of services, including several very common ones:  Electronic mail  File transfer protocol (FTP)  Remote login (Telnet)  Internet telephony  Listservs  Usenet  Streaming audio and video  The World Wide Web

24 Electronic Mail programs can create, send, receive, and store e- mails, as well as reply to, forward, and attach non-text files. Multipurpose Internet Mail Extension (MIME) is used to send attachments. Simple Mail Transfer Protocol (SMTP) is used to transmit messages. Post Office Protocol version 3 (POP3) and Internet Message Access Protocol (IMAP) are used to hold and later retrieve messages.

25 File Transfer Protocol (FTP) Used to transfer files across the Internet. User can upload or download a file. The URL for an FTP site begins with ftp://… The three most common ways to access an FTP site is:  1. Through a browser.  2. Using a canned FTP program.  3. Issuing FTP commands at a text-based command prompt.

26 Remote Login (Telnet) Allows a user to remotely login to a distant computer site. User usually needs a login and password to remote computer site. A more secure version of telnet is SSH ware/windows/internet.html ware/windows/internet.html

27 Internet Telephony The transfer of voice signals using a packet- switched network and the IP protocol. Also known as packet voice, voice over packet, voice over the Internet, and voice over Internet Protocol (VoIP). VoIP can be internal to a company or can be external using the Internet. VoIP consumes many resources and may not always work well, but can be cost effective in certain situations.

28 Listservs A popular software program used to create and manage Internet mailing lists. When an individual sends an to a listserv, the listserv sends a copy of the message to all listserv members. Listservs can be useful business tools for individuals trying to follow a particular area of study

29 Usenet A voluntary set of rules for passing messages and maintaining newsgroups. A newsgroup is the Internet equivalent of an electronic bulletin board system. Thousands of Usenet groups exist on virtually any topic.

30 Streaming Audio and Video The continuous download of a compressed audio or video file, which can be heard or viewed on the user’s workstation. Real-time Protocol (RTP) and Real Time Streaming Protocol (RTSP) support streaming audio and video. Streaming audio and video consume a large amount of network resources.

31 The Internet and Business Many agree that e-commerce consists of four major areas:  e-retailing  Electronic Data Interchange (EDI)  Micro-marketing  Electronic security Is e-Commerce a fad? What about e- business?

32 Cookies and State Information A cookie is data created by a web server that is stored on the hard drive of a user’s workstation. This state information is used to track a user’s activity and to predict future needs. Information on previous viewing habits stored in a cookie can also be used by other web sites to provide customized content. Many consider cookies to be an invasion of privacy. What do you think?

33 Intranets and Extranets An intranet is a TCP/IP network inside a company that allows employees to access the company’s information resources through an Internet-like interface. When an intranet is extended outside the corporate walls to include suppliers, customers, or other external agents, the intranet becomes an extranet.  Commonly use VPN to provide better security

34 The Future of the Internet IPv6  The next version of the Internet Protocol.  Main features include: 128-bit IP addresses Simpler header (<8 fields)  Priority levels  Quality of service parameters  Better security

35 The Future of the Internet Internet2  A new form of the Internet is being developed by a number of businesses and universities.  Internet2 will support very high speed data streams.  Applications might include: Digital library services LearningWare Tele-immersion Virtual laboratories

36 The Internet In Action: A Company Creates a VPN A fictitious company wants to allow 3,500 of its workers to work from home. If all 3,500 users used a dial-in service, the telephone costs would be very high.

37 Before

38 After