, Network Management, Future

Size: px
Start display at page:

Download ", Network Management, Future"

Transcription

1 Tik Computer Networks (3 cr) Spring , Network Management, Future Professor Arto Karila Helsinki University of Technology Tik Computer Networks, , slide 1

2 Electronic Mail Comer 25 Before WWW, electronic mail ( ) was the most widely used and may still be the most useful internet application suits to the sending of short messages as well as long memos and various files can be sent as its attachments differs from the previously discusses internet applications in that it is a "store-and-forward" (rather than "end-to-end") type application This is because the receiving host may not always be on and reachable (just like output to a shared printer) works in a spooled fashion, where outgoing and incoming messages are stored to disk files Figure 25.1 of Comer represents the structure of an system Tik Computer Networks, , slide 2

3 Many proprietary systems can forward from hosts that are not connected to the Internet Among the advantages of Internet are: A uniform service Higher reliability than with gateways End-to-end delivery guarantees that each message remains at the sending host until it is successfully copied to the receiving host gateways often cause problems in practice The ITU-T X.400 Message Handling System (MHS) is almost dead and is largely ignored in this presentation Tik Computer Networks, , slide 3

4 TCP/IP Standards The goal of TCP/IP is interoperability between systems TCP/IP standards are divided into two groups: The first group defines the form of messages The other group defines the exchange of messages between hosts An Internet address is of the form: name> gateways complicate addresses - there is no address standard for messages transferred through a gateway SMTP (Simple Mail Transfer Protocol, RFC 821) is a standard protocol for transferring on top of TCP RFC 822 defines a message format for text messages (ASCII) MIME (Multipurpose Internet Mail Extensions, RFC RFC 2049) defines the encoding of structured objects into Tik Computer Networks, , slide 4

5 The first killer application of the Internet Global addresses of the type: domain_name local_name usually is the name, alias or username of a person but it may also be e.g. a mailing list domain_name defines the mail exchanger, that is the host where the mail for the domain is to be sent For example: < Presidentti@tpk.fi> is the address of the President of Finland can often be sent through which ever SMTP server (increasingly often the servers don t allow relaying) Receiving requires a user account on some host that is always on (the mail exchanger) A common arrangement is a free client program (such as the Qualcom Eudora) on a PC and an account on some Unix host that is always on and permanently connected to the Internet Tik Computer Networks, , slide 5

6 Simple Mail Transfer Protocol (SMTP) MIME standard for the transfer of non-ascii data An example of using from a home PC PC/Eudora SMTP POP-3/IMAP-4 TCP/IP/PPP modems (e.g. V.34) POP server & SMTP server/client E.g. Unix SMTP SMTP server/client E.g. Unix M M PSTN TCP/IP internet Tik Computer Networks, , slide 6

7 An example of (mis)using SMTP The session below send an message using SMTP: telnet mail.cs.hut.fi hutcs.cs.hut.fi 5.65c8/HUTCS-S 1.4 Sendmail is ready at Sun, 25 Feb : 05: HELO Korvatunturi.fi 500 Command unrecognized HELO 963.ip.xgw.fi 250 Hello 963.ip.xgw.fi, pleased to meet you MAIL 250 Sender ok RCPT 250 Recipient ok DATA 354 Enter mail, end with "." on a line by itself Hello Arto, Have you been good? Regards, Santa. 250 Ok Tik Computer Networks, , slide 7

8 ... and the message received X-POP3-Rcpt: From: Date: Sun, 25 Feb :06: To: Hello Arto, Have you been good? Regards, Santa There were at least two things wrong in this example: SMTP is normally not used by hand - the client (e.g. Eudora) runs the protocol without the user ever seeing it Using a wrong sender identity in is unethical - however, it is worth while to know, that forging is quite easy Tik Computer Networks, , slide 8

9 OSI network management ISO has defined: The Common Management Information Protocol (CMIP) The Common Management Information Service (CMIS) CMIP is based on the connection-oriented paradigm This leads into very heavy network management CMIP has not gained popularity in the Internet world The ITU-T recommendation X.700 divides network management into five parts: Fault management Configuration and name management Performance management Accounting management Security management Tik Computer Networks, , slide 9

10 Internet Management (Comer 26) Besides protocols carrying actual payload, systems are needed for locating and fixing problems, controlling routing and finding machines that violate protocol standards Activities such as those mentioned above are referred to as internet management In traditional WANs, management was implemented using low-level (data link layer) control messages In a TCP/IP network there is no uniform data link layer => network management protocols have to be implemented at a higher level The IP routers of the Internet correspond to the switches of a traditional WAN, so they have to be controlled and managed Because an internet consists of different networks, network management protocols are implemented at the application layer on top of generic TCP/IP protocols Tik Computer Networks, , slide 10

11 Internet management Open network management is an essential part of internetworking The network management application on a network management workstation uses a standard management protocol to communicate with the managed devices such as routers The same system can be used to manage e.g.: Switches (e.g. LAN, Frame Relay and ATM switches) Computers and applications Coca-Cola vending machine Anything connected to the network The significance of service and application management is increasing at the same pace as our dependence on critical information systems Tik Computer Networks, , slide 11

12 Simple Network Management Protocol The Simple Network Management Protocol (SNMP) is the standard network management protocol of the Internet The network management application on the network management workstation (client) communicates with the management agents of the managed systems (servers) using SNMP The Management Information Base (MIB) includes configuration parameters of and information collected by the devices The MIB and its elements are defined in the ASN.1 language SNMP messages can be divided into three groups: Get (request/response) asks the value of MIB variable Set (request) sets a variable to the desired value Trap informs about an incident on the device SNMP is run on top of the User Datagram Protocol (UDP) The strength of SNMP is its simplicity (compares with CMIP) The lack of hierarchy in SNMP makes it difficult to manage large networks Tik Computer Networks, , slide 12

