Acn Winter 19
Acn Winter 19
Dual Stack :
In Dual Stack Router an router interface in attached to ipv4 and ipv6 address configured are used from
transistion from ipv4 to ipv6
In an above diagram a server with both ipv4 and ipv6 address are configure can communicate with all
host of ipv4 and ipv6 via dual stack router a dual stack give medium to all host to communicate with
each other without changing its ip address
Tunneling:
A Tunneling is a medium to communicate with transit network with different ip address
In an above diagram the different ip version such as ipv4 and ipv6 are present ipv4 network and
communicate with transit network of ipv6 with the help of tunneling it is possible to ipv6 network to
communicate with ipv4 network with the help of tunneling
Nat:
With the help help of nat technique the ipv6 and ipv4 network can communicate with each other
which not understand the address of different network
Generally and ip version doen’t understand the address of different ip address for this reason nat pat
device are used it remove header of first ipversion and places the second ip version so that they can
understand the request send by same ip version
Network Address:The address field define the address of destination network rip has allocated 14
bytes for this field so that any protocol is applicable however currently ip uses only 4 byte and rest of
address are all 0s
Distance:this 32 bit address field define the hop count from advertising router to hop count
What is dynamic routing state its advantage and disadvantages and count to infintiy problem?
Dynamic routing uses dynamic routing protocol to automatically select the best route to put into the
routing table so instead of manually entering static route in routing table Dynamic routing
automatically decide which route is best to go into routing table this intellegent approach make
routing so usefull in this modern era
Advantages:
Benefial performance and scalable network
Make fewer mistake as it reroute itself compare to other routing protocol
Disadvantages:
Require more heavy and reliable powerfull hardware
Higher maintenance as compared to static route
Explain tcp connection management with the help of tcp connectiion management finite state
machine ?
To keep track of all the different event occurs during connection estabishment , connection
termination and data transfer specified in a finite state machine
Tcp state machine:
Tcp uses 3 way handshake to close connection
Singled by a fin bit in packet header
In the figure show two Fsm used by tcp client and server
Oval rectangle represent state
Transition from one state to another is show using directed line
Each line has two string seperated by a slash
The first string is an input ,what tcp receive
The second string is an output , what tcp send
The dotted line represent the transition that server normally goes through
The solid black line show the transition that a client normally goes
Sometimes in some situation a server transition through solid line or client transition through dotted
lines
State the need of dns?
Human friendly : dns can translate human friendly name into ip address which computer used to
locate each other
Enchanced security : dns include security like dnssec to very that the response is authenticate help to
prevent from dns spoofing and chaching
Flexiblity and maintaince : with dns domain owner can change the ip address with their domain point
without affecting the user
Construct a diagram to show the application of cookies in a scenario in which server uses cookies for
advertising ?
Ans: A cookies is used by an advertising agency these advertising agencies places banner or add on
some main web pages which are often visited by user these advertising agency supply a url that give
banner address instead of the banner when a user visit the website and click on icon a request is send
to advertising agencies
Any future used of banner are add to the database that profile the web behaviour of the user these
advertising agency compile the interest of the user and send the info to other party this used of
cookies are very controversial
Family : this 16 bit field define the family of the protocol used
Network address: this address field define the address of destination network the rip
has allocated 14 byte for this field to be applicable to any protocol however ip
currently uses only 4 byte the rest address is field with 0s
Distance: this 32 bit field define the hop count from the advertising router to
destination network
Describe the http response message format?
Ans:
Status line : The status line is used to define the status of the response message it
consist of http version status code ,status phase
Http version : this field indicate the version of http being used the field is same as
http version field of request line
Header:
Header in response message is used for exchanging additional info between client
and server
Header can be one or multiple line the format of header line consist of header
name , colon , space and header value
Drawbacks:
It is slower to coverge than link state
It is at risk from count-to-infinity problem
Link state :
Link state routing is an technique in which each router share the knowledge of its
neighborhood with every other router in the inter network
Link state routing has different philosophy from that of distance vector routing in link
state routing if each node in the domain has an entire topology of domain the list of
node and link how they are connected including type ,cost and condition of the link
the node used dijiksha algorithm to build routing table
Link state routing are more like a road map because they create a topological map of
the network and each router uses this map to determine the shortest path to each
network
Router running on link state routing protocol send information about the state of its
link to other router in the routing domain
Drawbacks:
What is multicast distance vector :
Ans: Distance vector routing when extended to support multicast is called as
distance vector multicast routing protocol
The dvmr is multicast routing protocol that takes the routing decision based upon
the source address of the packet this algorithm construct the routing tree for a
network
Whenever a router receive a packet it forward it to some of its port based on the
source address of the packet the rest of the routing tree is made of the downstream
router in this way a routing tree is created from destination to source
Multicast distance vector uses source based tree but router never actually make a
routing table when a router receive a multicast packet it forward the packet as it
thought consulting routing table
Explain the distance vector also state the count to infinity problem?
Advantages:
Beneficial for performance and scalable network
Make fewer mistake as it reroute itself compare to other routing protocol
Disadvantages:
Require more heavy and reliable powerful hardware
Higher maintenance as compared to static route