CN - 1
CN - 1
UNIT –I
MULTISERVICE SERVERS
• Dynamic configuration:
We have the same configuration file, but The server does
not need to be stopped and restarted Instead, the
administrator changes this file, and tells the server that the
file has been modified by sending a signal.
Once the server receives the signal, it re-reads the
configuration file and applies the changes.
UNIT-II
• Interface ID:
• The last 64 bits define the interface identifier. It is similar to
host id.
• An interface ID must be unique within the subnet.
• If the host is moved from one interface to another, its ip
addresses need to be changed.
IPv6 packet format
IPv6 base header format
IPv6 base header format
1)Version:
This field defines the version of the packet. In IPv6, the value of this field is
set to 6. The size of this field is 4 bits.
2)Traffic class:
• This field defines how the packet should be handled through the
intermediate devices. This field replaces the IPv4 type of service or
differentiated services field. The size of this field is 8 bits. Same as the IPv4,
the first 6 bits are defined as the DSCP(Differentiated Service Code
Point) field and the last 2 bits are defined as ECN.
• The DSCP field indicates the type or priority of the packet that the router
should follow when making the routing or forwarding decision. If a router
fails to forward a packet, it uses the ECN field of the packet to send
an Explicit Congestion Notification back to the original sender.
IPv6 base header format
3) Flow label:
5) Next header:
• This field indicates the type of the first extension header. It is 8
bit field and either one of the optional extension header used
by IP or the header of an encapsulated packet such as UDP or
TCP.
IPv6 base header format
IPv6 base header format
6) Hop limit:
• This field sets the lifetime of the packet. Every time a
router forwards a packet, it decrements the value of this
field by 1. If the value reaches zero, the packet is
discarded. The size of this field is 8 bits.
7) Source IP Address:
• This field specifies the IPv6 address of the sender of the
packet.
8) Destination IP Address:
• This field indicates the IPv6 address of the intended
recipient(s) of this packet.
IPv6 Extension header