






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
TCP and IP in networking and effect
Typology: Schemes and Mind Maps
1 / 10
This page cannot be seen from the preview
Don't miss anything!







Content
**1. What is the TCP/IP model? What is the function of layers in the TCP/IP model? Name some common protocols for each layer.
-What is the function of layers in the TCP/IP model?
Name some common protocols for each layer
This is the top communication layer of the model. As the name implies, the Application layer assumes the role of data communication between two different machines through different network services (web browsing, chat, emailing, a number of data exchange protocols: SMTP, SSH). , FTP,...). The data that arrives here will be formatted in a Byte to Byte format, along with routing information to help determine the correct path of a packet.
·The main function of layer 3 is to deal with the communication problem between hosts in the same or different networks that are connected to each other through routers. Here the data will be segmented, each segment will not be equal but the size must be less than 64KB. The full structure of a Segment is now a Header containing control information and then data.
Almost like the network layer of the OSI model. Here, it is also defined as a protocol responsible for the logical transmission of data in the network. The data segments will be packed (Packets) with each packet size suitable for the switching network that it uses to transmit data. At this time, the packets are inserted with a header containing information of the network layer and continue to be forwarded to the next layer. The main protocols in the layer are IP, ICMP and ARP
2. Definition and characteristics of the two main protocols in the TCP/IP model that are TCP and IP? 2.1 TCP(Transmission Control Protocol)
2. Definition and characteristics of the two main protocols in the TCP/IP model that are TCP and IP? 2.2 IP (Internet Protocol): Definition : IP is a network protocol for addressing and routing in the TCP/IP model. It ensures the encapsulation and forwarding of data between different networks, allowing devices in the network to communicate with each other via IP addresses. Features : -IP Addresses: IP uses IP addresses to identify and locate devices in the network. An IP address consists of a network portion and a host portion, which identifies the network address and address of each device in the network. -Data encapsulation: IP encapsulates data from the upper layer of the TCP/IP model into IP packets. Each IP packet contains information about the source and destination addresses, allowing the packets to travel through the network and reach the correct destination. -Routing: IP manages the routing of packets on the network. It uses routing tables to determine the most optimal path for packets from source to destination through intermediate networks.
Thanks everyone