The Internet by Manny San Miguel

Slides:



Advertisements
Similar presentations
CCNA1 v3 Module 9 v3 CCNA 1 Module 9 JEOPARDY K. Martin Galo Valencia.
Advertisements

IPv6: The Next Generation Internet Dipen Chauhan.
Protocols and the TCP/IP Suite Chapter 4 (Stallings Book)
Jacob Boston Josh Pfeifer. Definition of HyperText Transfer Protocol How HTTP works How Websites work GoDaddy.com OSI Model Networking.
The OSI Model and the TCP/IP Protocol Suite
History of Internet DoD sponsored ARPANET UCLA UCSB SRI UTAH Sept. 2, 1969 Oct. 29, miles End of 1969 Packet switch technique called interface.
1-1 Introduction to Computer Networks and Data Communications.
System Architecture  you should list the layered Architecture  Understand the ISO/OSI model used in data communications  Understand the differences.
Review on Networking Technologies Linda Wu (CMPT )
OSI Reference Model An overview. Standards and the internet International Organization for Standardization ISO 70’s.
COMPUTER NETWORKS.
Copyright 2003 CCNA 1 Chapter 7 TCP/IP Protocol Suite and IP Addressing By Your Name.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—1-1 Building a Simple Network Understanding the Host-to-Host Communications Model.
OIS Model TCP/IP Model.
Lecturer: Tamanna Haque Nipa
1 Review of Important Networking Concepts Introductory material. This slide uses the example from the previous module to review important networking concepts:
OSI LAYERS(OPEN SYSTEMS INTERCONNECTION ) Betül ŞAHİN
Communication Network Protocols ----Krishna Priyanka Chebrolu.
Internet Vulnerabilities & Criminal Activities 1.2 – 9/12/2011 Structure of Internet Communications 1.2 – 9/12/2011 Structure of Internet Communications.
Lesson 24. Protocols and the OSI Model. Objectives At the end of this Presentation, you will be able to:
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 3: TCP/IP Architecture.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 2 The OSI Model and TCP/IP Protocol Suite.
Chapter 9.
Presentation on Osi & TCP/IP MODEL
Protocols and the TCP/IP Suite
1.1 What is the Internet What is the Internet? The Internet is a shared media (coaxial cable, copper wire, fiber optics, and radio spectrum) communication.
Network protocols
Human-Computer Interface Course 4. Content History of Internet What is Internet ? Internet Protocols The OSI 7 layers model TCP/IP The World Wide Web.
1 Review - OSI Model n OSI Reference Model u represents the communications process. u 7 layers: physical, data link, network, transport, session, presentation.
Chapter 2 OSI Model and TCP/IP
Component 9 – Networking and Health Information Exchange Unit 1-1 ISO Open Systems Interconnection (OSI) This material was developed by Duke University,
Chapter 1. Introduction. By Sanghyun Ahn, Deot. Of Computer Science and Statistics, University of Seoul A Brief Networking History §Internet – started.
Brett Neely IP Next Generation. To boldly go where no network has gone before...
Okay, here’s a scenario… You’re sitting at a computer…. Type in www. yourcompany.com As soon as you click on search your browser will ask your Operation.
Cisco – Semester 1 – Chapter 2 Network Fundamentals And The OSI Model.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
Higher National Diploma1 Network Concepts OSI 7 Layer model.
1 Figure 3-2: TCP/IP Standards (Study Figure) Origins  Defense Advanced Research Projects Agency (DARPA) created the ARPANET  An internet connects multiple.
UNDERSTANDING THE HOST-TO-HOST COMMUNICATIONS MODEL - OSI LAYER & TCP/IP MODEL 1.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Networking Version2 10/27/2015Slide 1 Format Layered models of processes The seven layers OSI Model Network Requirements Network Topology.
CHAPTER 5 TCP/IP PROTOCOLS. P ROTOCOL STANDARDS Protocols are formal rules of behavior When computers communicate, it is necessary to define a set of.
03 - Winter 2006ECE 766 Computer Interfacing and Protocols 1 Protocol Hierarchies First networks: hardware comes first Increased complexity  network architecture.
The Internet The History and Future of the Internet.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 1 v3.1 Module 9 TCP/IP Protocol Suite and IP Addressing.
CCNA 1 v3.0 Module 9 TCP/IP Protocol Suite and IP Addressing
S305 – Network Infrastructure Chapter 5 Network and Transport Layers.
Network Layer (OSI and TCP/IP) Lecture 9, May 2, 2003 Data Communications and Networks Mr. Greg Vogl Uganda Martyrs University.
1. Layered Architecture of Communication Networks: TCP/IP Model
Net 221D:Computer Networks Fundamentals
ISDS 4120 Project 1 DWAYNE CARRAL JR 3/27/15. There are seven layers which make up the OSI (Open Systems Interconnection Model) which is the model for.
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
Comparison Between OSI & TCP/IP Model
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
TCP/IP Protocol Suite and IP Addressing Presented By : Dupien AMS.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Mr. Sathish Kumar. M Department of Electronics and Communication Engineering I’ve learned that people will forget what you said, people will forget what.
Computer Network Lab. 1 3 장 OSI 기본 참조 모델 n OSI : Open System Interconnection n Basic Reference Model : ISO-7498 n Purpose of OSI Model ~ is to open communication.
Communication Networks NETW 501 Tutorial 2
Distributed Systems.
© 2003, Cisco Systems, Inc. All rights reserved.
Pertemuan 19 Introduction to TCP/IP
Protocols and networks in the TCP/IP model initially.
Network Architecture Introductory material
Computer Network.
Review of Important Networking Concepts
Computer Network.
Lecture 6: TCP/IP Networking 1nd semester By: Adal ALashban.
16EC Computer networks unit II Mr.M.Jagadesh
Presentation transcript:

