Question

In: Computer Science

Given the following frame, answer the questions that follow. No Ethernet header!

Given the following frame, answer the questions that follow. No Ethernet header!

Solutions

Expert Solution

Ethernet frame:

In computer networking, an Ethernet frame is a data link layer protocol data unit and uses the underlying Ethernet physical layer transport mechanisms. In other words, a data unit on an Ethernet link transports an Ethernet frame as its payload.[1]

An Ethernet frame is preceded by a preamble and start frame delimiter (SFD), which are both part of the Ethernet packet at the physical layer. Each Ethernet frame starts with an Ethernet header, which contains destination and source MAC addresses as its first two fields. The middle section of the frame is payload data including any headers for other protocols (for example, Internet Protocol) carried in the frame. The frame ends with a frame check sequence (FCS), which is a 32-bit cyclic redundancy check used to detect any in-transit corruption of data.

The header features destination and source MAC addresses (each six octets in length), the EtherType field and, optionally, an IEEE 802.1Q tag or IEEE 802.1ad tag.

The EtherType field is two octets long and it can be used for two different purposes. Values of 1500 and below mean that it is used to indicate the size of the payload in octets, while values of 1536 and above indicate that it is used as an EtherType, to indicate which protocol is encapsulated in the payload of the frame. When used as EtherType, the length of the frame is determined by the location of the interpacket gap and valid frame check sequence (FCS).

The IEEE 802.1Q tag or IEEE 802.1ad tag, if present, is a four-octet field that indicates virtual LAN (VLAN) membership and IEEE 802.1p priority. The first two octets of the tag are called the Tag Protocol IDentifier (TPID) and double as the EtherType field indicating that the frame is either 802.1Q or 802.1ad tagged. 802.1Q uses a TPID of 0x8100. 802.1ad uses a TPID of 0x88a8.

Ethernet packet and frame structure

The optional 802.1Q tag consumes additional space in the frame. Field sizes for this option are shown in brackets in the table above. IEEE 802.1ad (Q-in-Q) allows for multiple tags in each frame. This option is not illustrated here.

Ethernet packet – physical layer

Preamble and start frame delimiter

An Ethernet packet starts with a seven-octet preamble and one-octet start frame delimiter

The preamble consists of a 56-bit (seven-byte) pattern of alternating 1 and 0 bits, allowing devices on the network to easily synchronize their receiver clocks, providing bit-level synchronization. It is followed by the SFD to provide byte-level synchronization and to mark a new incoming frame. For Ethernet variants transmitting serial bits instead of larger symbols, the (uncoded) on-the-wire bit pattern for the preamble together with the SFD portion of the frame is 10101010 10101010 10101010 10101010 10101010 10101010 10101010 10101011;[3]:sections 4.2.5 and 3.2.2 The bits are transmitted in order, from left to right.[3]:sections 4.2.5

The SFD is the eight-bit (one-byte) value that marks the end of the preamble, which is the first field of an Ethernet packet, and indicates the beginning of the Ethernet frame. The SFD is designed to break the bit pattern of the preamble and signal the start of the actual frame.[3]:section 4.2.5 The SFD is immediately followed by the destination MAC address, which is the first field in an Ethernet frame. SFD is the binary sequence 10101011 (0xAB, decimal 171 in the Ethernet LSB first bit ordering).[3]:sections 3.2.2, 3.3 and 4.2.6

Physical layer transceiver circuitry (PHY for short) is required to connect the Ethernet MAC to the physical medium. The connection between a PHY and MAC is independent of the physical medium and uses a bus from the media independent interface family (MII, GMII, RGMII, SGMII, XGMII). Fast Ethernet transceiver chips utilize the MII bus, which is a four-bit (one nibble) wide bus, therefore the preamble is represented as 14 instances of 0xA, and the SFD is 0xA 0xB (as nibbles). Gigabit Ethernet transceiver chips use the GMII bus, which is an eight-bit wide interface, so the preamble sequence followed by the SFD would be 0xAA 0xAA 0xAA 0xAA 0xAA 0xAA 0xAA 0xAB (as bytes).

note: plzzz don't give dislike.....plzzz comment if you have any problem i will try to solve your problem.....plzzz give thumbs up i am in need....


Related Solutions

