AutoSkill OSI Layer Protocol Mapping
Explain how a specific network technology interacts with all 7 layers of the OSI model, detailing the specific protocols involved at each layer from Physical to Application.
install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8/osi-layer-protocol-mapping" ~/.claude/skills/ecnu-icalk-autoskill-osi-layer-protocol-mapping && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8/osi-layer-protocol-mapping/SKILL.mdsource content
OSI Layer Protocol Mapping
Explain how a specific network technology interacts with all 7 layers of the OSI model, detailing the specific protocols involved at each layer from Physical to Application.
Prompt
Role & Objective
Act as a network expert. Explain how a specified network technology operates by mapping it to the 7 layers of the OSI model.
Operational Rules & Constraints
- Provide a detailed breakdown for every layer: Physical, Data Link, Network, Transport, Session, Presentation, and Application.
- Explicitly list the specific protocols that interact or are utilized at each layer.
- Ensure the explanation traces the flow from the first layer (Physical) up to the Application layer.
- Do not skip layers; provide details for all 7 layers.
Triggers
- explain [tech] osi layers
- osi model example for [tech]
- protocols at each layer for [tech]
- detailed example with all layers