13 Management Information Base (MIB) SNMP does not define the management information transferred The MIB standard defines the management information base For example, an IP implementation has to keep count of the octets arrived at each network interface and the network management application can read these values Figure 26.2 shows the classes of MIB variables MIB-2 is an Internet standard on that facilitates vendor and device specific extensions to the MIB The structure of the MIB is defined in the Structure of Management Information (SMI) standard The names and types of MIB variable are defined in the ASN.1 language (Abstract Syntax Notation #1) Tik Computer Networks, , slide 13

14 SNMP v2 SNMP security protocols are defined is RFC-1352 (July, 1992) SNMP v2 is defined and discussed in RFCs 1441 through 1450 and 1452 (April, 1993) SNMP v2 adds e.g. the following to v1: Security MD-5 authentication DES encryption Two new operations Inform for informing other managers about events Get-bulk for retrieving large data blocks Support for several new data types Support for OSI NSAP addresses 64-bit counter data type Unsigned integer data type The same PDU format is used for all SNMP v2 messages Tik Computer Networks, , slide 14

15 SNMP v2 SNMP v2 never really took off e.g. for the following reasons: The new protocol is incompatible with SNMP v1 The security model is not a good one The security mechanisms supported are weak SNMP v2 does not address other important issues of network management, such as scalability SNMPv2 was in practice a failure and is not being used Yet there is a need for a new generation management protocol for the Internet Tik Computer Networks, , slide 15

16 SNMP v3 There is an SNMP Version 3 working group (SNMPv3) in the IETF developing the next generation of SNMP The following objectives are provided to the Working Group: Accommodate the wide range of operational environments with differing management demands Facilitate the need to transition from previous, multiple protocols to SNMPv3 Facilitate the ease of setup and maintenance activities SNMPv3 planned specifications: Modules and Interface Definitions Message Processing and Control Module Specification Security Model Module Specification Local Processing Module Specification Proxy Specification The work is nowhere close to complete, SNMP v1 still reigns Tik Computer Networks, , slide 16

17 RMON Remote Monitor (RMON) is a tool for remotely monitoring the functioning of networks RMON is a standard MIB that defines current and historical MAC-layer statistics and control objects RMON allows the capturing of real-time information across the entire network RMON standard is the SNMP MIB definition described in RFC-1757 (February, 1995) for Ethernet RMON 2 continues the architecture defined in RMON providing a major upgrade and monitoring up to the application level, defined in RFC-2021 (January, 1997) The managed device has an RMON agent that communicates with the network management application via SNMP RMON agent is typically included in LAN switches and routers Tik Computer Networks, , slide 17

18 RMON groups RMON is divided into ten groups, not all of which are supported in all implementations: Ethernet Statistics Group contains statistics measured by the probe for each monitored Ethernet interface History Control Group controls the periodic statistical sampling of data from various types of networks Ethernet History Group records periodic statistical samples from an ethernet network and stores them Tik Computer Networks, , slide 18

19 RMON groups Filter Group allows packets to be matched by a filter equation the matched packets form a data stream that may be captured or may generate events consists of filtertable and channeltable Packet Capture Group allows packets to be captured after they flow through a channel consists of buffercontroltable and capturebuffertable requires the implementation of the filter group Event Group controls the generation and notification of events allows the generation of an SNMP trap, a log entry, or both, for any event consists of the eventtable and the logtable Tik Computer Networks, , slide 19

20 RMON groups Alarm Group periodically takes statistical samples from variables in the probe and compares them to previously configured thresholds If the variable crosses a threshold, an event is generated A hysteresis mechanism is implemented to limit the generation of alarms This group consists of the alarmtable and requires the implementation of the event group Host Group contains statistics associated with each host discovered on the network discovers hosts on the network by listing source and destination MAC Addresses seen in good packets consists of hostcontroltable, hosttable, and hosttimetable Tik Computer Networks, , slide 20

21 RMON groups HostTopN Group ranks hosts according to a statistic type (e.g. the number of errors they generate) and stores the information consists of the hosttopncontroltable and the hosttopntable requires the implementation of the host group Matrix Group stores statistics for conversations between sets of two addresses, as the device detects a new conversation creates a new entry in its tables consists of matrixcontroltable, matrixsdtable and matrixdstable Tik Computer Networks, , slide 21

22 Problems with Internet Management SNMP is not particularly well suited to the management of large networks and not at all well suited to configuring CMIP is too heavy and complex for the Internet Configuring is typically done using vendor-specific tools that still often are TELNET based WWW and Java based network management is gaining popularity WWW functions as the user interface for both configuring and monitoring networks Java 1.1 (or later) makes it possible to use servlets the network management workstation sends servlets (agents) to the managed devices the servlets communicate directly with the management workstation (e.g. using Remote Method Invocation, RMI) The same architecture is suited for service management Tik Computer Networks, , slide 22

23 New Challenges to Network Management Network management is vital to the functioning, configuration, service differentiation, and accounting of large networks Traditional telco networks are over-managed which leads to unnecessary complexity and inefficiency Internets tend to be under-managed We need new solution where the management of core networks and access networks are separated Customer-specific service differentiation and billing are done at the access points, leading to scalability The core network is managed statistically, leading to great efficiency Security of network management is key to the security of the entire network => strong security is needed for network management protocols and applications Tik Computer Networks, , slide 23

24 Internet - the Future B-ISDN? Internet has fulfilled all the promises of OSI and established itself as the leading network technology We are still missing a few things in the Internet, such as: Differentiated quality of service (DiffServ) Security (IPSEC/ISAKMP & PKI) Mobility (Mobile IP) Usage based billing Real multicast capability All of these features are being developed to the Internet Internet technology is developing much faster than traditional networking technology It is a matter of (a short) time before Internet technology will be widely used in public networks carrying voice and video The future of Internet is much more than just IPv6 (Comer) The main obstacles are political - not technical Tik Computer Networks, , slide 24

Simple Network Management Protocol (SNMP)

Simple Network Management Protocol (SNMP) Announcements Project #5 extended until Dec. 10 Reading: 7.3, start 7.4 Midterm #2 last day to request re-grades Th in class HW#2 (due Tuesday Dec. 7) 1 Simple Network Management Protocol (SNMP) Managed

More information

Application Level Protocols

Application Level Protocols Application Level Protocols 2 Application Level Protocols Applications handle different kinds of content e.g.. e-mail, web pages, voice Different types of content require different kinds of protocols Application

More information

Simple Network Management Protocol (SNMP)

Simple Network Management Protocol (SNMP) Announcements Project #5 extended until Dec. 10 Reading: 7.3, start 7.4 Midterm #2 last day to request re-grades Th in class HW#2 (due Tuesday Dec. 7) 1 Simple Network Management Protocol (SNMP) Managed

More information

TCP/IP Protocol Suite and IP Addressing

TCP/IP Protocol Suite and IP Addressing TCP/IP Protocol Suite and IP Addressing CCNA 1 v3 Module 9 10/11/2005 NESCOT CATC 1 Introduction to TCP/IP U.S. DoD created the TCP/IP model. Provides reliable data transmission to any destination under

More information

Electronic Mail. Prof. Indranil Sen Gupta. Professor, Dept. of Computer Science & Engineering Indian Institute of Technology Kharagpur

Electronic Mail. Prof. Indranil Sen Gupta. Professor, Dept. of Computer Science & Engineering Indian Institute of Technology Kharagpur Electronic Mail Prof. Indranil Sen Gupta Professor, Dept. of Computer Science & Engineering Indian Institute of Technology Kharagpur 1 Introduction Most heavily used application on the Internet. Simple

More information

Ethernet Switch ZyNOS 4.0

Ethernet Switch ZyNOS 4.0 RMON Ethernet Switch ZyNOS 4.0 Support Notes Version 4.00 July 2011 Overview Remote Monitoring (RMON) is a standard monitoring specification that enables various network monitors and console systems to

More information

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet Chapter 2 - Part 1 The TCP/IP Protocol: The Language of the Internet Protocols A protocol is a language or set of rules that two or more computers use to communicate 2 Protocol Analogy: Phone Call Parties

More information

13. Internet Applications 최양희서울대학교컴퓨터공학부

13. Internet Applications 최양희서울대학교컴퓨터공학부 13. Internet Applications 최양희서울대학교컴퓨터공학부 Internet Applications Telnet File Transfer (FTP) E-mail (SMTP) Web (HTTP) Internet Telephony (SIP/SDP) Presence Multimedia (Audio/Video Broadcasting, AoD/VoD) Network

More information

Application: Electronic Mail

Application: Electronic Mail Content Application: Electronic Mail Linda Wu Email system model protocol MIME extensions Mail access protocols (CMPT 471 2003-3) Reference: chapter 27 Notes-19 CMPT 471 2003-3 2 Email System Model Client-

More information

Internet. 1) Internet basic technology (overview) 3) Quality of Service (QoS) aspects

