TechKnowSurge
CompTIA Network+ 1.1 Cisco CCNA 1.3 Cisco CCST Networking 3.1 Cisco CyberOps Associate 4.8
VideoNetworkFree

Ethernet at Layer 1

The Ethernet packet adds a preamble and start frame delimiter to the Ethernet frame before transmission, handling clock synchronization and signaling between devices at the physical layer. The packet also defines an interpacket gap that network cards must observe before sending the next frame.

Complete this video to capture a CTF flag worth 1 point.

About this video

The Ethernet packet is the complete structure transmitted at the physical layer, built by wrapping the Ethernet frame with additional fields required for reliable bit-level communication. It ranges in size from 72 to 1530 bytes and includes components that exist only to manage the mechanics of transmission on the wire rather than to carry network or application data. Understanding these components is essential for grasping how two devices establish the shared timing needed to interpret raw electrical signals as meaningful binary data. Before any frame data is sent, a 7-octet preamble is transmitted as a repeating 1-0-1-0 alternating signal. This pattern allows the receiving device to synchronize its clock with the sender, resolving the inherent difficulty of determining the precise timing of bit boundaries across a physical medium like copper wire. Without this synchronization, the receiver could misinterpret the rhythm of the signal and fail to correctly identify individual ones and zeros throughout the rest of the transmission. Following the preamble, a 1-octet start frame delimiter signals that clock synchronization is complete. It mirrors the preamble pattern but ends with two consecutive 1 bits, breaking the alternating sequence to indicate that the actual frame is about to begin. At the conclusion of a frame, the transmitting network card must observe an interpacket gap equivalent to 12 octets of transmission time before it is allowed to send the next frame, giving receiving hardware the margin needed to process incoming data and prepare for the next transmission.

What you'll learn

What's covered

Ethernet Layer 1 Packet

Aligned to

CompTIA Network+
1.1 Explain concepts related to the Open Systems Interconnection (OSI) reference model.
Cisco CCNA
1.3 Compare physical interface and cabling types
Cisco CCST Networking
3.1 Identify cables and connectors commonly used in local area networks
Cisco CyberOps Associate
4.8 Interpret the fields in protocol headers as related to intrusion analysis

Key terms

Physical Layer
Layer 1 of the OSI model, responsible for the transmission of raw bits over a physical medium.
Packet
A unit of data formatted for transmission over a network, containing a header, payload, and sometimes a trailer.
Preamble
A 7-octet sequence of alternating 1s and 0s transmitted at the start of an Ethernet packet to synchronize the clock timing between communicating devices.
Start Frame Delimiter
SFD
A 1-octet field following the preamble that signals the end of synchronization and the beginning of the Ethernet frame data.
Interpacket Gap
IPG
A mandatory idle period equivalent to 12 octets that a network interface card must wait after transmitting a frame before sending the next one.
Ethernet Frame
The Layer 2 data unit used on Ethernet networks, containing a preamble, source and destination MAC addresses, an EtherType field identifying the Layer 3 protocol, a payload (typically an IP packet), and a 4-byte FCS for error detection. Switches use the MAC addresses in Ethernet frames to make forwarding decisions.

Transcript

The layer 1 Ethernet packet

We've already talked about the Ethernet frame. However, there are some extra bits that get sent over during this communication, some extra ones and zeros. There are some starting bits that happen, so let's talk about those starting bits and a few other aspects of Ethernet from a layer 1 perspective.

We have the Ethernet frame right here that's being sent across, and then right before it's put onto the wire we add a couple more things to this, and we call that the Ethernet packet, the layer 1 Ethernet packet. It can be anywhere from 72 bytes to 1530 bytes.

The preamble

The preamble is going to start off this communication. It is 7 octets long.

Let's say we're sending something along a copper wire and we send a signal across it. It's hard to determine, is this a signal that says 1 0 1 0, or is this a signal that's saying 1 1 0 0 1 1 0 0? There's some sort of timing in which this data comes across, and it can be a little difficult to transmit this timing from one location to the next.

So what a preamble does is it alternates a signal by sending a 1 0 1 0 1 0 1 0 1 0. It sends that across to the other side so that it synchronizes the clock between two different devices, and so now it can determine the rest of the frame, how it's timed out, and determine what is a one and a zero along the way without getting confused. It just synchronizes the timing between two different devices.

The start frame delimiter

Then we have the start frame delimiter. The start frame delimiter is one octet long. This is a signal to signal that the preamble is done and we are about ready to communicate the rest of the frame. It does this by sending a 1 0 1 0 1 0 1 1, and then that 1 signals, all right, we're off the timing piece, we're now synced up, now comes the rest of the frame.

The end of the frame and the interpacket gap

Then we come to the end of the frame. What happens at the end of the frame? It kind of depends on the protocol. But either at the end of the frame we just stop communication and that's the signal that we're done communicating, or perhaps there's some sort of signaling at the end of this that stops and says, I'm finalized, I've no more to communicate.

What does happen at the end here is there's some sort of gap. Before a NIC card can then transmit the next frame and send the next frame out, it has to wait a period of time, and that period of time would be the equivalent of 12 octets before it can send the next frame out. So that is known as the interpacket gap.

What it looks like in ones and zeros

If you're like me, you like to see what the nuts and bolts look like, what the actual detail looks like, so I outlined it here below. If you were to map this out with ones and zeros, what exactly would it look like? You can see what seven octets look like, what one octet looks like, what a MAC address actually looks like when you convert it to ones and zeros — this is what the representative would be. And the payload that I have right here is actually the minimum payload that we have within this frame. So you can see the ones and zeros; this would be the actual signal.

About TechKnowSurge

TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.

Explore free tools and programs →