π‘ Half Duplex vs π’ Full Duplex
Switch1(config)#int fa0/1
Switch1(config-if)#duplex full
Switch2(config)#int fa0/1
Switch2(config-if)#half duplex
π§ Simple Explanation
π‘ Half Duplex
Like a walkie-talkie
Only one person talks at a time → collisions possible
π’ Full Duplex
Like a telephone call
Both people talk at the same time → no collisions
π Verification Commands (Switch)
show interfaces fa0/1
You will see:
Full-duplex, 100Mb/s
or
Half-duplex, 100Mb/s
Comments
Post a Comment