Date: April. 13, Monday Evening.

Slides:



Advertisements
Similar presentations
Network Layer and Transport Layer.
Advertisements

Protocols and the TCP/IP Suite Chapter 4 (Stallings Book)
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
1-1 Introduction to Computer Networks and Data Communications.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 1 v3.0 Module 11 TCP/IP Transport and Application Layers.
Protocols and the TCP/IP Suite
Chapter 1 Read (again) chapter 1.
Inside the Internet. INTERNET ARCHITECTURE The Internet system consists of a number of interconnected packet networks supporting communication among host.
SESSION 9 THE INTERNET AND THE NEW INFORMATION NEW INFORMATIONTECHNOLOGYINFRASTRUCTURE.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
Lecture slides prepared for “Business Data Communications”, 7/e, by William Stallings and Tom Case, Chapter 8 “TCP/IP”.
Communication Network Protocols Jaya Kalidindi CSC 8320(fall 2008)
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.
TCP/IP Reference Model For more notes and topics visit: eITnotes.com.
Chapter 9.
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
What is a Protocol A set of definitions and rules defining the method by which data is transferred between two or more entities or systems. The key elements.
CCNA 1 v3.0 Module 11 TCP/IP Transport and Application Layers.
Protocol Architectures. Simple Protocol Architecture Not an actual architecture, but a model for how they work Similar to “pseudocode,” used for teaching.
Copyright 2003 CCNA 1 Chapter 9 TCP/IP Transport and Application Layers By Your Name.
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
Lect1..ppt - 01/06/05 CDA 6505 Network Architecture and Client/Server Computing Lecture 2 Protocols and the TCP/IP Suite by Zornitza Genova Prodanoff.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
Data and Computer Communications Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based Applications 1.
1 Version 3.0 Module 11 TCP Application and Transport.
Chapter Three Network Protocols By JD McGuire ARP Address Resolution Protocol Address Resolution Protocol The core protocol in the TCP/IP suite that.
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.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 1 v3.0 Module 11 TCP/IP Transport and Application Layers.
Chapter 2 Protocols and the TCP/IP Suite 1 Chapter 2 Protocols and the TCP/IP Suite.
Data Communications and Networks
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
Net 221D:Computer Networks Fundamentals
IST 201 Chapter 11 Lecture 2. Ports Used by TCP & UDP Keep track of different types of transmissions crossing the network simultaneously. Combination.
Roadmap  Introduction to Basics  Computer Network – Components | Classification  Internet  Clients and Servers  Network Models  Protocol Layers.
Data and Computer Communications Chapter 2 – Protocol Architecture, TCP/IP, and Internet-Based Applications.
What is a Protocol A set of definitions and rules defining the method by which data is transferred between two or more entities or systems. The key elements.
Application Layer Functionality and Protocols Abdul Hadi Alaidi
Networking Using the OSI Model.
Protocols and the TCP/IP Suite
Chapter 2 Network Models
Computer Networks.
Computer Networks.
Computer Network Course objective: To understand Network architecture
OSI model vs. TCP/IP MODEL
Distributed Systems.
Chap. 2 Network Models.
E-Commerce Lecture 8.
CT1303 LAN Rehab AlFallaj.
Networking for Home and Small Businesses – Chapter 6
Lecture 6: TCP/IP Networking By: Adal Alashban
Understanding the OSI Reference Model
Data Networking Fundamentals
Net 431: ADVANCED COMPUTER NETWORKS
Networking for Home and Small Businesses – Chapter 6
Protocols and the TCP/IP Suite
ECEN 619 “Internet Protocols and Modeling”
ECEN “Internet Protocols and Modeling”
Lecture 4 Communication Network Protocols
Lecture 6: TCP/IP Networking 1nd semester By: Adal ALashban.
OSI Model The Seven Layers
Lecture 2: Overview of TCP/IP protocol
Networking Theory (part 2)
Introduction to Networking & TCP/IP
Protocols and the TCP/IP Suite
Computer Networking A Top-Down Approach Featuring the Internet
Networking for Home and Small Businesses – Chapter 6
EEC4113 Data Communication & Multimedia System Chapter 1: Introduction by Muhazam Mustapha, July 2010.
Networking Theory (part 2)
Presentation transcript:

Date: April. 13, 2014. Monday Evening. Faculty of Computing and ICT Under Department Bachelor of Science in Information Technology Seniorr Date: April. 13, 2014. Monday Evening.

Chapter 4. Three basic building blocks of the Internet. Introduction The Internet is basically a hierarchy that allows any Internet connected device in one geographic location, talking to another Internet connected device in another geographic location. The way that the information is transmitted varies greatly, and in some countries, wireless ham radios are even used to transmit email. Keep in mind that the word "connected" is used very loosely here. Ahmed Abdillahi Sanco

