Network Protocol / Communication Protocol
HTTP
FTP (File Transfer Protocol)
TCP/IP (Transmission Control Protocol / Internet Protocol)
- TCP: It breaks the data into packets that the network can handle efficiently. It manages the assembling of a message or file into smaller packets that are transmitted over the internet. It verifies all the packets when they arrived at the destination computer and then reassembles them in proper order. Data can be lost in the intermediate network, so TCP adds supports to detect errors or lost data and to Trigger transmission until the data is correctly and completely received.
- IP: The internet protocol (IP) handles the address part of each packet so that it reaches the right destination. It gives a distinct address (called an IP address) to each data packet. It checks this address to see where to forward the message and finally they reassembled at the destination.
PPP (Point to Point Protocol)
PPP is a communication protocol used to establish a direct connection between nodes. It connects nodes without using any device or any host. It is used over phone lines and any other physical cable. It basically designed to help communication between two systems through telephone lines.
Telnet
Telnet is the main protocol for creating a connection with a remote machine. It allows us to connect with a remote computer over a TCP/IP network or internet. Once our Telnet client establishes a connection to the remote host our clients become a virtual terminal, allowing us to communicate with the remote host from our computer with whatever privileges you have been granted to the applications and data on the host computer.
SMTP (Simple Mail Transfer Protocol)
SMTP is a set of communication protocols that allow the software to transmit an e-mail over the internet. It is a program used for sending emails to other users based on e-mail addresses.
0 Comments:
Post a Comment
If you have any queries or suggestions, please let me know!