Internet. 1) Internet basic technology (overview) 3) Quality of Service (QoS) aspects Internet 1) Internet basic technology (overview) 2) Mobility aspects 3) Quality of Service (QoS) aspects Relevant information: these slides (overview) course textbook (Part H) www.ietf.org (details) IP

More information

Simple Network Management Protocol

Simple Network Management Protocol 56 CHAPTER Chapter Goals Discuss the SNMP Management Information Base. Describe SNMP version 1. Describe SNMP version 2. Background The (SNMP) is an application layer protocol that facilitates the exchange

More information

SNMP. Simple Network Management Protocol

SNMP. Simple Network Management Protocol SNMP Simple Network Management Protocol Network Management The network management is to Monitor the network Ensure the operations over the network are functional Assure the network works efficiently An

More information

Need For Protocol Architecture

Need For Protocol Architecture Chapter 2 CS420/520 Axel Krings Page 1 Need For Protocol Architecture E.g. File transfer Source must activate communications path or inform network of destination Source must check destination is prepared

More information

Chapter 2 Communicating Over the Network

Chapter 2 Communicating Over the Network Chapter 2 Communicating Over the Network Elements of Communication Communicating the Messages Continuous stream of bits 00101010100101010101010101010101010 I have to wait Single communications (e.g. video,

More information

SNMP: Simplified. White Paper by F5

SNMP: Simplified. White Paper by F5 The Simple Network Management Protocol defines a method for managing devices that connect to IP networks. The "simple" in SNMP refers to the requirements for a managed device, not the protocol. This white

More information

Lecture 5: Foundation of Network Management

Lecture 5: Foundation of Network Management Lecture 5: Foundation of Network Management Prof. Shervin Shirmohammadi SITE, University of Ottawa Prof. Shervin Shirmohammadi CEG 4395 5-1 Network Management Standards OSI: Common Management Information

More information

TSIN02 - Internetworking

TSIN02 - Internetworking TSIN02 - Internetworking Literature: Lecture 11: SNMP and AAA Forouzan, chapter 21 Diameter next generation's AAA protocol by Håkan Ventura, sections 2-3.3.6 RFC2881 (optional extra material) Outline:

More information

Copyleft 2005, Binnur Kurt. Objectives

Copyleft 2005, Binnur Kurt. Objectives 1 ing Fundamentals Copyleft 2005, Binnur Kurt Objectives Define basic networking terms Describe some commonly used network applications Describe the main purposes and functions of computer networking Describe

More information

Electronic Mail Paradigm

Electronic Mail Paradigm Electronic Mail Paradigm E-mail uses the client-server model. E-mail was designed as an electronic extension of the old paper office memo. - A quick and easy means of low-overhead written communication.

More information

The OSI Model. Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO).

