Computer Protocols PDF
Computer Protocols PDF
PROTOCOL
WHAT IS A PROTOCOL ?
• Digital Language through which we
communicate with others on the
internet.
OR
• Set of mutually accepted rules for
proper exchange of information.
TYPES OF PROTOCOLS
• TCP/IP (Transmission Control
Protocol/Internet Protocol)
• DHCP (Dynamic Host Configuration
Protocol)
• DNS (Domain Name System)
• FTP (File Transfer Protocol)
• ARP (Address Resolution Protocol)
• HTTP(Hyper Text Transfer Protocol)
TCP/IP
• TCP (Transmission control protocol) is used for communication
over a network.
• Data is broken down into small packets and then sent
to the destination.
• IP (Internet Protocol) works with TCP .
• Also known as Addressing protocol.
• IP addresses these packets and shows them the route to
their destination.
IP make sure packets are transmitted to the right address.
FTP
• FTP (File transfer protocol) is basically used for
transferring files to different networks.