Premium Partner

Ethernet basics

Ethernet basics

Ethernet basics


Kartei Details

Karten 34
Sprache English
Kategorie Naturkunde
Stufe Andere
Erstellt / Aktualisiert 09.01.2017 / 09.01.2017
Lizenzierung Keine Angabe
Weblink
https://card2brain.ch/box/20170109_ethernet_basics
Einbinden
<iframe src="https://card2brain.ch/box/20170109_ethernet_basics/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>

define ethernet.

which subcomittee defines the current ethernet specifications?

a standard for network cabling and protocols which is based on a bus topology. 

IEEE 802.3 subcomittee

ethernet frames have two jobs, what are they?

1) prevent a computer from hogging a shared bus cable

2) make the process of retransmitting lost data more efficient

on the exam; frame and packet are used interchangeably

on the exam; frame and packet are used interchangeably

name how many pieces of information do frames contain, and what are they?

6

1) preamble

2) recipient MAC

3) sender MAC

4) type

5) data 

*) pad (if needed)

6) FCS

preamble

 a 7 byte series of alternating ones and zeroes followed by a 1 byte start frame. It gives a receiving NIC time to realize a frame is coming and to know exactly where the frame stars. It is added by the sending Nic.

type

this field helps the receiving computer interpret the frame contents at a very basic level. It doesn't tell you if the frame carries higher level data.

data

contains whatever payload the frame carries. 

pad

these are bytes which make up the remaining 64 bytes of information within a frame if that frame does not contain actual data.

the minimum ethernet frame is 64 bytes, but not all of it has to be actual data. if the frame is less than 64 bytes, the sending NIC will add extra data - a pad- to fill in the remaining bytes.