The OSI Model. Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Network Models The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding and developing computer-to-computer communication

More information

Data & Computer Communication

Data & Computer Communication Basic Networking Concepts A network is a system of computers and other devices (such as printers and modems) that are connected in such a way that they can exchange data. A bridge is a device that connects

More information

Need For Protocol Architecture

Need For Protocol Architecture Chapter 2 CS420/520 Axel Krings Page 1 Need For Protocol Architecture E.g. File transfer Source must activate communications path or inform network of destination Source must check destination is prepared

More information

SNMP Simple Network Management Protocol

SNMP Simple Network Management Protocol SNMP Simple Network Management Protocol Simple Network Management Protocol SNMP is a framework that provides facilities for managing and monitoring network resources on the Internet. Components of SNMP:

More information

06/02/ Local & Metropolitan Area Networks 0. INTRODUCTION. 1. History and Future of TCP/IP ACOE322

06/02/ Local & Metropolitan Area Networks 0. INTRODUCTION. 1. History and Future of TCP/IP ACOE322 1 Local & Metropolitan Area Networks ACOE322 Lecture 5 TCP/IP Protocol suite and IP addressing 1 0. INTRODUCTION We shall cover in this topic: 1. The relation of TCP/IP with internet and OSI model 2. Internet

More information

SNMP and Network Management

SNMP and Network Management Contents SNMP and Network Management Network Management MIB naming tree, MIB-II SNMP protocol SNMP traps SNMP versions Nixu Ltd 2 Network management When you have 100s of computers in a network or are

More information

Network Architecture Models

Network Architecture Models School of Business Eastern Illinois University Network Architecture Models (September 8, 2009) Abdou Illia, Fall 2009 Learning Objectives 2 Discuss the OSI reference Model Discuss the Internet Model Compare

More information

N E T W O R K M A N A G E M E N T P R I N C I P L E S R E V I E W

N E T W O R K M A N A G E M E N T P R I N C I P L E S R E V I E W CS7012 N E T W O R K M A N A G E M E N T P R I N C I P L E S R E V I E W THE MANAGED OBJECT MANAGER / AGENT RELATIONSHIP Standard Interface Local (proprietary) Interface Manager Management Operations Agent

More information

Network Layers. Standardization Cruelty 2009/08/12. (C) Herbert Haas

Network Layers. Standardization Cruelty 2009/08/12. (C) Herbert Haas Network Layers Standardization Cruelty (C) Herbert Haas 2009/08/12 The good thing about standards is that there are so many to choose from Andrew S. Tanenbaum Standards We need networking standards Ensure

More information

Examination 2D1392 Protocols and Principles of the Internet 2G1305 Internetworking 2G1507 Kommunikationssystem, fk SOLUTIONS

Examination 2D1392 Protocols and Principles of the Internet 2G1305 Internetworking 2G1507 Kommunikationssystem, fk SOLUTIONS Examination 2D1392 Protocols and Principles of the Internet 2G1305 Internetworking 2G1507 Kommunikationssystem, fk Date: January 17 th 2006 at 14:00 18:00 SOLUTIONS 1. General (5p) a) Draw the layered

More information

Internet Applications. Dr Steve Gordon ICT, SIIT

Internet Applications. Dr Steve Gordon ICT, SIIT Internet Applications Dr Steve Gordon ICT, SIIT Contents Network Application Models Transport Layer Interface Selected Applications and Services Naming Resources Web Access Email Network Management Other

More information

6 Computer Networks 6.1. Foundations of Computer Science Cengage Learning

6 Computer Networks 6.1. Foundations of Computer Science Cengage Learning 6 Computer Networks 6.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: 6.2 Describe network criteria, physical structures and categories

More information

Internet Technology. 03r. Application layer protocols: . Paul Krzyzanowski. Rutgers University. Spring 2016

Internet Technology. 03r. Application layer protocols:  . Paul Krzyzanowski. Rutgers University. Spring 2016 Internet Technology 03r. Application layer protocols: email Paul Krzyzanowski Rutgers University Spring 2016 1 Email: SMTP (Simple Mail Transfer Protocol) 2 Simple Mail Transfer Protocol (SMTP) Protocol

More information

Applications FTP. FTP offers many facilities :

Applications FTP. FTP offers many facilities : Applications FTP Given a reliable end-to-end trasport protocol like TCP, File Transfer might seem trivial. But, the details authorization, representation among heterogeneous machines make the protocol

More information

TSIN02 - Internetworking

TSIN02 - Internetworking Lecture 10: SNMP and AAA Literature: Forouzan, chapter 23 RFC2881 RFC2905 RFC2903 Diameter next generation's AAA protocol by Håkan Ventura (handouts) 2004 Image Coding Group, Linköpings Universitet Lecture

More information

Debian/GNU Linux Networking

Debian/GNU Linux Networking Debian/GNU Linux Networking Basics of the Networking Károly Erdei October 15, 2014 Károly Erdei Debian/GNU Linux Networking 1/41 Agenda 1 Networks 2 Ethernet 3 Internet Protocol 4 TCP 5 DHCP 6 Check Network

