Chapter 4 Network Management
Chapter 4 Network Management
Network Management
TCP/IP Basics: Protocol Layers
• TCP/IP stands for Transmission Control Protocol/Internet
Protocol and is a suite of communication protocols used to
interconnect network devices on the internet.
• The entire IP suite a set of rules and procedures is
commonly referred to as TCP/IP.
• TCP/IP specifies how data is exchanged over the internet by
providing end-to-end communications that identify how it
should be broken into packets, addressed, transmitted,
routed and received at the destination.
• The 4/5 layers of the TCP/IP model. Application, Transport,
Internet, Network access layer.
Networking Interfaces
Dotted-decimal, as in 172.16.30.56
Binary, as in 10101100.00010000.00011110.00111000
Hexadecimal, as in AC.10.1E.38
To make the address easier to read, people use decimal
numbers to represent the binary digits
◦ Example: 192.168.1.1
IP Terminology
There are thirteen root servers on the internet, they are named A
to M. Journalists often refer to these servers as the master servers
of the internet.
Domains
• One level below the top level domains are the domains.
Domains can have subdomains (also called child domains).
Top level domains
• Below the root level are the top level domains or tld's.
• The first top level domains
Assignment
What does and how they works?
– dns records
– caching only servers
– caching only server with and without forwarder
– authoritative dns servers
– primary and secondary
– zone transfers
– SOA record
– DNS delegation
Introduction to DHCP
• Dynamic Host Configuration Protocol is a standard tcp/ip
protocol that distributes ip configurations to clients.
• The alternative to dhcp is manually entering the ip configuration
on each client computer.
• DHCP works with layer 2 broadcasts.
• A DHCP client that starts, will send a dhcp discover on the
network.
• All dhcp servers (that have a lease available) will respond with a
dhcp offer.
• The client will choose one of those offers and will send a dhcp
request containing the chosen offer.
• The dhcp server usually responds with a dhcp acknowledgement.
When this procedure is finished, then the client is allowed to use that
ip-configuration until the end of its lease time.
Web Server
• A web server is a program that generates and transmits
responses to client requests for web resources.
• Handling client request consists of several key steps:
• Parsing the request message
• Checking that request is authorized