What are the 2 viewpoints in describing the internet?
What is the nuts and bolts view of the internet?
The internet as a “network of networks”
Structure, components, and how they interact w/ each other.
The internet is billions of connected devices.
What is a packet switch?
Forwards packets (chunks of data)
2 types of packet switches
What is a network?
Collection of device, routers, links: managed by an organization.
Can send/receive data
What is the “services” view of the internet?
Internet is an infrastructure that provides services to apps: web, streaming video, multimedia
What are protocols?
Similar to “rules” that define the format and order of messages sent and received, and the actions taken on transmission.
What is the structure of the internet? (3 structures)
What are the 2 types of media?
Guided Media: signals that propagate in solid media
Unguided Media: signals that propagate freely
What is Twisted Pair? What is it used in?
What is Coaxial Cable? Uses?
What is a Fiber Optic Cable? Pros and Cons? Uses?
What is Wrieless radio?
Some cons of wireless radio?
Signal Attentuation
Different types of radio?
How to calculate the time it takes to transmit a packet?
L = # of bits
R = transmission rate
time = L/R
A general case of sending ONE packet from source to destination, over a path consisting of N links each with a rate R (There are N-1 routers between source and destination) is ? (in a store and forward transmission)
d = NL/R.
What is store and Forward Transmission?
the packet switch must receive the ENTIRE packet before it can begin to transmit the first bit of packet onto the outbound link.
What is packet loss?
Occurs when the buffer is full with other packets already waiting for transmission. The packet is dropped.
What are Forwarding Tables?
-used to map and index destination addresses to the router’s outbound links.
What are Routing Protocols?
What is packet switching?
What is circuit switching?
Each connection gets a dedicated circuit, where:
2 main ways to transfer data through the net?