Can(1)
Can(1)
2 marks questionn
Receiver side:
In sctp receiver has one queue and three variable the queue hold the receive
the data chunks which is not read by and process the first varaible hold the
last tsn received,cumTsn the second varaible hold the available size of the
window,winsize the third variable hold the acknowledgement ,lastAck
When a site received a data chunks it is store at the end of the queue and
subtract the size of chunk from the winsize and the tsn number of chunks is
stored in cumTsn
Sender Side:
In sctp sender has three variable curtsn,rwnd,and intransit and one queue
show in the diagram
The queue carries the chunk generated by the process which is ready to be
send or have send
The first variable carries curtsn which is refer to next chunk is to be send the
second rwnd contain the last advertised value by reciever in byte the transit
hold the number of byte in transit
What is mobile ip ? list the explain component of mobile ip ?
Ans:mobile ip is an communication protocol that allow user to move from one
network to another with the same ip it ensure communication continue
without user session mobile ip was design for mobile device to move from one
network to another with permanent ip
Component of ip :
Mobile node: mobile node is an hand held communication device these device
are laptop,pad phone whose software enables roaming capabilities
Generate link local : Host create an address with specific prefix and 64 bit
identifier from its hardware
Assign address:if unique it assign the link local for local communication
Configure global address: a host form a global address with router specific
prefix
Renumbering :
To allow sites to change the service provider,renumbering of address prefix
was build into ipv6 addressing each sites is given a serivce provider to which it
is connected if a sites changes the provider the address prefix need to be
changed
A router to which a site is connected can advertised for new prefix and let site
to used the old prefix before disabling it means during transistion a site is
having two prefix
Destination port no: this is an 16 bit field that hodl the port address of an
application that is receiving data segment
Sequence no:this is an 32 bit field hold the sequence number I.e the byte
number of first byte that is send to a perticular segement
Acknowledgement no: this 32 bit field hold the acknowledgement number I.e
the acknowledgment number I.e the acknowledgement from the pervious
byte being receive successfully
Window size: this field define the window size of sending tcp in byte
Urgent pointer: this field used to point the data that is urgently requried that
need to be reach the receiving process at the earliest
The client send the first packet ,which contain an init chunk
The server send the second packet,which contain initack chunk
The client send the third packet which contain the cookie echo chunk this is a
very simple chunk as it echo without change the cookie send by server
The server send the fourth packet which include cookieack chunk that
acknowledge the reciept of the chunk echo chunk