Use the scenario below to frame your answer of the questions that follow As you join...
Use the scenario below to frame your answer of the questions that follow As you join some friends for coffee, they are discussing a group of classmates who seem to have problems with their identity development—some seem to have a rather incoherent, disjointed, incomplete sense of who they are; one seems to have made no exploration at all in any areas of his development and just does what his parents tell him, which he says is fine with him; and...
Question 48 What is the minimum size of an Ethernet frame? Group of answer choices 64...
Question 48 What is the minimum size of an Ethernet frame? Group of answer choices 64 bytes 1,024 bytes 256 bytes 1,500 bytes Question 49 Data is organized into frames for transmission at which OSI level? Group of answer choices Application Network Data Link Transport Question 50 Which of the following devices does not limit network broadcast traffic and does not increase performance? Group of answer choices Router NIC Hub Switch Question 51 Which of the OSI layers does IP...
Given the following linear programming model, answer the questions that follow. You are given the result...
Given the following linear programming model, answer the questions that follow. You are given the result of a computer program. The results are Maximize 9 X1 + 12 X2 + 10 X3 Subject to: Machine Constraint:   3 X1 + 4 X2 + 3 X3 < 160 Labor Constraint:        6 X1 + 10 X2 + 4 X3 < 288 Materials Constraint: 2 X1 + 2 X2 + 7 X3 < 200 Product 2 Constraint: X1 < 16 OPTIMAL SOLUTION Objective Function Value...
Given the following linear programming model, answer the questions that follow. You are given the result...
Given the following linear programming model, answer the questions that follow. You are given the result of a computer program. The results are Maximize 9 X1 + 12 X2 + 10 X3 Subject to: Machine Constraint:   3 X1 + 4 X2 + 3 X3 < 160 Labor Constraint:        6 X1 + 10 X2 + 4 X3 < 288 Materials Constraint: 2 X1 + 2 X2 + 7 X3 < 200 Product 2 Constraint: X1 < 16 OPTIMAL SOLUTION Objective Function Value...
Given the following Hypothetical Example and the base year is 2017, answer the questions that follow...
Given the following Hypothetical Example and the base year is 2017, answer the questions that follow Given the following Hypothetical Example and the base year is 2017, answer the questions that follow Year X Y Z Nominal GDP Real GDP GDP Deflator Real GDP Growth Inflation Rate Q P Q P Q P 2017 2 2 1 4 4 2 2018 3 3 2 5 5 3 2019 4 4 3 6 6 4 Calculate the nominal GDP in the...
a crc 32 checksum in the final field of an ethernet frame serves what purpose?
a crc 32 checksum in the final field of an ethernet frame serves what purpose?
Go through the case given and answer the questions that follow: Toyota's history goes back to...
Go through the case given and answer the questions that follow: Toyota's history goes back to 1897, when Sakichi Toyoda (Sakichi) diversified into the handloom machinery business from his family traditional business of carpentry. He founded Toyoda Automatic Loom Works (TALW) in 1926 for manufacturing automatic looms. Sakichi invented a loom that stopped automatically when any of the threads snapped. This concept of designing equipment to stop so that defects could be fixed immediately formed the basis of the Toyota...
Go through the case given and answer the questions that follow: Toyota's history goes back to...
Go through the case given and answer the questions that follow: Toyota's history goes back to 1897, when Sakichi Toyoda (Sakichi) diversified into the handloom machinery business from his family traditional business of carpentry. He founded Toyoda Automatic Loom Works (TALW) in 1926 for manufacturing automatic looms. Sakichi invented a loom that stopped automatically when any of the threads snapped. This concept of designing equipment to stop so that defects could be fixed immediately formed the basis of the Toyota...
1. What is the most popular L. AN technology? 2. Describe how an Ethernet frame is...
1. What is the most popular L. AN technology? 2. Describe how an Ethernet frame is constructed. 3. What are the CSMA and CD technologies? 4. What are the advantages ofa VLAN? 5. Which WAN technology can reach transmission rates of up to 10 Gbps? 6. Which WAN technology is using circuit swtchiing technology? 7. Explain why a packet switch uses two sets of ports. 8. What are CSU and DSU? 9. What is the Internet? 10. How can hosts...
Information for questions #14-20. Complete the following ANOVA table and then answer the questions that follow.  The...
Information for questions #14-20. Complete the following ANOVA table and then answer the questions that follow.  The ANOVA test was conducted using a significance level of 0.05. ANOVA Source of Variation SS df MS F P-value F crit Between Groups 1030964 3 c e 0.074 f Within Groups 2561191 b d Total a 23 14) In the ANOVA table above, what is the value of (a)? A)  3,591,155 B)  1,030,964 C)  2,561,191 D)  1,530,227 E)  3,592,155 15) In the ANOVA table above, what is the value...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT