Networking and Internet Dr. John P. Abraham Professor UT-RGV.

Slides:



Advertisements
Similar presentations
OSI Model OSI LAYER / MODEL.
Advertisements

Lecture 4a: Communication and Networking CSCI102 - Introduction to Information Technology B ITCS905 - Fundamentals of Information Technology.
1 Chapter 9 Computer Networks. 2 Chapter Topics OSI network layers Network Topology Media access control Addressing and routing Network hardware Network.
1-1 Introduction to Computer Networks and Data Communications.
Communicating over the Network
Protocols and the TCP/IP Suite
Computer Network Architecture and Programming
OSI Reference Model An overview. Standards and the internet International Organization for Standardization ISO 70’s.
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara Chapter 2: Protocols and Architecture.
Chapter 2 Network Models.
COMPUTER NETWORKS.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
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:
THE OSI REFERENCE MODEL Open Systems Interconnection Reference Model.
1 Protocol Interaction (ISO’s Open Systems Interconnection (OSI model)) the 7 layers.
Protocols and the TCP/IP Suite Chapter 4. Multilayer communication. A series of layers, each built upon the one below it. The purpose of each layer is.
Data Communications and Networks
Chapter 3 Telecommunication Architectures and Standard.
Chapter 2 Network Models
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Introduction Slide 1 A Communications Model Source: generates.
The OSI Model.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
Spring 2006Computer Networks1 Chapter 2 Network Models.
1 Figure 3-2: TCP/IP Standards (Study Figure) Origins  Defense Advanced Research Projects Agency (DARPA) created the ARPANET  An internet connects multiple.
TCOM 509 – Internet Protocols (TCP/IP) Lecture 03_b Protocol Layering Instructor: Dr. Li-Chuan Chen Date: 09/15/2003 Based in part upon slides of Prof.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.
CENG 490/510 Network Programming Russell Deaton Rm
CSE 6590 Department of Computer Science & Engineering York University 111/9/ :26 AM.
Spring 2006Computer Networks1 Chapter 2 Network Models.
William Stallings Data and Computer Communications
TCP/IP Protocol Architecture CSE 3213 – Fall
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Chapter 2 Network Models
Computer Networks Syed Md. Ashraful Karim Lecturer, CSE BU.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
Protocol Suits and Layering Models OSI Model Dr. Abraham UTPA.
Net 221D:Computer Networks Fundamentals
8/28/ Network Models - Lin 1 CPET/ECET Network Models Data Communications and Networking Fall 2004 Professor Paul I-Hai Lin Electrical and.
SYSTEM ADMINISTRATION Chapter 2 The OSI Model. The OSI Model was designed by the International Standards Organization (ISO) as a structural framework.
THE NETWORKS Theo Chakkapark. Open System Interconnection  The tower of power!  The source of this power comes from the model’s flexibility.
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
TCP/IP Protocol Suite Suresh Kr Sharma 1 The OSI Model and the TCP/IP Protocol Suite Established in 1947, the International Standards Organization (ISO)
The OSI Model An overview of the media layer (Physical, Data Link, Network) By Luke Shiffner.
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.
Welcome Back Cisco Semester 1 & 2 Review. Why are Networks Complex Environments?? They involve: They involve: –Interconnections to networks outside an.
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
Networking Using the OSI Model.
Chap. 2 Network Models.
ISO/OSI Model and Collision Domain
Lecturer, Department of Computer Application
Networking and Internet
Networking and Internet
Chapter 3: Open Systems Interconnection (OSI) Model
Network Protocol Layers
TCP/IP Protocol Suite: Review
OSI Model The Seven Layers
TCP/IP Protocol Suite: Review
OSI Model OSI MODEL.
Network Architecture Models
Introduction to Data Communications
Lecture Protocol & Model Ashis Talukder, MIS, EWU.
Open System Interconnect (OSI).
Presentation transcript:

Networking and Internet Dr. John P. Abraham Professor UT-RGV

General Idea Each computer contains an entire set of layered protocols When an application sends a message – The message passes down through the layered protocols – A given layer adds information and forms a packet – The computer transmits the final packet When a packet arrives – The packet passes up through the protocol layers – A given layer performs processing and passes the packet up to the next layer – The application receives the message that was sent

Some Commercial Network Systems Apple Computer Appletalk Banyan Vines Digital Equipment Corporation DECNET IBM SNA ovell Netware Ungermann Bass NET/ One Xerox XNS

Some Research Projects Xerox Palo Alto Research Center – – Ethernet MIT and elsewhere – – Token passing ring networks Department of Defense – – ARPANET – – SATNET – – Packet radio net – – The global Internet

Which Organizations Issue Standards? IEEE (Institute of Electrical and Electronics Engineers) IETF (Internet Engineering Task Force) ITU (International Telecommunications Union) ISO (International Organization for Standardization) W3C (World Wide Web Consortium)...and many others

Physical Layer d Underlying transmission media d Electromagnetic energy and its use d Representation of information in signals d Electrical properties such as radio frequencies and voltage d Associated hardware

Network Interface Layer d Communication between a computer and network hardware d Also called data link or MAC layer d Mechanisms for gaining access to shared media d Hardware (MAC) addressing d Packet (frame) formats d Packet (frame) types and demultiplexing d Error detection

Internet Layer d Communication between a pair of computers across the Internet d Internet packet format (datagram) d Internet addressing model and address assignment d Forwarding of Internet packets d Dividing an Internet packet into smaller packets for transmission d Error detection and reporting

Transport Layer d Communication between a pair of applications d Demultiplexing among multiple destinations on a computer d Reliable delivery and retransmission d Mechanisms to control data rate and avoid congestion

Application Layer d Format and representation of data and messages d Procedures applications follow to – Transfer data – Handle errors or unexpected conditions d Meaning of messages exchanged d Internet infrastructure such as routing and DNS

Dr. Abraham’s Summary of OSI Physical – Wiring, connectors, bits, modulation, hub, repeater Data link – MAC address, Error detection (correction) media access, LAN connection (logical link), Switch, Bridge Network – IP address, path finding-routing, host-to-host connection, Router Transport – Process-to process connection, add reliability Session – Establish/disable connection, restore session, user authentication, Presentation – formatting data (ASCII, Unicode, etc), Encryption/Decryption Application – write and run applications