Course Work Introduction to Computer Networks Tcp Ip
Course Work Introduction to Computer Networks Tcp Ip
SECURITY
COURSE WORK 1
SSENONO FRANCIS XAVIER 24/2/314/D/307
KALUNGI AKSAM 24/2/314/D/004
TCP/IP
TCP
TCP stands for transmission Control protocol.
This is a transport protocol. It manages how a message is broken down into
segments before being sent over the internet and how it gets reassembled at its
destination host.
TCP also sets up connection between the sender and the receiver and it establishes
a connection before sending data.
It also controls the size and rate of data packets.
NB: A segment is a chunk of data that is sent over a network, made up of a header
and a data section.
A packet is a unit of data that carries information between devices over a network.
IP
IP stands for Internet Protocol. It is a set of rules that govern data transmission
between devices on the internet.
It also defines data destination and routes.
Therefore, the TCP/IP is a suite of communication protocols that specifies how
devices exchange data on the internet
Layers of TCP/IP model
4 APPLICATION
3 TRANSPORT
2 INTERNET
1 NETWORK LINK
When the packets arrive at their destination, they are handled differently depending
on which transport protocol is used in combination with IP. The most common
transport protocol is TCP.
Protocols.
ARP (Address Resolution Protocol): responsible for finding the physical address
using the IP address of the host.
A packet is sent from the internet layer containing the IP address of the sender and
receiver and the message in binary format under stood by the computer.
On the senders’ side, it manages data transmission while on the receiver’s side it
manages the process incoming data.