Patrick Denis > Networking > PROTOCOLS
PROTOCOLS
patrick
May 22, 2023
This post was found here : https://www.engineerkhan.com/networking/packet-capture-on-cisco-9300-switches/ Remember to ensure that you have sufficient space available on the Flash (though the filesizes shouldn’t be too big for short captures), and always keep an eye on the CPU of the Switch…
Read more
admin
March 28, 2018
Types of IPv6 addresses There are few types of addresses w need to know about. These are: Global Addresses – Unique, global addresses used on the Internet. They use the following prefix 2000::/3 ( Routable ) Link Local Addresses…
Read more
admin
September 24, 2015
Took a Course from Coursera.org and will post everything that i have learn here . Because behind all that technology there is history 🙂 So i will try to make a resume of everything related to that here .But i…
Read more
admin
September 14, 2015
STP is a layer 2 loop prevention mechanism. Switches using STP use frames called Bridge Protocol Data Unit (BPDU). this allow the switch to create a loop free environment . Spanning Tree Protocol, Rapid STP port costs and port states are…
Read more
admin
September 11, 2015
This picture is the best of all from tcpipguide.com and am posting it because it as the most detail visual information : again tcpipguide.com is one of the best ressource out there for networking ressources . The OSI model was…
Read more
admin
September 8, 2015
Routing protocols is based on where they are used between two solutions: Interior Gateway Protocols (IGP) Exterior Gateway Protocols (EGP) Interior Gateway Protocols : Open Shortest Path First (OSPF), Enhanced Interior Gateway Protocol (EIGRP, Cisco proprietary protocol), Intermediate System to…
Read more
admin
September 5, 2015
Connection-Oriented Protocols: A logical connection most be established between two devices before transferring data through a set of rules from start to end of connection . Example : Transmission Control Protocol (TCP) Connectionless Protocols: They do not establish any connection between devices , data is…
Read more
admin
September 5, 2015
Protocols are a set of rules governing communication between devices and systems . There is different use of the term protocols and can get confusing : Protocol Suite or Stacks ( Layers ) are a collection of Protocols.