- Raspberry Pi Zero W Wireless Projects
- Vasilis Tzivaras
- 190字
- 2021-07-02 19:32:14
Internet protocols
Since this section is not what the book is about, we will go through some basic protocols that we all have used (maybe without knowing). HTTP protocol is used when requesting a web page. For example, when someone types https://facebook.com/, he requests a web page called facebook. FTP protocol is used when a client connects in a file server. For example, when someone types ftp.ntua.gr/, he connects in a server where there are just files and no website or blog. In addition, TCP and UDP are protocols used for transmitting data. UDP is used for video call or voice call, where we need a huge amount of data transmitted, whereas, TCP is used for HTTP request or similar actions.
The reason we went through these protocols is because if you read further about them you will see that every single one of them has quite many bytes necessary to work properly, which means power over the cable, which in turn means energy consumption. So, people have thought that in Internet of Things we do not need the existing protocols and there are some new protocols specifically for IoT.
- 現(xiàn)代C++編程:從入門到實(shí)踐
- 自己動(dòng)手寫搜索引擎
- JavaScript修煉之道
- Linux核心技術(shù)從小白到大牛
- Clojure for Domain:specific Languages
- PHP網(wǎng)絡(luò)編程學(xué)習(xí)筆記
- Python高效開(kāi)發(fā)實(shí)戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- Interactive Applications Using Matplotlib
- 學(xué)Python也可以這么有趣
- 學(xué)習(xí)正則表達(dá)式
- SQL Server與JSP動(dòng)態(tài)網(wǎng)站開(kāi)發(fā)
- Test-Driven JavaScript Development
- HTML5開(kāi)發(fā)精要與實(shí)例詳解
- 寫給程序員的Python教程
- Java程序設(shè)計(jì)與項(xiàng)目案例教程