The Internet by Manny San Miguel Brief History of the Internet OSI Model 7 layer model OSI-TCP/IP Comparison IPv6 HTML5 Summary

Brief History of Internet 1969 - Arpanet was the first real network to run on packet switching packet switching technology (new at the time) 1971 - Email was first developed in 1971 by Ray Tomilson 1977 - First PC modem was introduced 1984 – The domain name system was created 1991 – First web page created

OSI Model 7 layer model 7 - Ensures network communication between Application programs 6 - Transforms data into form application can accept 5 - Interhost communication 4 - End-to-end connections and reliability 3 - Logical addressing path determination 2 - Physical addressing; network interface 1 - Media, signal and binary transmission

OSI-TCP/IP Comparison The main differences between the OSI architecture and that of TCP/IP relate to the layers above the transport layer (layer 4) and those at the network layer (layer 3). OSI has both, the session layer and the presentation layer, whereas TCP/IP combines both into an application layer. The requirement for a connectionless protocol also required TCP/IP to combine OSI’s physical layer and data link layer into a network level.

IPv6 A version of the Internet Protocol that is designed to succeed Internet Protocol version 4 IPv6 has a vastly larger address space than IPv4, results from the use of a 128-bit address, whereas IPv4 uses only 32 bits IPv6 also implements new features that simplify aspects of address assignment (stateless address autoconfiguration) and network renumbering (prefix and router announcements) when changing Internet connectivity providers Network security is integrated into the design of the IPv6 architecture

HTML5 HTML5 is currently under development, as the next major revision of the HTML standard. HTML5 is a standard for structuring and presenting content on the World Wide Web The new standard incorporates features like video playback and drag-and-drop that have been previously dependent on third-party browser plug-ins such as Adobe Flash and Microsoft Silverlight

Hooked on Internet? Help is a just a click away. Summary OSI-TCP/IP Comparison OSI Model 7 layer model IPv6 HTML5 Hooked on Internet?  Help is a just a click away.   ~Author Unknown