INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure 3-10 2IT2031 UNIT-3.

Slides:



Advertisements
Similar presentations
44212: Web-site Development
Advertisements

The Internet Useful Definitions and Concepts About the Internet.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 PERTEMUAN 5.
Layer 7- Application Layer
Chapter 29 Structure of Computer Names Domain Names Within an Organization The DNS Client-Server Model The DNS Server Hierarchy Resolving a Name Optimization.
Vocabulary URL = uniform resource locator: web address protocol –set of rules that networked computers follow in order to share data and coordinate communications.
Chapter 30 Electronic Mail Representation & Transfer
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
Lecture slides prepared for “Business Data Communications”, 7/e, by William Stallings and Tom Case, Chapter 8 “TCP/IP”.
A global, public network of computer networks. The largest computer network in the world. Computer Network A collection of computing devices connected.
TCP/IP Web Design & Layout January 23, TCP/IP For Dummies  The guts and the rules of the Internet and World Wide Web. A set of protocols, services,
Electronic Mail (SMTP, POP, IMAP, MIME)
Human-Computer Interface Course 5. ISPs and Internet connection.
Hands-On Microsoft Windows Server 2003 Networking Chapter Three TCP/IP Architecture.
Lesson 24. Protocols and the OSI Model. Objectives At the end of this Presentation, you will be able to:
Computer Networking From LANs to WANs: Hardware, Software, and Security Chapter 12 Electronic Mail.
Electronic Mail Originally –Memo sent from one user to another Now –Memo sent to one or more mailboxes Mailbox –Destination point for messages.
Networking and the Internet © 2007 Pearson Addison-Wesley. All rights reserved.
Syllabus outcomes Describes and applies problem-solving processes when creating solutions Designs, produces and evaluates appropriate solutions.
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
 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.
Chapter 10 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Explain how the functions of the application layer,
Microsoft Outlook Uses and Features.
Lesson 2 — The Internet and the World Wide Web
The Internet in Education Objectives Introduction Overview –The World Wide Web –Web Page v. Web Site v. Portal Unique and Compelling Characteristics Navigation.
Web Mastering Module Internet Fundamentals. What is the Internet? –Global network of networks –Communicating using same set of rules (protocols/languages)
© 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.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 CHAPTER 3 Created by, David Zolzer, Northwestern State University—Louisiana The Internet and World Wide.
IT Introduction to Information Technology. The Internet & World Wide Web Began in 1969 with the ARPANET (Advanced Research Project Agency Network)
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
Networks QUME 185 Introduction to Computer Applications.
Network Services Networking for Home & Small Business.
CIS 1310 – HTML & CSS 1 Introduction to the Internet.
Electronic Mail. Client Software and Mail Hosts –Client PC has client software that communicates with user’s mail host –Mail hosts deliver.
An Overview of the Internet: The Internet: Then and Now How the Internet Works Major Features of the Internet.
TCP/IP Transport and Application (Topic 6)
How Does the Internet Work? Protocols Protocols are rules that describe how computers communicate and exchange data. The Internet has a series of these.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
Internet Protocol B Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
Networking Network Classification, by there: 3 The Rules they use to exchange data: Protocols.
Application Layer Khondaker Abdullah-Al-Mamun Lecturer, CSE Instructor, CNAP AUST.
Introduction to Internet. Chapter 1 Objectives Origins of the Internet Packets and Routers TCP/IP DNS HTTP URL Client-Server.
TCP/IP (Transmission Control Protocol / Internet Protocol)
IT ELECTRONIC COMMERCE THEORY NOTES
TCP =Transmission Control Protocol IP = Internet Protocol TCP/IP Protocol.
Internet technologies. E-Commerce: The Second Wave, Fifth Annual Edition2 The Internet and the World Wide Web Computer network –Any technology that allows.
Internet Applications (Cont’d) Basic Internet Applications – World Wide Web (WWW) Browser Architecture Static Documents Dynamic Documents Active Documents.
INTERNET AND PROTOCOLS For more notes and topics visit: eITnotes.com.
Protocols Monil Adhikari. Agenda Introduction Port Numbers Non Secure Protocols FTP HTTP Telnet POP3, SMTP Secure Protocols HTTPS.
Computer Network Architecture Lecture 6: OSI Model Layers Examples 1 20/12/2012.
TCP/IP Protocol Suite ©Richard L. Goldman September 25, 2002.
Mr C Johnston ICT Teacher G055 - Lecture 10 Network Protocols.
Basic Internet Skills. What is the internet? A large group of computers connected to one another Its purpose is to send information back and forth to.
Web Development & Design Foundations with XHTML Chapter 1 Key Concepts 1.
Introduction to the Internet
Application layer tcp/ip
Instructor Materials Chapter 5 Providing Network Services
E-business (constructed by Dr. Hanh Pham)
Some bits on how it works
Protocols and networks in the TCP/IP model initially.
Networking for Home and Small Businesses – Chapter 6
Web Development & Design Chapter 1, Sections 4, 5 & 6
Networking for Home and Small Businesses – Chapter 6
1 Introduction to the Internet.
E-Business Tenth Edition
Web Design & Development
Protocols 2 Key Revision Points.
Networking for Home and Small Businesses – Chapter 6
Protocol Application TCP/IP Layer Model
Computer Networks Protocols
Presentation transcript:

INTERNET PROTOCOLS

Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3

3 Internet Protocols ARPANET: Network Control Protocol (NCP) Protocol: collection of network data rules – Includes transmission rules – Computers must use same protocol Proprietary architecture (closed architecture) – Manufacturer creates own protocol Open architecture (Internet core) – Uses common protocol – Four key message-handling rules – Contributed to the Internet’s success

IT2031 UNIT-34 TCP/IP Internet protocols – Transmission Control Protocol (TCP) Controls message, file disassembly into packets before Internet transmission Controls packet reassembly into original formats at destinations – Internet Protocol (IP) Specifies addressing details for each packet Labels packet with origination and destination addresses TCP/IP refers to both protocols – Used today (replaced ARPANET NCP)

IT2031 UNIT-35 Web Page Request and Delivery Protocols Web client computers – Web client software (Web browser software) Sends Web page file requests to other computers (Web servers) Web server computer – Web server software Receives requests from many different Web clients Client/server architecture – Combination: client computers, server computers

IT2031 UNIT-36 Web Page Request and Delivery Protocols (cont’d.) Hypertext Transfer Protocol (HTTP) – Internet Web page file delivery rules Web page request using Web browser – Type of protocol name followed by “//:” before domain name – Uniform Resource Locator (URL) Combination: protocol name, domain name Locate resource (Web page) on another computer (Web server)

IT2031 UNIT-37 Electronic Mail Protocols Electronic mail ( ) – Formatted according to common set of rules – Client/server structure server – Computer devoted to handling – Stores, forwards messages client software – Read and send – Communicates with server software Standardization and rules very important

IT2031 UNIT-38 Electronic Mail Protocols (cont’d.) Two common protocols – Simple Mail Transfer Protocol (SMTP) Specifies mail message format Describes mail administration server Describes mail transmission on the Internet – Post Office Protocol (POP) Sends mail to user’s computer, deletes from server Sends mail to user’s computer, does not delete Asks if new mail arrived

IT2031 UNIT-39 Electronic Mail Protocols (cont’d.) Multipurpose Internet Mail Extensions (MIME) – Set of rules for handling binary files Interactive Mail Access Protocol (IMAP) – Newer protocol Same basic POP functions Includes additional features