• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Game - Name a Layer2 protcol

spidey07

No Lifer
Just for fun state a layer2 protcol and what it does. It can be ANY layer2 protocol and isn't just LANs. No googling/cheating!

I'll start.

802.1d - Spanning tree. Uses layer2 messages and an algorithm to detect and prevent bridging loops.
 
ill go with the obvious L2TP, or Layer 2 Tunneling Protocol.

Microsoft's PPTP and Cisco's L2F protocols had sex, got pregnant, and 9 months later spit out this baby for tunnelling VPN traffic over the internet.
 
Yeah, it's a session layer protocol dufuss. 😛

CDP qualifies, but you didn't give description. 😀 FAIL

802.11b - layer2 wireless protocol consisting of messages to manage end stations, for example AP and client.
 
PPPoE - Point to Point Protocol over Ethernet. Establishes a virtual point to point connection between a DSL line and a broadband aggregation router. You're probably all using this at home now (if you have DSL).

The oE part has nothing to do with your modem's ethernet port, rather it has to do with the aggregation router and the DSL aggregator.

PPPoE largely takes over from PPPoA, as the carriers move from ATM aggregation equipment to the simpler Ethernet gear.
 
Originally posted by: her209
How about this one?

ARP - used to resolve which interface has which IP

One of the most important if there ever was one. :cookie: Although I don't know if it classifies as a pure layer2 protocol. I'm pretty sure it's a layer3 one.

Although you forgot a brief description!

Frame Relay - Basic L2 protocol to identify and specify virtual circuits. Nothing more than an L2 marking as well as rudimentary flow control at L2.
 
802.1q - VLAN trunking - allows one physical link to carry multiple vlans across it by using tags to identify which vlan a frame belongs to - standard to the Cisco originated feature ISL
 
PPP - good old modem-style point-to-point communication protocol
FDDI - token ring for fiber
MPLS - fancy schmancy VLANs (sorta)
 
Originally posted by: cmetz
spidey07, ATM. (some confused folks think otherwise, but we know where ATM belongs...)

Agreed.

That's a L2 protocol (If you can call it that) if there ever was one.

It's got L2 addressing, it frames (err, cells it) it, I call it L2.

But for this game you need to provide a brief description of it's function. 😉

Coming up with true L2 protocols can be difficult.....short on time....

CGMP - cisco proprietary messaging used to communicate multicast group membership to non IGMP aware L2 switches.

I'm surprised nobody has gone over the gauntlet of WAN protocols.
 
Originally posted by: spidey07
CGMP - cisco proprietary messaging used to communicate multicast group membership to non IGMP aware L2 switches.

That reminded me of cisco discovery protocol (CDP), I believe it is a pure layer two protocol, could be wrong though.

/edit
Damn, didn?t see it was already posted.
 
spidey07, sorry, I missed that part. ATM is a jobs creation program for circuit-switched people.

It's also a way to create statistically-multiplexed virtual circuits on one physical link. See Frame Relay and MPLS.

As my penance, how about: SONET - a TDM ring-topology network, known for its very fast ring wrap times if properly implemented. In the data world, ATM and PPP are both examples of higher-level L2s carried over SONET. Typically SONET is carried over STM (OCx) or STS links.
 
802.1x

Provides layer2 messaging used for authentication/authorization. Heavily used in wireless world, moving quickly into wired world.
 
Originally posted by: acaeti
Isn't SONET more a layer 1 protocol, like Ethernet, ATM or ISDN?
Ethernet, ATM and ISDN all reach up through Layer-2.

If it's defined in terms "higher up" than 1s and 0s it's probably not limited to Layer 1 😉

That being the case I'm really surprised Ethernet hasn't been mentioned yet. Yes I know it exists at Layers 1 and 2, but a frame fits the bill right?
Although 802.1x itself is Layer-2 I'd be careful grouping it with other Layer-2 protocols since the majority of 802.1x deployments are dependent on upper-layer protocols (i.e. RADIUS).
 
Networking is hardly my specialty, but I'll give it a shot 😛

Token Ring, invented by a fellow Swede(I think) whose name escapes me.
Ring based(doh!) topology, pushed by IBM in ancient times when dinosaurs walked the earth and Ethernet was yet to be invented 🙂
 
Back
Top