Click to continue Network Protocols. Click to continue Networking Protocols A protocol defines the rules of procedures, which computers must obey when.

Slides:



Advertisements
Similar presentations
Basic Internet Terms Digital Design. Arpanet The first Internet prototype created in 1965 by the Department of Defense.
Advertisements

Why to learn OSI reference Model? The answer is too simple that It tells us that how communication takes place between computers on internet but how??
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
Network Layer and Transport Layer.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
Jacob Boston Josh Pfeifer. Definition of HyperText Transfer Protocol How HTTP works How Websites work GoDaddy.com OSI Model Networking.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
OSI Model.
Introduction To Networking
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Chapter 2 Network Models.
COMPUTER NETWORKS.
The OSI Model A layered framework for the design of network systems that allows communication across all types of computer systems regardless of their.
OIS Model TCP/IP Model.
©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”.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non-proprietary standards for networking and for operating system.
Communication Network Protocols ----Krishna Priyanka Chebrolu.
Data Communications and Networks
Lecture 1 The OSI Model Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
Presentation on Osi & TCP/IP MODEL
Characteristics of Communication Systems
Introducing Network Standards
THE OSI MODEL AND THE TCP/IP PROTOCOL SUITE CS 1202 Lectur3 part2.
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.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
CIT-Dept-IFM 2006/7 Institute of Finance Management 2006 CIT232- Computer Networks 1/30 Protocols and Standards Protocols and Standards Protocols Standards.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
 An ISO is a multi national body dedicated to worldwide agreement on international standards.  An ISO standard that covers all aspects of network communications.
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.
COMPUTER NETWORKS Ms. Mrinmoyee Mukherjee Assistant Professor
The OSI Model.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
Spring 2006Computer Networks1 Chapter 2 Network Models.
Rehab AlFallaj.  OSI Model : Open system Interconnection.  is a conceptual model that characterizes and standardizes the internal functions of a communication.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Individual Project 1 Sarah Pritchard. Fran, a customer of your company, would like to visit your company’s website from her home computer… How does your.
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.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
INTERNET AND PROTOCOLS For more notes and topics visit: eITnotes.com.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
N ETWORKING Standards and Protocols. S TANDARDS AND P ROTOCOLS The OSI Model.
Data Communication Network Models
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)
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
Computer Networks.
Computer Networks.
The OSI Model and the TCP/IP Protocol Suite
CT1303 LAN Rehab AlFallaj.
Understanding the OSI Reference Model
TASK 4 Guideline.
The OSI Model and the TCP/IP Protocol Suite
Chapter 3: Open Systems Interconnection (OSI) Model
Network Protocol Layers
Chapter 15 – Part 2 Networks The Internal Operating System
Protocol Application TCP/IP Layer Model
The OSI Model and the TCP/IP Protocol Suite
OSI Reference Model Unit II
INFORMATION FLOW ACROSS THE INTERNET
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Unit – III Network Essentials
Presentation transcript:

Click to continue Network Protocols

Click to continue Networking Protocols A protocol defines the rules of procedures, which computers must obey when communicating with each other

Click to continue The OSI Reference Model is an abstract description for layered communications and computer network protocol design.

Click to continue OSI Model OSI – Open Systems Interconnect The OSI model is a standard used to allow different vendors to interoperate. The OSI model is known as a layered protocol, specifying seven (7) layers of interface. Each layer performs a well defined function.

Click to continue Layers of the OSI Model All People Seem To Need Data Processing

Click to continue Click to view youtube video

Click to continue Layer 1: Physical The physical layer defines how a transmission medium such as a cable connects to a computer. This layer also specifies how to physically move data (raw bits) between modems.

Click to continue Layer 2: Data Link Divides the stream of bits received from the network layer into manageable data units called frames. Responsible for error-free transfer of frames to other computer via the Physical Layer.

Click to continue Layer 3: Network The network layer identifies computers on a network and determines how to direct information transferring over a network. Responsible for addressing and routing.

Click to continue Layer 4: Transport The transport layer corrects errors in transmission and ensures that information is delivered reliably. It manages the flow control of data between parties across the network. It ensures that the whole message arrives intact and in order.

Click to continue Layer 5: Session Responsible for dialogue control

Click to continue Layer 6: Presentation This layer is concerned with ensuring that a receiving computer understands the information sent to it. It converts information from one form to another Involves data encryption, compression and translation services.

Click to continue Layer 7: Application This layer facilitates user functions and provides guidelines for network services. Functions include file, print, message, database, and application services.

Click to continue Benefits of The OSI Model Dividing the complex network operation into more manageable layers. Networks can be updated more easily by replacing individual layers instead of the entire system software. STOP HERE FOR TODAY…

Click to continue START HERE FOR CLASS 2…

Click to continue HTTP HyperText Transfer Protocol The underlying protocol used by the World Wide Web. HTTP defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands.

Click to continue HTTP For example, when you enter a URL in your browser, this actually sends an HTTP command to the Web server directing it to fetch and transmit the requested Web page. Click here to read another explanation:

Click to continue FTP File Transfer Protocol The protocol for exchanging files over the Internet. FTP is most commonly used to download a file from a server using the Internet or to upload a file to a server (e.g., uploading a Web page file to a server).

Click to continue IEEE protocols Click here to see what the IEEE is

Click to continue IEEE802.16g IEEE is a series of Wireless Broadband standards authored by the IEEE. IEEE is written by a working group established by IEEE Standards Board in 1999 to develop standards for the global deployment of broadband Wireless Metropolitan Area Networks. The current version is IEEE amended by IEEE j g was authored in 2007 for Management Plane Procedures and Services

Click to continue HTTPS HyperText Transfer Protocol Secure Used to access a secure Web server. When is used as the prefix of a Web address rather than the common the session is managed by a security protocol, and the transmission is encrypted to and from the Web server.

Click to continue STOP HERE FOR TODAY (class2)…

Click to continue TCP TCP is Responsible for verifying the correct delivery of data from client to server. Data can be lost in the intermediate network. TCP adds support to detect errors or lost data and to trigger retransmission until the data is correctly and completely received.

Click to continue IP IP is responsible for moving packets of data from node to node. IP forwards each packet based on a four byte destination address(the IP number).

Click to continue TCP/IP Transmission Control Protocol/Internet Protocol The suite of communication protocols used to connect hosts on the internet. TCP/IP uses several protocols, the two main ones being TCP and IP.

Click to continue IEEE802.11a/b Institute of Electrical and Electronics Engineers

Click to continue VoIP Voice over Internet Protocol A category of hardware and software that enables people to use the Internet as the transmission medium for telephone calls by sending voice data in packets using IP.