WOLAITA SODO UNIVERSITY - Docx Tom - Docxc.docx NEWF
WOLAITA SODO UNIVERSITY - Docx Tom - Docxc.docx NEWF
COLLAGE OF INFORMATICS
DEPARTMENT OF CUMPUTER
SCIENCE
COURSE DATA COMMUNICATION
INDIVIDUAL ASSIGNMENT
NAME:TEMIRET LEGESE
UGR/92287/16
1.synchronized(SYN)
SYN is stands for synchronized.
The client sends a SYN (Synchronize) packet to the server, indicating its
intention to establish a connection and including an initial sequence number.
2.Synchronize-Acknowledge(SYN- ACK)
After the client sent synchronized to the server the server responds to the
client request with SYN- ACK signal bit set.Acknowledgement signifies the
response of segment it received and SYN signifies with what sequence
number it is likely to start the segments with.
3.Acknowledge (ACK)
Lastly,client acknowledges the response of the server by ACK
message.status on both side change to established and ready to start the
actual data transfer.
GENERALLY: The client first send the SYN packet trying to say hello to
the server and then the server responds with a SYN ACK
And say Hi I’m available and the client also responds with ACK.after
this three handshake is complete and the TCP session set up.
4. Learning
about Classless Inter-Domain Routing and how to
use CIDR notation?
CIDR is the method of allocating IP address more flexible and efficiently
by enabling the aggregation of multiple sub-nets into a large network .
CIDR is based on the idea that IP addresses can be allocated and routed
based on their network prefix rather than their class, which was the
traditional way of IP address allocation.
As we discuss about the CIDR in the question number 4 the CIDR notation is
represented by the slash notation like: 192.168.1.0/28
CIDR notation /28 means that the first 28 bits of the IP address are used for
the network portion and the remaining bits (32 - 28 = 4 bits) are used for the
host portion.
A.Network Portion: The first 28 bits (or first 3 octets and 4 bits of the 4th
octet) are part of the network.
Host Portion: The remaining 4 bits (from the 4th octet) are used for the host part.
B.Subnet Mask
A /28 means there are 28 bits set to 1 in the subnet mask, which corresponds
to 255.255.255.240 in decimal form.
255.255.255.240
In binary,
11111111.11111111.11111111.11110000
With a /28 sub-net, there are 4 bits for the host portion. The formula to
calculate the number of hosts in a sub-net is:
Number of Hosts: