網絡拓撲 令牌環網 以太網_以太網連接中網絡拓撲的類型及其框架 以太網技術...

網絡拓撲 令牌環網 以太網

A topology explains how physically the network is designed or what is the structure of the network. These designs are both physical and logical. There are many network topologies 4 like Bus, Star, Ring, and Mesh. But only two types of topologies are used in Ethernet i.e Bus and Star. So, let's know about these two topologies:

拓撲結構說明了網絡的物理設計方式或網絡的結構。 這些設計是物理的和邏輯的。 有許多網絡拓撲4,如Bus,Star,Ring和Mesh。 但是以太網中僅使用兩種類型的拓撲,即總線和星形。 因此,讓我們了解以下兩種拓撲:

1) Bus Topology

1)總線拓撲

All computers in a bus topology are connected to a wire. Whenever a computer sends a computer frame, it goes to all the computers available in the topology, but it only accepts the computer whose MAC address matches the frame.

總線拓撲中的所有計算機都連接到電線。 每當計算機發送計算機框架時,它將轉到拓撲中可用的所有計算機,但僅接受MAC地址與框架匹配的計算機。

The biggest disadvantage of bus topology is that if the wire ever gets damaged, then communication of all computers stops simultaneously. Computers have no means of communication separately from each other.

總線拓撲的最大缺點是,如果電線損壞,則所有計算機的通信將同時停止。 計算機沒有彼此分開的通訊方式。

2) Star Topology

2)星型拓撲

All hosts in Star Topology are connected to a switch or hub and they send frames to each other through hosts hubs and switches. Hubs are not intelligent. When frames are sent through the hub, the hub sends those frames to all the hosts and the host that receives the MAC address matches it.

星型拓撲中的所有主機都連接到交換機或集線器,它們通過主機集線器和交換機相互發送幀。 集線器不是智能的。 當通過集線器發送幀時,集線器會將那些幀發送到所有主機,并且接收到MAC地址的主機將與之匹配。

Switches are intelligent devices. The switches maintain the address table of all hosts. So whenever a host sends a frame, it is not sent to everyone and goes to the same host whose MAC address matches. The biggest disadvantage of the star topology is that if the switch or hub spreads, all the networks fail.

開關是智能設備。 交換機維護所有主機的地址表。 因此,每當主機發送幀時,它都不會發送給每個人,而是轉到其MAC地址匹配的同一主機。 星型拓撲的最大缺點是,如果交換機或集線器擴展,則所有網絡都將發生故障。

以太網幀 (Ethernet Frame)

Ethernet data link layer technology. In the data link layer, the data is known as frames. The size of a frame can be from 64 bytes to 1522 bytes. There are some fields in the frame whose size is fixed. The information about these fields is given below.

以太網數據鏈路層技術。 在數據鏈路層中,數據稱為幀。 幀的大小可以從64字節到1522字節。 框架中的某些字段的大小是固定的。 這些字段的信息在下面給出。

Preamble

前言

The size of this field is 7 bytes. This field is used for synchronization purpose.

該字段的大小為7個字節。 該字段用于同步目的。

Start of Frame

幀開始

The size of this field is 1 byte. This field shows the starting point of the frame.

該字段的大小為1個字節。 此字段顯示幀的起點。

Destination MAC Address

目的MAC地址

The size of this field is 6 bytes. This field holds the destination host's MAC address.

該字段的大小為6個字節。 此字段保存目標主機的MAC地址。

Source MAC Address

源MAC地址

The size of this field is also 6 bytes. This field source hosts the MAC address.

該字段的大小也是6個字節。 該字段源托管MAC地址。

802. 1Q Tag

802. 1Q標簽

The size of this field is 4 bytes. This field is optional. This tag is used to show VLAN configuration.

該字段的大小為4個字節。 該字段是可選的。 此標記用于顯示VLAN配置。

Length

長度

The size of this field is 2 bytes. This field shows the size of the whole frame.

該字段的大小為2個字節。 此字段顯示整個幀的大小。

Payload

有效載荷

The size of this field can be from 42 bytes to 1500 bytes. This is your actual data.

該字段的大小可以從42字節到1500字節。 這是您的實際數據。

CRC (Cyclic Redundancy Check)

CRC(循環冗余校驗)

The size of this field is 4 bytes. This shows the errors in the field frame.

該字段的大小為4個字節。 這顯示了字段框架中的錯誤。

Inter-Frame Gap

幀間間隙

The size of this field is 12 bytes. It shows the time gap between field frames.

該字段的大小為12個字節。 它顯示了場幀之間的時間間隔。

翻譯自: https://www.includehelp.com/computer-networks/types-of-network-topology-in-ethernet-connection-and-its-frame.aspx

網絡拓撲 令牌環網 以太網

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/540463.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/540463.shtml
英文地址,請注明出處:http://en.pswp.cn/news/540463.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

Wafer晶圓封裝工藝介紹

芯片封裝的目的(The purpose of chip packaging): 芯片上的IC管芯被切割以進行管芯間連接,通過引線鍵合連接外部引腳,然后進行成型,以保護電子封裝器件免受環境污染(水分、溫度、污染物等)&…

[轉載] Python中的解析式和生成器表達式

參考鏈接: Python | 生成器表達式 解析式和生成器表達式 列表解析List Comprehension 語法 [返回值 for 元素 in 可迭代對象 if 條件]使用中括號[],內部是for循環,if條件語句可選,會返回一個新的列表 列表解析試優點 編譯器會優化&…

java 數字字母進位_使用帶有進位的8085微處理器將兩個8位數字相乘

java 數字字母進位Problem statement: 問題陳述: Multiplication of two 8 bits numbers using 8085 microprocessor with carry. 使用帶有進位的8085微處理器將兩個8位數字相乘。 Algorithm: 算法: Load HL pair with initial data using LHLD comma…