Open Systems Interconnection Models ( OSI Model) The Open Systems Interconnection (OSI) Model The seven open systems interconnection layers (OSI) are a staple of most networking textbooks. The idea is that a network will work on many different levels, or "layers" each of which will perform a supporting function for the next layer. Open Systems Interconnection Models ( OSI Model) Application Layer Presentation Layer Session Layer Transport Layer Network Layer Link Layer Physical Layer Ahmed Abdillahi Sanco

Application layer: The application layer is provided by the program that uses TCP/IP for communication. An application is a user process cooperating with another process usually on a different host (there is also a benefit to application communication within a single host). Examples of applications include Telnet and the File Transfer Protocol (FTP). The interface between the application and transport layers is defined by port numbers and sockets, Ahmed Abdillahi Sanco

Transport layer: The transport layer provides the end-to-end data transfer by delivering data from an application to its remote peer. Multiple applications can be supported simultaneously. The most-used transport layer protocol is the Transmission Control Protocol (TCP), which provides connection-oriented reliable data delivery, duplicate data suppression, congestion control, and flow control. Ahmed Abdillahi Sanco

Network layer The internetwork layer, also called the internet layer or the network layer, provides the “virtual network” image of an internet (this layer shields the higher levels from the physical network architecture below it). Internet Protocol (IP) is the most important protocol in this layer. It is a connectionless protocol that does not assume reliability from lower layers. IP does not provide reliability, flow control, or error recovery. These functions must be provided at a higher level. IP provides a routing function that attempts to deliver transmitted messages to their destination. Ahmed Abdillahi Sanco

The Network layers are the first three, being the physical link layer, the link layer, and the Network layer. Since the Internet is based on the Internet protocol which is in the Network Layer, and since the Internet can run on any number of different types of layers below that, we normally are not too concerned with the physical layers unless we are building an Ethernet cable, or transmitting an Internet signal through wireless means, and not to interested in the link layer unless we are registering a network card or router MAC address with our service provider. Ahmed Abdillahi Sanco

The top three layers (session, presentation, and application layers) are for program communication, and are completely independent of the network so that the two communicating programs could even be on the same machine. We also sometimes include the transport layer when discussing the Internet, and often link the transport with the network layer as in the TCP/IP protocols. Transmission Control Protocol (TCP) is in the transport layer, and Internet Protocol (IP) is in the Network layer. Most Internet based functions such as the world wide web, and email, use TCP/IP, so this is a basic building block for the Internet. . Ahmed Abdillahi Sanco

The transport layer also makes sure that the top three layers are network independent The Simple Network Management Protocol (SNMP) is an application-layer protocol that facilitates the exchange of management information between a network management system (NMS), agents, and managed devices. SNMP uses the Transmission Control Protocol/Internet Protocol (TCP/IP) protocol suite. Ahmed Abdillahi Sanco

The Basic Components of SNMP? • Agent A network-management software module, such as the Cisco IOS software, that resides in a managed device. An agent has local knowledge of management information and makes that information available by using SNMP. • Network Management Systems (NMS) Run applications that monitor and control managed devices. NMS provide resources required for network management. Ahmed Abdillahi Sanco

Portals and its Types What is a portals? A portal is a mechanism that is used in e-marketplaces, e-stores, and other types of Electronic Commerce e.g E-learning. In other words a portal is an information gate way, it attempts to address information overload by enabling people to search and access relevant information. Information Portal: A single point of access through a web browser to business information inside and/or outside and organization.

Types of Portal There are six major types of portal which are as following: 1: Commercial (Public) portal: these portals offer content for diverse communities and are the most popular portals on the internet. 2: Corporate Portals: provide organized access to rich content within relative narrow corporate and partners communities. 3: Publishing Portals. 4: Personal Portals. 5: Mobile Portals: A portal accessible via a mobile device. 6: Voice Portals: a portal accessed by telephone or cell phone.

Electronic Catalogs What is an Electronic Catalogs? Is the presentation of product information in an electronic form; the backbone of most e-selling sites. Catalogs have been printed on paper for generations. Recently electronic catalogs on CD ROM and the internet have gained the popularity. Electronic catalogs consist of product database, directory and search capabilities and a presentation function.

Classification of Electronic Catalogs 1: The dynamics of the information presentation: Information is presented in motion pictures or animation. 2: The degree of the customization; catalogues may be standard or customized. In standard catalogues merchants offer the same catalog to any customer. In customized catalogs content, pricing, and display are tailored to characteristics of specific customers. 3: Integration with business processes.

Ahmed Abdillahi Sanco