CoSc3063 NSA Chapter 3
CoSc3063 NSA Chapter 3
Administration
Chapter 3: Network Management
H-3
Network Management…
H-4
Fault Management
H-5
Configuration Management
H-6
Security Management
H-7
Performance Management
H-8
Accounting Management
H-9
3.2. TCP/IP Networking Basics
• TCP/IP is not actually a single protocol, but a set of protocols that operate at
different levels. The levels involved in TCP/IP do not exactly match those of the
OSI reference model. Instead of seven layers, TCP/IP specifies only four:
– Network interface layer
– Internet layer
– Transport layer
– Application layer
• Each of these layers corresponds to one or more layers of the OSI reference
model. The table below shows the correspondence between OSI layers and
TCP/IP layers. OSI Layers TCP/IP Layers
Application Application
Presentation Application
Session Application
Transport Transport
Network Internet
Data-link Network interface
Physical Network interface
Overview of TCP/IP
• As was stated above, TCP/IP consists of a number of different protocols that perform a variety of
functions and operate at a number of different levels. An overview of the protocols included in
TCP/IP is shown below. OSI Layer TCP/IP Protocols
• One of the most important protocols in the TCP/IP suite is the IP protocol. This is used at the
Internet layer of TCP/IP (i.e. the Network layer in the OSI model) and is used to attach network
addresses to packets. The IP protocol provides best effort delivery between network stations.
• IP routes packets on the network by using IP addresses. An IP address consists of 4 numbers
between 0 and 255 separated by dots. For example, 146.23.0.194 is a valid IP address. When you
surf the Internet and type a URL into your browser (e.g. www.yahoo.com) you are actually using IP
addresses. Every Internet domain such as Yahoo or Google has at least one IP address on the
Internet.
UDP and TCP
• UDP (User Datagram Protocol) and TCP (Transmission Control Protocol) are both higher-level
protocols than IP (they operate at level 4 of the OSI model), and provide the communication link
between the application program and IP.
• The DHCP server will not reallocate the address during the lease period and will
attempt to return the same address every time the client requests an address
• The client can extend its lease or send a message to the server before the lease
expires it that it no longer needs the address so it can be released and assigned
to another client on the network
Limitations
• DNS stands for the Domain Name Service. Although high-level protocols in TCP/IP
use IP addresses to communicate, it is easier for people using the computers to
identify them by names, such as COM1 and COMSERVER. These names are
known as host names.
• DNS is the protocol used to obtain host name to IP address translation information
between computers on the network. Typically every network will have at least one
DNS server. Clients needing to know translations will contact the DNS server using
the DNS protocol to obtain the required information. On a local network, the host
name can just be a single word, for example COM1 or COMSERVER. On the
Internet the name will consist of a sequence of words separated by dots, for
example www.yahoo.com or www.bbc.co.uk.
Lab works 3