|
Main /
Class01Class01as slideshow Networks and IP Networking1/14/2009 Hello Class!Protocols and Network Management, INLS 578
Routine
NetworksNetwork Definition A network is a set that can share information.
Node or end station, cable, network equipment.
Network Types
circuit-switched (PSTN, ISDN, ATM)
packet-switched
fractal, bursty
Network Topology
The Seven-Layer Model
Layer Model
Network Devices
a hub is a "multi-port repeater"
max of 2 repeaters between any pair of nodes following the 5/4/3 rule
keeps SAT (source address table of MACs seen in last 5 minutes)
drops any oops
aka gateway
Network devices: hubs vs switches
divide, multiply
which one scales to a large network?
Network Domains
collision domain: bounded by bridge/switch/router (each switch port has its own)
broadcast domain: bounded by router (?)
Data Elements
a fundamental data unit (like an atom in chemistry) is a packet
over Ethernet or modem, a frame
over ATM, a cell of 53 bytes (committee)
datagram is self-contained
over TCP, a segment
Vocabulary Groups
Network Performance
latency: fixed (speed of light), procedural (nodes), processing (network devices), queuing, routers
jitter (path, packet complexity, queues), buffer
time-centric: latency, jitter
packet-centric: bandwidth, throughput, packet loss
all measures are dependent on others because of device queues
don't measure latency when there's packet loss (just measuring queue depth)
can't optimize latency without impacting packet loss
queuing schemes: FIFO, round robin (SFQ, CBQ)
queuing schemes: tail drop, drop preference/eligible, random early drop
Why Ethernet and IP?98% 98% of all networks run IP over Ethernet, that's why
IP Networking
Ethernet
round-trip time, inter-frame gap 9.6 µs for 10 Mbps and 0.96 µs for 100 Mbps, original ran at 2.94 MHz
10BaseT - speed in Mbps, baseband, twisted pair 100 m distance limit
Wireless is NOT Ethernet
20% overhead to shared-medium, and half-duplex ...
...so 802.11b wireless at 11 Mbps actually compares as 4.4 Mbps to 100 Mbps Ethernet
Homework
|