- Raspberry Pi Zero W Wireless Projects
- Vasilis Tzivaras
- 131字
- 2021-07-02 19:32:14
Basic communication protocols
Let's assume that we have a Raspberry Pi as our client and https://www.facebook.com as our server. When our client requests a web page from the server there must be some protocols, some rules that this request will be handled. With other words, there must be a specific way of transmitting and receiving data from each other. Internet Protocols (IP) are exactly the rules according to which a client and a server talk.
There are some basic IP with which the current browsers communicate with servers and get data. However, when we talk about IoT and low power hardware, we cannot keep these protocols and use them. As a result, it is important to go through some basic stuff and know the idea behind all the communications out there.
推薦閱讀
- GAE編程指南
- Mastering ServiceStack
- Network Automation Cookbook
- Visual Basic程序設(shè)計習(xí)題解答與上機(jī)指導(dǎo)
- C#程序設(shè)計
- 新一代SDN:VMware NSX 網(wǎng)絡(luò)原理與實踐
- Python項目實戰(zhàn)從入門到精通
- Programming Microsoft Dynamics? NAV 2015
- 大學(xué)計算機(jī)基礎(chǔ)
- Arduino可穿戴設(shè)備開發(fā)
- 網(wǎng)絡(luò)數(shù)據(jù)采集技術(shù):Java網(wǎng)絡(luò)爬蟲實戰(zhàn)
- Java Web開發(fā)實例大全(基礎(chǔ)卷) (軟件工程師開發(fā)大系)
- 快樂編程:青少年思維訓(xùn)練
- 例說FPGA:可直接用于工程項目的第一手經(jīng)驗
- 你好!Java