Computer Networks Chapter 1 Flashcards
Access Networks
The access network is the network that physically connects an end system to the first router on a path from the end system to any other distant end system.
-Cable-based access
-DSL
-Home networks
-Enterprise networks
-Data center networks
Distributed Applications
Applications that involve multiple end systems that exchange data with each other.
RFC
Request For Comments. IETF standards documents. They define protocols such as TCP, IP, HTTP, and SMTP.
Internet Standards
-RFC
-IETF
Packet Switch
Takes a packet arriving on one of its incoming communication links and forwards that packet on one of its outgoing communication links. The two most prominent types are routers and link-layer switches.
Host Sending Function
Host sends packets of data.
-takes application message
-breaks it into smaller chunks (packets) of length L bits
-transmits packet into access network at transmission rate R.
L bits/R bits per second = transmission time in seconds.
Bit
Short for “binary digit.” Propagates between transmitter/receiver pairs.
Wireless Radio
Signal carried in various “bands” in electromagnetic spectrum. No physical wire, but broadcast (half-duplex). Propagation environment effects:
-reflection
-obstruction by objects
-interference/noise
Fiber Optic Cable
Glass fiber carrying light pulses. Each pulse is a bit. High-speed point-to-point transmission (10s-100s Gbps). Low error rate: repeaters spaced far apart, immune to electromagnetic noise.
Coaxial Cable
Two concentric copper conductors. Bidirectional. Broadband: multiple frequency channels on cable, 100s Mbps per channel. May need repeaters to propagate with long distances.
Twisted Pair
“TP.” Two insulated copper wires twisted together to reduce interference from other signals. Parallel, not concentric.
-Category 5: 100 Mbps, 1 Gbps Ethernet.
-Category 6: 10 Gbps Ethernet.
Guided Media
Signals propagate in solid media.
ex. Copper, fiber, coax.
Unguided Media
Signals propagate freely.
ex. Radio, WiFi.
Physical Link
What lies between transmitter and receiver.
Half-duplex
Allowing the transmission of signals in both directions but not simultaneously.
Links: Physical Media
-Bit
-Physical link
-Guided media
-Unguided media
-Twisted pair
-Coaxial cable
-Fiber optic cable
-Wireless radio
Radio Link Types
-WLAN (WiFi)
-Wide-area
-Bluetooth
-Terrestrial microwave
-Satellite
Bluetooth
Type of radio link.
-Cable replacement
-Short distances, limited rates
Terrestrial Microwave
Type of radio link.
-Point-to-point; 45 Mbps channels
Satellite
Type of radio link.
-Up to more than 100 Mbps (Starlink) downlink
-270 msec end-end delay (geostationary)
Packet-switching
When hosts break application-layer messages into packets. Network forwards packets from one router to the next, across links on path from source to destination.
Two Key Network-core Functions
-Forwarding (switching)
-Routing
Forwarding
aka “switching.” local action: move arriving packets from router’s input link to appropriate router output link. One of two key network-core functions.
Store-and-forward
Packet-switching function in which entire oacket must arrive at router before it can be transmitted on next link.