[轉載] Python3.0中普通方法、類方法和靜態方法的比較

參考鏈接: Python中的類方法與靜態方法 一、語法區別 剛接觸Python中的面向對象,對于類方法和靜態方法難以區分,通過查找知乎、CSDN論壇,廢了好大的勁思路才逐漸明朗,所以就總結順便分享一下。 首先開始編輯代碼 # 普…

iOS:個人淺談工廠模式

一、什么是工廠方法? 正式的解釋是:在基類中定義創建對象的一個接口,讓子類決定實例化哪個類。工廠方法讓一個類的實例化延遲到子類中進行。工廠方法要解決的問題是對象的創建時機,它提供了一種擴展的策略,很好地符合了…

scanf 輸入十六進制_使用C語言中的scanf()在字符變量中輸入十進制,八進制和十六進制值...

scanf 輸入十六進制Here, we will declare an unsigned char variable and input different formats value like decimal format, octal format and hexadecimal format. 在這里,我們將聲明一個無符號的char變量,并輸入不同格式的值,例如十進…

[轉載] Python中pass的作用

參考鏈接: 如何在Python中編寫空函數?請使用 pass語句 空語句 do nothing保證格式完整保證語義完整 以if語句為例,在c或c/java中: if(true) ; //do nothing else { //do something } 對應于python就要這樣寫&#xff…

wrf 嵌套網格作用_在網格系統中使用響應列,嵌套列和偏移列 引導程序

wrf 嵌套網格作用介紹 (Introduction) In the previous article, we have learnt what is grid and grid system and how it works? Now, we will learn about how Responsive column, Nesting Columns and Offset Columns works and how to use them? If you have any doubt…

[看書筆記]《深入java虛擬機》——java體系結構(二)

java虛擬機的三種含義: - 抽象的規范 - 一個具體的實現 - 一個運行中的虛擬機實例 ---------------------java虛擬機的生命周期: java虛擬機實例的天職就是負責運行一個java程序。 啟動一個java程序,一個虛擬機實例誕生了;程序關閉…

[轉載] 【零基礎學爬蟲】python中的yield詳解

參考鏈接: 什么時候在Python中使用yield而不是return python中的yield功能比較強大,什么意思呢?如果一個函數f內使用了yield關鍵詞,那么該函數就可以這樣使用: for item in f(***): **** 也就是包含yield關鍵詞的函…

全新的membership框架Asp.net Identity(1)——.Net membership的歷史

在Asp.net上,微軟的membershop框架經歷了Asp.net membership到Asp.net simple membership,再到現在的Asp.net Identity. 每一次改變,都使得驗證框架更加的適應變化和可定制。這篇文章是Asp.net Identity系列的開篇,主要就membersh…

c語言100位整數變量聲明_C ++程序動態聲明一個整數變量并打印其內存地址

c語言100位整數變量聲明Here, we will learn how we can declare an integer variable dynamically and how to print address of declared memory block? 在這里,我們將學習如何動態聲明整數變量,以及如何打印聲明的內存塊的地址? In C pr…

[轉載] python 函數返回多個值

參考鏈接: 在Python中返回多個值 (廖雪峰Python教程學習筆記) 函數體內部的語句在執行時,一旦執行到return,函數就執行完畢,并將結果返回。 如果沒有return語句,函數執行完畢后也會返回結果…

二.編寫第一個c#程序(注釋,命名空間,類,Main方法,標識符,關鍵字,輸入,輸出語句,)...

復習編寫一個控制臺應用程序,目標是在控制臺輸出“Hello World” 1.第一步,打開Visual Studio 2012以上版本(我用的是VS 2015),打開完成后出現以下界面 2.第二步,這時候就要新建一個解決方案了,創建解決方案可以直接點…

[轉載] Python中定義函數,循環語句,條件語句

參考鏈接: Python中的局部函數 由于日常程序流中主要是三種結構:順序,循環,條件,且往往需要自定義函數再調用, 因此今天想學習一下Python中關于定義函數、循環語句和條件語句的寫法。 1.定義函數 區…

node oauth2驗證_如何設置和使用護照OAuth Facebook身份驗證(第1部分)| Node.js

node oauth2驗證In my last articles, we looked at the implementation of the passport-local authentication strategy. We also looked at the various requirements to get started with the login form. 在上一篇文章中,我們介紹了護照本地身份驗證策略的實現…

vue2.0 引用qrcode.js實現獲取改變二維碼的樣式

vue代碼 <template><div class"qart"><div id"qrcode" ref"qrcode"></div><input type"text" id"getval" value"" placeholder"修改這個值改變二維碼"></div> <…

[轉載] Python列表排序 list.sort方法和內置函數sorted

參考鏈接&#xff1a; Python中的函數 Python列表排序 list.sort方法和內置函數sorted 很多時候我們獲取到一個列表后,這個列表并不滿足我們的需求,我們需要的是一個有特殊順序的列表. 這時候就可以使用list.sort方法和內置函數sorted,本文就是介紹list.sort方法和sorted內…

Java Thread類最終同步的void join(long time_in_ms)方法,帶有示例

線程類最終同步無效連接(long time_in_ms) (Thread Class final synchronized void join(long time_in_ms)) This method is available in package java.lang.Thread.join(long time_in_ms). 軟件包java.lang.Thread.join(long time_in_ms)中提供了此方法。 join(long time_in_…

RYU控制器安裝`

2019獨角獸企業重金招聘Python工程師標準>>> 同樣是參考了http://linton.tw/2014/02/11/note-how-to-set-up-ryu-controller-with-gui-component/的內容。 1. 由于Ubuntu中自帶有Python&#xff0c;因此直接開始安裝pip apt-get install python-pip apt-get i…