system support & management protocols

39
1 System support & Management Protocols Lesson 13 NETS2150/2850 School of Information Technologies

Upload: pier

Post on 12-Jan-2016

31 views

Category:

Documents


0 download

DESCRIPTION

System support & Management Protocols. Lesson 13 NETS2150/2850. School of Information Technologies. Lecture Outline. Simple Network Management Protocol- SNMP Domain Name System- DNS Dynamic Host Configuration Protocol- DHCP. Network Management - SNMP. Simple Network Management Protocol - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: System support & Management Protocols

1

System support & Management Protocols

Lesson 13

NETS2150/2850School of Information Technologies

Page 2: System support & Management Protocols

2

Lecture Outline

Simple Network Management Protocol- SNMP

Domain Name System- DNS Dynamic Host Configuration Protocol-

DHCP

Page 3: System support & Management Protocols

3

Network Management - SNMP Simple Network Management Protocol Networks are becoming indispensable More complexity makes failure more likely Require automatic network management tools Standards required to allow multi-vendor networks Covering:

– Services– Protocols

– Management information base (MIB)

Page 4: System support & Management Protocols

4

Network Management Systems

Collection of tools for network management Single operator interface Powerful, user friendly command set Performing most or all management tasks Minimal amount of separate equipment

– i.e. use existing equipment View entire network as unified architecture Active elements provide regular feedback

Page 5: System support & Management Protocols

5

Key Elements

Management station or manager Agent Management information base Network management protocol

Page 6: System support & Management Protocols

6

Management Station Stand alone system or part of shared system Interface for human network manager Set of management applications

– Data analysis– Fault recovery

Interface to monitor and control network Translate manager’s requirements into monitoring

and control of remote elements Data base of network management information

extracted from managed entities

Page 7: System support & Management Protocols

7

Management Agent

Hosts, bridges, hubs, routers equipped with agent software

Allow them to be managed from management station

Respond to requests for information Respond to requests for action Asynchronously supply unsolicited

information

Page 8: System support & Management Protocols

8

Management Information Base MIB Representation of network resources as

objects Each object a variable representing one aspect

of managed object MIB is collection of access points at agent for

management of station Objects standardized across class of system

– Bridge, router etc.

Page 9: System support & Management Protocols

9

Network Management Protocol Link between management station and

agent TCP/IP uses SNMP OSI uses Common Management

Information Protocol (CMIP)

Page 10: System support & Management Protocols

10

Protocol Capabilities

Get Set Notify

Page 11: System support & Management Protocols

11

Management Layout

May be centralized in simple network May be distributed in large, complex

network– Multiple management servers– Each manages pool of agents– Management may be delegated to

intermediate manager

Page 12: System support & Management Protocols

12

Example of Distributed Network Management Configuration

Page 13: System support & Management Protocols

13

Network Management Protocol Architecture Application-level protocol Part of TCP/IP protocol suite Runs over UDP From management station, three types of SNMP messages

issued– GetRequest, GetNextRequest, and SetRequest – Port 161

Agent replies with GetResponse Agent may issue trap message in response to event that

affects MIB and underlying managed – Port 162

Page 14: System support & Management Protocols

14

SNMP v3: The latest version

Addresses security issues of SNMP v1/2

RFC 2570-2575 Proposed standard January 1998 Defines overall architecture and security

capability To be used with SNMP v2

Page 15: System support & Management Protocols

15

SNMP v3 Services Authentication

– Part of User-Based Security (UBS)– Assures that message:

• Came from identified source• Has not been altered• Has not been delayed or replayed

Privacy– Encrypted messages using DES

Access control– Can configure agents to provide a number of levels of access

to MIB– Access to information– Limit operations

Page 16: System support & Management Protocols

16

Domain Name System – DNSDomain Name System – DNS

Name Space Flat Hierarchical

Page 17: System support & Management Protocols

17

Domain Name Space

Was designed in order to have a hierarchical name space

Label Domain Name

Page 18: System support & Management Protocols

18

Domain name space

Page 19: System support & Management Protocols

19

Domain names and labels

Page 20: System support & Management Protocols

20

Domain Names: FQDN and PQDN

Page 21: System support & Management Protocols

21

Domains

Page 22: System support & Management Protocols

22

Distribution of Name SpacesDistribution of Name Spaces

Hierarchy of Name Servers Zone Root Server Primary and Secondary Servers

Page 23: System support & Management Protocols

23

Hierarchy of name servers

Page 24: System support & Management Protocols

24

Zones and domains

A primary server loads all information from the disk file; the secondary server loads all information from the primary server.

Note

Page 25: System support & Management Protocols

25

DNS In The InternetDNS In The Internet

Generic Domain

Country Domain

Inverse Domain

Page 26: System support & Management Protocols

26

DNS in the Internet

Page 27: System support & Management Protocols

27

Generic domains

Page 28: System support & Management Protocols

28

New generic domain labels New generic domain labels

Label Description

aero Airlines and aerospace companies

biz Businesses or firms (similar to com)

coop Cooperative business organizations

info Information service providers

museum Museums and other nonprofit organizations

name Personal names (individuals)

pro Professional individual organizations

Page 29: System support & Management Protocols

29

Country domains

Page 30: System support & Management Protocols

30

Inverse domain

Page 31: System support & Management Protocols

31

ResolutionResolution

Resolver Mapping Names to Addresses Mapping Addresses to Names Recursive Resolution Iterative Resolution Caching

Page 32: System support & Management Protocols

32

Recursive resolution

Page 33: System support & Management Protocols

33

Query and response messages

Page 34: System support & Management Protocols

34

DNS can use the services of UDP or TCP,

using the well-known port 53.

NoteNote::

Page 35: System support & Management Protocols

35

Dynamic Address Configuration

Each computer attached to the Internet must have:– Its own IP address– Its subnet mask– The IP address of a Router– The IP address of a name server

Usually stored in a config file– Used at bootup

Page 36: System support & Management Protocols

36

Dynamic Address Configuration…

How about first-time bootup? Diskless terminal? Or, the movement of a computer from

one subnet to another?– Protocols needed for on-demand config

(dynamically)– Example: DHCP

Page 37: System support & Management Protocols

37

DHCP Client-server program DHCP server: two databases

– First one: Statically binds physical addresses to IP addresses (Static db)

– Second one: makes DHCP dynamic (Dynamic db)• Temporary IP addresses are assigned consulting available

(unused) address pool• Valid for a negotiated time period only (leased)

– Must renew or stop using after the lease expires

– Renewal may or may not be granted by the server

Page 38: System support & Management Protocols

38

DHCP: Client Transition States

Page 39: System support & Management Protocols

39

Recommended Reading:– Stallings 22.3 (SNMP), – Forouzan 25 (DNS) & 19.2 (DHCP)