Which of the following is a side effect of extensive usage of swap space?
A. The root filesystem may become full because swap space is always located on the system root partition.
B. The overall s...
In the following output, the load averages represent the system load averages for what time frames?
12:10:05 up 18 days, 19:00, 2 users, load average: 0.47, 24.71, 35.31
A. 1, 5 and 15 minutes
...
When planning a web server which of the following choices will impact system sizing? (Choose THREE correct answers.)
A. How many concurrent users are expected.
B. Which hardware vendor has better ...
DoS(Denial of Service,阻斷服務)攻擊,又稱為洪水攻擊,是常見的網路攻擊手段。利用一台電腦發出大量的連線請求(Request),使目標電腦的網路或系統資源耗盡,使之當機或是無法再回應正常的請求。Nginx是免費開源、穩定高效的Web伺服器,非常廣泛地被使用。Nginx的功能強大,除了可以作反向代理和負載平衡外,也可以用來防禦小規模的DoS、DDoS(Distributed De...
UUID(通用唯一識別碼,Universally Unique Identifier)是128位元的識別碼,因為它的編碼長度足夠,能夠有上兆、上京的不同組合,所以可以用來替物件進行「唯一」的編碼,經常用於當今火紅的物聯網(IOT, Internet of Things)。依照UUID的產生方式,可以將UUID的分為1、3、4、5這四種版本(2經常被省略),用途不太一樣,但都是基於「不重複」的理念。
在撰寫程式或是設計網頁的時候,有時我們無法直接將字元寫進程式語法或是網頁之內,而需要透過其美國國家標準資訊交換碼(ASCII, American Standard Code for Information Interchange)所對應的整數或是用特定的方式進行跳脫才可以處理。例如要寫一個程式可以監聽鍵盤是否有按下「Enter」鍵時,就要去判斷程式得到的「Key Code」是否是在ASCII內所對...