ACN Research Paper
ACN Research Paper
ACN Research Paper
1. Summary of TCP/IP:
a. TCP/IP Architecturer:
In TCP/IP architecture,we have 4 layers namely: Application,Transport,Network and Data
Link Layers. Application layer used for different application programs.Transport layer
provides end to end communication between the 2 hosts.Network layer responsible for ip
addressing.Data link layer provides physical ports of any transport media.There are various
well known ports like
FTP-21,TELNET-23,SNMP-25,DNS-53,DNS-53.
b. Working of TCP/IP:
b.1: Connection process of TCP: It is a reliable,connection oriented protocol.It
establishment is a three way handshake process.
Firstly,there is connection establishment: here host sends a random sequence number
which is request packet without sending any data.
Secondly, there is data transfer: Here host sends seq number as well as data.
Thirdly,we have connection termination: Here link between 2 hosts breaks.
c.TCP Segment format: At the level of Transport layer,every packet is called as segments
When data comes from layers above TL,we get a big chunk of data,which we break it
down into segments.
When you try to send data from source process to destination process,IP(Source) and
IP(destination) will help transport this data but I need a specific no. for the process which
is currently executing at the sender.
There are simple methodologies for this numbering which is given by IANA.
C.2 Adopt filter packets. If the network is connected through routing, then use the routing to
filter the packets. Confirm that only internal LAN is trusted. The server on the internal local
Lan should be cautious about any hosts outside the local Lan. Routing can filter all the
requests that wish to establish connections with the internal.
C.3 Use decoding. An easy way to defend against fake IP address is to request for
transmission and authentication with decoding. Decoding may be the most effective methods
among multiple approaches.