More information

Chapter 8. Chapter 8 RMON 8-1

Chapter 8. Chapter 8 RMON 8-1 Chapter 8 RMON 8-1 RMON Components Chapter 8 Data Analyzer SNMP Traffic Router BACKBONE NETWORK Router SNMP Traffic RMON Probe LAN RMON Probe Data gatherer - a physical device Data analyzer Processor that

More information

Computer Networks. More on Standards & Protocols Quality of Service. Week 10. College of Information Science and Engineering Ritsumeikan University

Computer Networks. More on Standards & Protocols Quality of Service. Week 10. College of Information Science and Engineering Ritsumeikan University Computer Networks More on Standards & Protocols Quality of Service Week 10 College of Information Science and Engineering Ritsumeikan University Introduction to Protocols l A protocol is a set of rules

More information

SNMP and Network Management

SNMP and Network Management SNMP and Network Management Nixu Ltd Contents Network Management MIB naming tree, MIB-II SNMP protocol SNMP traps SNMP versions 2 Network management When you have 100s of computers in a network or are

More information

The Data Link Layer. 32 PART I Networking Basics

The Data Link Layer. 32 PART I Networking Basics 32 PART I Networking Basics weather station. More realistic devices use duplex mode, where all systems can send or receive with equal facility. This is often further distinguished as half-duplex (the system

More information

Summary of Data Communications

Summary of Data Communications Summary of Data Communications Nixu Oy PL 21 A REFRESHING TOUR - INCLUDES PICTURES (Mäkelänkatu 91) 00601 Helsinki, Finland tel. +358 9 478 1011 fax. +358 9 478 1030 info@nixu.fi http://www.nixu.fi Network

More information

products. OSI is an ISO Standard: OSI was officially adopted as an international standard by the International Organisation of Standards (ISO).

products. OSI is an ISO Standard: OSI was officially adopted as an international standard by the International Organisation of Standards (ISO). CBCN4103 Open Systems Interconnection (OSI) is a standard d description or "reference model" for how messages should be transmitted between any two points in a telecommunication network. Its purpose is

More information

SNMP. Simple Network Management Protocol

SNMP. Simple Network Management Protocol SNMP Simple Network Management Protocol Outline Overview Protocol MIB Net-SNMP Network Management Tools Client Application Development 2 Network Management How to monitor your servers? Trying to use the

More information

STD: 59 May 2000 Obsoletes: 1757 Category: Standards Track. Remote Network Monitoring Management Information Base

STD: 59 May 2000 Obsoletes: 1757 Category: Standards Track. Remote Network Monitoring Management Information Base Network Working Group S. Waldbusser Request for Comments: 2819 Lucent Technologies STD: 59 May 2000 Obsoletes: 1757 Category: Standards Track Remote Network Monitoring Management Information Base Status

More information

A device that bridges the wireless link on one side to the wired network on the other.

A device that bridges the wireless link on one side to the wired network on the other. GLOSSARY A Access point Analog Channel ARP ATM ATO A device that bridges the wireless link on one side to the wired network on the other. A circuit-switched communication path intended to carry 3.1 KHz

More information

Chapter 4. Internet Applications

Chapter 4. Internet Applications Chapter 4 Internet Application Protocols 1 Internet Applications! Domain Name System! Electronic mail! Remote login! File transfer! World Wide Web! All use client-server model 2 Names! Internet communication

More information

Lecture 18: Network Management

Lecture 18: Network Management Lecture 18: Network Management Prof. Shervin Shirmohammadi SITE, University of Ottawa Prof. Shervin Shirmohammadi CEG 4183 18-1 Objective Manage a network by managing its components: routers, bridges,

More information

Network Design and Management. Nixu Ltd.

Network Design and Management. Nixu Ltd. Network Design and Management Nixu Ltd. Contents Network Design and Management The FCAPS Model High Availability solutions SNMP protocol Nixu Ltd. 2/31 Network Design and Management Network Design and

More information

CHAPTER. Introduction

CHAPTER. Introduction CHAPTER 1 Network management takes place between two major types of systems: those in control, called managing systems, and those observed and controlled, called managed systems. The most common managing

More information

Networking Revision. TCP/IP Protocol Stack & OSI reference model. Basic Protocols. TCP/IP Model ANTHONY KAO NETWORKING FINAL EXAM SPRING 2014 REVISION

Networking Revision. TCP/IP Protocol Stack & OSI reference model. Basic Protocols. TCP/IP Model ANTHONY KAO NETWORKING FINAL EXAM SPRING 2014 REVISION Networking Revision TCP/IP Protocol Stack & OSI reference model Basic Protocols TCP/IP Model 1 OSI (Open Systems Interconnection) Model main purpose to aid in clearer understanding of the functions and

More information

Network Management. Raj Jain Raj Jain. Washington University in St. Louis

Network Management. Raj Jain Raj Jain. Washington University in St. Louis Network Management Raj Jain Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 Jain@wustl.edu Audio/Video recordings of this lecture are available on-line at: http://www.cse.wustl.edu/~jain/cse473-09/

More information

Outline. SNMP Simple Network Management Protocol. Before we start on SNMP. Simple Network Management Protocol

Outline. SNMP Simple Network Management Protocol. Before we start on SNMP. Simple Network Management Protocol Outline SNMP Simple Network Management Protocol Several slides are courtesy of the Addison Wesley companion web site for textbook by Liebeherr and El Zarki and others added by M. Veeraraghavan, Univ. of

More information

Internet Management Overview

Internet Management Overview Internet Management Overview Based on the Manager-Agent Model Initially SNMPv1 (1990), SNMPv2 1996 Managed Objects similar to OSI attributes, specified through ASN.1 Macros the SNMP Structure of Management

More information

Networking and Health Information Exchange: ISO Open System Interconnection (OSI)

Networking and Health Information Exchange: ISO Open System Interconnection (OSI) Networking and Health Information Exchange: ISO Open System Interconnection (OSI) Lecture 4 Audio Transcript Slide 1 Welcome to Networking and Health Information Exchange, ISO Open System Interconnection

More information

Understanding SNMP. Rab Nawaz Jadoon DCS. Assistant Professor COMSATS University, Abbottabad Pakistan. Department of Computer Science

Understanding SNMP. Rab Nawaz Jadoon DCS. Assistant Professor COMSATS University, Abbottabad Pakistan. Department of Computer Science Understanding SNMP Rab Nawaz Jadoon DCS COMSATS Institute of Information Technology Assistant Professor COMSATS University, Abbottabad Pakistan Motivation In small networks with only a few devices confined

More information

Internet and Intranet Protocols and Applications

Internet and Intranet Protocols and Applications Internet and Intranet Protocols and Applications Lecture 4: General Characteristics of Internet Protocols; the Email Protocol February 10, 2004 Arthur Goldberg Computer Science Department New York University

More information

Computer Networking. Chapter #1. Dr. Abdulrhaman Alameer

Computer Networking. Chapter #1. Dr. Abdulrhaman Alameer Computer Networking Chapter #1 Dr. Abdulrhaman Alameer What is Computer Network? It is a collection of computers and devices interconnected by communications channels that facilitate communications among

More information

Concept Questions Demonstrate your knowledge of these concepts by answering the following questions in the space that is provided.

Concept Questions Demonstrate your knowledge of these concepts by answering the following questions in the space that is provided. 223 Chapter 19 Inter mediate TCP The Transmission Control Protocol/Internet Protocol (TCP/IP) suite of protocols was developed as part of the research that the Defense Advanced Research Projects Agency

More information

Networking and Health Information Exchange Unit 1a ISO Open Systems Interconnection (OSI) Slide 1. Slide 2. Slide 3

Networking and Health Information Exchange Unit 1a ISO Open Systems Interconnection (OSI) Slide 1. Slide 2. Slide 3 Slide 1 Networking and Health Information Exchange Unit 1a ISO Open Systems Interconnection (OSI) Networking and Health Information Exchange Unit 1a ISO Open Systems Interconnection (OSI) Slide 2 Unit

More information

8. SNMP Management: RMON

8. SNMP Management: RMON 8. SNMP Management: RMON 8.1. What is Remote Monitoring? We saw examples of SNMP messages going across the network between a manager and an agent in Section 5.1.4. We did this using a tool that sniffs

More information

SNMP Agent Setup. Simple Network Management Protocol Support. SNMP Basics

SNMP Agent Setup. Simple Network Management Protocol Support. SNMP Basics Simple Network Management Protocol Support, page 1 SNMP Basics, page 1 SNMP Management Information Base (MIB), page 2 Set Up SNMP, page 3 Import Previously Configured Windows SNMP v1 Community Strings,

More information

Configure SNMP. Understand SNMP. This chapter explains Simple Network Management Protocol (SNMP) as implemented by Cisco NCS 4000 series.

Configure SNMP. Understand SNMP. This chapter explains Simple Network Management Protocol (SNMP) as implemented by Cisco NCS 4000 series. This chapter explains Simple Network Management Protocol (SNMP) as implemented by Cisco NCS 4000 series. Understand SNMP, page 1 Basic SNMP Components, page 2 SNMPv3 Support, page 3 SNMP Traps, page 4

More information

The Internet Protocol (IP)

The Internet Protocol (IP) The Internet Protocol (IP) The Blood of the Internet (C) Herbert Haas 2005/03/11 "Information Superhighway is really an acronym for 'Interactive Network For Organizing, Retrieving, Manipulating, Accessing

More information

SNMP. Simple Network Management Protocol. Chris Francois CS 417d Fall 1998

SNMP. Simple Network Management Protocol. Chris Francois CS 417d Fall 1998 SNMP Simple Network Management Protocol Chris Francois CS 417d Fall 1998 cfrancois@acm.org What is Network Management? Basic tasks that fall under this category are: Configuration Management Keeping track

More information

RMON MIB. Presenter: Andreas Pitsillides. Based on presentation by Rouf Boutaba

RMON MIB. Presenter: Andreas Pitsillides. Based on presentation by Rouf Boutaba RMON MIB Presenter: Andreas Pitsillides Based on presentation by Rouf Boutaba 1 The RMON MIB Objectives Introduction Segment Statistics Statistics Other RMON MIB Groups Summary 2 RMON MIB - Objectives

More information

Electronic Mail

Electronic Mail Email Electronic Mail Electronic mail paradigm Most heavily used application on any network Electronic version of paper-based office memo Quick, low-overhead written communication Dates back to time-sharing

More information

TCP/IP THE TCP/IP ARCHITECTURE

TCP/IP THE TCP/IP ARCHITECTURE TCP/IP-1 The Internet Protocol (IP) enables communications across a vast and heterogeneous collection of networks that are based on different technologies. Any host computer that is connected to the Internet

More information

03 The Internet Model and TCP/IP

03 The Internet Model and TCP/IP SE 4C03 Winter 2003 03 The Internet Model and TCP/IP Instructor: W. M. Farmer Revised: 16 January 2003 1 The OSI Model In 1977 the International Standards Organization (ISO) offered the Open Systems Interconnection

More information

WWW: the http protocol

WWW: the http protocol Internet apps: their protocols and transport protocols Application e-mail remote terminal access Web file transfer streaming multimedia remote file Internet telephony Application layer protocol smtp [RFC

More information

Link download full: Test Bank for Business Data Networks and Security 9th Edition by Panko https://digitalcontentmarket.org/download/business-data-networks-and-security-9thedition-by-panko/ Business Data

More information

Internet Protocol Stack! Principles of Network Applications! Some Network Apps" (and Their Protocols)! Application-Layer Protocols! Our goals:!

Internet Protocol Stack! Principles of Network Applications! Some Network Apps (and Their Protocols)! Application-Layer Protocols! Our goals:! Internet Protocol Stack! Principles of Network Applications! application: supporting network applications!! HTTP,, FTP, etc.! transport: endhost-endhost data transfer!! TCP, UDP! network: routing of datagrams

More information

Lab 3.4.3: Services and Protocols

Lab 3.4.3:  Services and Protocols Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway R1-ISP R2-Central S0/0/0 10.10.10.6 255.255.255.252 N/A Fa0/0 192.168.254.253 255.255.255.0 N/A S0/0/0 10.10.10.5

More information

Lecture 11: Introduction to Network Management

Lecture 11: Introduction to Network Management Lecture 11: Introduction to Network Management Prof. Shervin Shirmohammadi SITE, University of Ottawa Prof. Shervin Shirmohammadi CEG 4185 11-1 Objective Manage a network by managing its components: routers,

More information

Defining Networks with the OSI Model. Module 2

Defining Networks with the OSI Model. Module 2 Defining Networks with the OSI Model Module 2 Objectives Skills Concepts Objective Domain Description Objective Domain Number Understanding OSI Basics Defining the Communications Subnetwork Defining the

More information

Layering in Networked computing. OSI Model TCP/IP Model Protocols at each layer

Layering in Networked computing. OSI Model TCP/IP Model Protocols at each layer Layering in Networked computing OSI Model TCP/IP Model Protocols at each layer Learning outcomes Understand the need of layering in Networked computing Understand the OSI model and the tcp/ip model Understand

More information

The Application Layer: & SMTP

The Application Layer:  & SMTP The Application Layer: email & SMTP Smith College, CSC 249 Feb 1, 2018 4-1 Chapter 2: Application layer q 2.1 Principles of network applications q 2.2 Web and HTTP q 2.3 FTP q 2.4 Electronic Mail v SMTP,

More information

Introduction to Networking

Introduction to Networking Introduction to Networking Chapters 1 and 2 Outline Computer Network Fundamentals Defining a Network Networks Defined by Geography Networks Defined by Topology Networks Defined by Resource Location OSI

More information

20-CS Cyber Defense Overview Fall, Network Basics

20-CS Cyber Defense Overview Fall, Network Basics 20-CS-5155 6055 Cyber Defense Overview Fall, 2017 Network Basics Who Are The Attackers? Hackers: do it for fun or to alert a sysadmin Criminals: do it for monetary gain Malicious insiders: ignores perimeter

More information

DEPARTMENT OF ELECTRONICS & COMMUNICATION ENGINEERING QUESTION BANK SUBJECT : NE7007 - NETWORK MANAGEMENT SEM / YEAR : III / II year M.E. (Communication Systems ) UNIT I FUNDAMENTALS OF COMMON NETWORK

More information

Network Management. Jaakko Kotimäki. Department of Computer Science Aalto University, School of Science and Technology. 16.

Network Management. Jaakko Kotimäki. Department of Computer Science Aalto University, School of Science and Technology. 16. Jaakko Kotimäki Department of Computer Science Aalto University, School of Science and Technology Outline Introduction SNMP architecture Management Information Base SNMP protocol Network management in

More information

Guide to Networking Essentials, 6 th Edition. Chapter 5: Network Protocols

Guide to Networking Essentials, 6 th Edition. Chapter 5: Network Protocols Guide to Networking Essentials, 6 th Edition Chapter 5: Network Protocols Objectives Describe the purpose of a network protocol, the layers in the TCP/IP architecture, and the protocols in each TCP/IP

More information

ET4254 Communications and Networking 1

ET4254 Communications and Networking 1 Topic 9 Internet Protocols Aims:- basic protocol functions internetworking principles connectionless internetworking IP IPv6 IPSec 1 Protocol Functions have a small set of functions that form basis of

More information

01/17/08 TDC /17/08 TDC363-03

01/17/08 TDC /17/08 TDC363-03 Introduction to LAN TDC 363 Week 3 Network Protocols Book: Chapter 4 & 11 1 Outline The TCP/IP model vs. the OSI Model IP Address Address Resolution Protocol (ARP) IPX/SPX and NetBIOS Protocols on Windows

More information

NET311 Computer Networks Management Standards, Models and Language

NET311 Computer Networks Management Standards, Models and Language NET311 Computer Networks Management Standards, Models and Language Dr. Mostafa H. Dahshan Department of Computer Engineering College of Computer and Information Sciences King Saud University mdahshan@ksu.edu.sa

More information

Operating Systems CS 571

Operating Systems CS 571 Computer Networks: Overview Operating Systems CS 571 Network types Range Bandwidth (Mbps) Latency (ms) LAN 1-2 kms 10-1000 1-10 WAN worldwide 0.010-600 100-500 MAN 2-50 kms 1-150 10 Wireless LAN 0.15-1.5

More information

Ethernet / TCP-IP - Training Suite Application level protocols

Ethernet / TCP-IP - Training Suite Application level protocols Ethernet / TCP-IP - Training Suite 05 - Application level protocols Application layer protocols 2 World Wide Web HTTP I want HTTP this resource. Hypertext Transfer Protocol (HTTP) Used by the World Wide

More information

Chapter 4: Networking and the Internet

Chapter 4: Networking and the Internet Chapter 4: Networking and the Internet 2015 Pearson Education Limited 2015 Chapter 4: Networking and the Internet 4.1 Network Fundamentals 4.2 The Internet 4.3 The World Wide Web 4.4 Internet Protocols

More information

Lecture 25. Tuesday, November 21 CS 475 Networks - Lecture 25 1

Lecture 25. Tuesday, November 21 CS 475 Networks - Lecture 25 1 Lecture 25 Reminders: Homework 7 due today. Homework 8 posted. Due at the beginning of the last day of class for final exam review. Programming Project 6 posted. Final project worth double. Due by 4:30pm,

More information

Lecture (03) Network Model

Lecture (03) Network Model ١ Lecture (03) Network Model By: Dr. Ahmed ElShafee Agenda Layering concept History Discovering the network layers Application Layer same layer interaction concept; Transport Layer Adjacent layer interaction

More information

Transporting Voice by Using IP

Transporting Voice by Using IP Transporting Voice by Using IP National Chi Nan University Quincy Wu Email: solomon@ipv6.club.tw 1 Outline Introduction Voice over IP RTP & SIP Conclusion 2 Digital Circuit Technology Developed by telephone

More information

Introduction to Computer Science. William Hsu Department of Computer Science and Engineering National Taiwan Ocean University

Introduction to Computer Science. William Hsu Department of Computer Science and Engineering National Taiwan Ocean University Introduction to Computer Science William Hsu Department of Computer Science and Engineering National Taiwan Ocean University Chapter 4: Networking and the Internet No one owns the Internet, and only one

More information

CompTIA Network+ Course

CompTIA Network+ Course CompTIA Network+ Course Duration: 5 Days Course Delivery: Classroom Language: English Target Audience Comprehensive approach to both preparing a student for CompTIA's Network+ exam and developing proficiency

More information

Operating Systems. 16. Networking. Paul Krzyzanowski. Rutgers University. Spring /6/ Paul Krzyzanowski

Operating Systems. 16. Networking. Paul Krzyzanowski. Rutgers University. Spring /6/ Paul Krzyzanowski Operating Systems 16. Networking Paul Krzyzanowski Rutgers University Spring 2015 1 Local Area Network (LAN) LAN = communications network Small area (building, set of buildings) Same, sometimes shared,

More information

Computer Networks with Internet Technology William Stallings. Chapter 2 Protocols and the TCP/IP Protocol Suite

Computer Networks with Internet Technology William Stallings. Chapter 2 Protocols and the TCP/IP Protocol Suite Computer Networks with Internet Technology William Stallings Chapter 2 Protocols and the TCP/IP Protocol Suite Need For Protocol Architecture E.g. File transfer Source must activate comms. Path or inform

More information

Data Communication and Network. Introducing Networks

Data Communication and Network. Introducing Networks Data Communication and Network Introducing Networks Introduction to Networking Computer network, or simply network Refers to the connection of two or more computers by some type of medium You can connect

More information

RMON Commands. Cisco IOS Configuration Fundamentals Command Reference FR

RMON Commands. Cisco IOS Configuration Fundamentals Command Reference FR RMON Commands This chapter describes commands used to monitor the router and network Remote Monitoring (RMON). For system management configuration tasks and examples, refer to the Configuring RMON Support

More information

SNMP Basics BUPT/QMUL

SNMP Basics BUPT/QMUL SNMP Basics BUPT/QMUL 2014-05-12 Agenda Brief introduction to Network Management Brief introduction to SNMP SNMP Network Management Framework RMON New trends of network management Summary 2 Brief Introduction

More information

Additional Material. Suguru Yamaguchi Nara Institute of Science and Technology Department of Information Science Information Network I/No.

Additional Material. Suguru Yamaguchi Nara Institute of Science and Technology Department of Information Science Information Network I/No. Additional Material Suguru Yamaguchi Nara Institute of Science and Technology Department of Information Science 2010 Information Network I/No.4 1 ! Protocol Suites for the Internet! Widely used from LANs

More information

Outline Network Management MIB naming tree, MIB-II SNMP protocol Network management in practice. Network Management. Jaakko Kotimäki.

Outline Network Management MIB naming tree, MIB-II SNMP protocol Network management in practice. Network Management. Jaakko Kotimäki. Outline MIB naming tree, MIB-II SNMP protocol Network management in practice 19.10.2010 Outline MIB naming tree, MIB-II SNMP protocol Network management in practice Outline Contents MIB naming tree, MIB-II

More information

The ABCs of SNMP. Info Sheet. The ABC of SNMP INTRODUCTION. SNMP Versions

The ABCs of SNMP. Info Sheet. The ABC of SNMP INTRODUCTION. SNMP Versions The ABCs of SNMP INTRODUCTION One of the numerous acronyms from the Internet world is SNMP which stands for Simple Network Management Protocol. Of course, anything termed simple is suspect. SNMP is an

More information

APPLICATION LAYER APPLICATION LAYER : DNS, HTTP, , SMTP, Telnet, FTP, Security-PGP-SSH.

APPLICATION LAYER APPLICATION LAYER : DNS, HTTP,  , SMTP, Telnet, FTP, Security-PGP-SSH. APPLICATION LAYER : DNS, HTTP, E-mail, SMTP, Telnet, FTP, Security-PGP-SSH. To identify an entity, the Internet used the IP address, which uniquely identifies the connection of a host to the Internet.

More information