OSI MODEL
(OPEN SYSTEMS INTERCONNECTION)
Application
Presentation
Session
Transport
Network
Data Link
Physical
APPLICATION LAYER
PRESENTATION LAYER
SESSION LAYER
TRANSPORT LAYER
NETWORK LAYER
DATA LINK LAYER
PHYSICAL LAYER
MESH TOPOLOGY
Mesh topology, is a collection of point-to-point links that connect every site to every other site.
ADVANTAGE: optimal routing, fault tolerant, easy to add new devices without network disruption
DISADVANTAGE: expensive, difficult to scale, complex implementation
RING TOPOLOGY
In a ring topology, data travels in a circular fashion from one computer to another on the network
ADVANTAGE: cable faults are easily located, moderately easy to install
DISADVANTAGE: network disruption when adding or removing devices
BUS TOPOLOGY
A bus topology uses a trunk or backbone to connect all the computers on the network
ADVANTAGE: cheap and easy to implement, less cable, no specialized network equipment
DISADVANTAGE: network disruption when adding or removing devices, a break in the cable prevents all systems from accessing the network, difficult to trouble shoot
STAR TOPOLOGY
The star topology is the most popular physical LAN topology in use today, with an Ethernet switch at the center of the star and unshielded twisted-pair cable (UTP) used to connect from the switch ports to clients
ADVANTAGE: easy to add new devices without network disruption, cable failure only affects a single user
DISADVANTAGE: requires more cable than other topologies, center of star is single point of failure
ENCAPSULATION
The upper layer places packaging around the message that describes the application used to generate the message. This is called the header. The package and header are then passed to the next layer down. Each layer completes its own required encapsulation operation.
APPLICATION = Data, TRANSPORT = Segment, NETWORK = Packet, DATA LINK = Frame, PHYSICAL = BITS
TCP/IP MODEL
OSI vs TCP/IP Model
Application / Presentation / Session = Application
Transport = Transport
Network = Internet
Data Link / Physical = Network Access
IPV4
IPV6
SUBNET