Topic C02-Network Protocols
Network protocol can be defined as a set of rules that determine how data is transmitted between different devices in the same network. Network protocols are the main reasons why we can easily communicate with people all over the world, and thus play a critical role in modern digital communications. Application layer: It is used by end-user software such as web browsers and email clients. Provides protocols that allow software to send and receive information and present meaningful data to users. Application layer Protocol: HTTP HTTP stands for hypertext transfer protocol. Hypertext means there are documents or files involved. Transfer means the files can move over the world wide web from one networked device to another. Protocol means the set of rules governing communication in networks. Communication between client computers and web servers is done by sending HTTP requests and receiving HTTP Responses. Hyper Transfer Protocol Secure (https) is a combination of the Hypertext Transfer P...