Basic Internet

@internet-learning

basic knowledge of internet

Public team

Community (0)
No community contribution yet

Joined on Feb 7, 2021

  • 一 . Process in Linux (一) . Process的概念 什麼是Process : 定義 : Program in execute。正在執行的程式。 Program的定義:some binary file storage in disk。 兩個重要的不同 : 有沒有執行,在執行的程序還會有多個重要的屬性。 Process 的屬性 : 大概就是htop或top中可以看到的。
     Like  Bookmark
  • 一 . 分割硬碟和硬碟的基本概念 (一) . 硬碟的組成 第一點 : 硬碟三大部分 : 磁柱、磁軌、磁區 硬碟由多個磁柱組成,磁柱上又可以分成磁軌和磁區。 磁柱 : 一個硬碟上的一片同心圓。 磁軌 : 一個磁柱上的一塊ring。 磁區 : 硬碟的最小單位,舊時多為512bytes,一個磁區有開始和結束的磁軌。 ![](https://i.imgur.com/hTEjYDo.png =500x)
     Like  Bookmark
  • 2021. 4. 9 : Video (一) . GUI setting admi : 停止或開始服務,export或import data。 schma : mysql中的一個database。 sys : 內建的database。 黃色閃電 : 可以跑sql的script。 schma 的modal :
     Like  Bookmark
  • # Ryu - Log ###### tags: `Log`
     Like  Bookmark
  • 2021 . 3. 3 一 . VirtualBox重灌、SDN環境setup 1. 自動調整size : 安裝額外的CD image在虛擬機器上面。 flow : VirtualBox的選項 device選項。 insert Guset Addition CD image。 直接執行,等待終端機跑完。
     Like  Bookmark
  • 2021 . 3 . 28 (前言) . 容器結構 Python 中的容器 : List : 動態data type的array。 Tuple : immutable 的List。 Dict : mapping,Key不能重複,同一個Key不可以有多個value。 Set : Collection of distinct Object,沒有key-value pair(set不是relation)。 (一) . Tuple
     Like  Bookmark
  • 一 . Overview of layer4 (一) . Layer4的功能 Layer 4 的設計功能 : forwarding : refers to the router-local action of transferring a packet from an input link interface to the appropriate output link interfac routering : refers to the network-wide process that determines the end-to-end paths that packets take from source to destinatio 分別 : R1送到相連的router為forwarding,封包由R1到R2路徑,為routering。 ![](https://i.imgur.com/dWfc18x.png =600x)
     Like  Bookmark
  • 一 . 網路的概念 (一) . Network 的概念 網路的定義 : 裝置(device)的連線,就是網路。 簡單的說,兩個電腦之間的連線,就可以稱為網路了。 但很明顯的,事實並沒有如此的容易,一個公司的電腦可能就超過上百台了。 所以,網路是用什麼技術,全世界上一台的裝置可以連線呢? 聚焦重點 : 探討全世界的網路太大了,先想像一個小城市吧。
     Like  Bookmark
  • 一 . IP和MAC網路位址 (一) . MAC位址的功用 MAC位址在乙太網路中: 區域網路中的frame傳遞依據。 分割碰撞和廣播網路。 但MAC仍有缺點 :
     Like  Bookmark
  • 前言 區域網路中最常用的是乙太網路,所以這邊先主要介紹乙太網路的觀念,注意乙太網路是鏈結層的。 學習區域網路時其他層的觀點 : 應用層、傳輸層 : 給予要傳送的資料。 網路層 : 牽扯到IP先忽略。 實體層 : 工作僅有把封包轉成數位信號送出。 一些用詞注意 :
     Like  Bookmark