Chapter 1 Flashcards
URL
Uniform Resource Later
HTTP
Hyper Text Transfer Protocol
TCP
Transmission Control Protocol
17 messages sent for one URL Request
* 6 to find the IP
* 3 to for connection establishment
* 4 for HTTP req. and ACK
* 4 for tearing down TCP connection
Network Providers req.
Require easy-to-manage systems that allow isolation of faults and are easy to monitor.
Network Designers req.
Require cost-effective designs, which means that resources are utilized effectively and fairly between users.
App Programmer req.
Require network services that can be depended on for sending and receiving messages without error in a certain amount of time.
Scalable
A system designed to support growth
Link
A connection between two computers directly connected over a physical medium
Nodes
Refer to the computers in a network
Point-to-point
Physical link between a pair of nodes
Multiple Access
More than 2 nodes share a physical link
Circuit Switched Network
A direct link is switched open for traffic. once the link is established, it is left open until all the data is transmitted.
Store-and-forward
Each node that receives the packet, stores it and sends it to the next
Packet switched network
There is no direct link established, however a link exists. Data is broken into pieces, packets, or messages - which are sent along the network. These find their way to the destination through potentially multiple routes, and are reassembled at the destination end.no
Cloud
Any type of network, a place holder
Packet/message
A block of data sent over a network
Router
A node that connects 2 or more networks
Hosts
Nodes outside the network that use te network
Switches
Nodes on the inside that implement the network
Internetwork
A set of independent networks that are interconnected
Host - to - host connectivity
Each node must say which other node it wants to connect to
Address
A byte string that identifies a node
Routing
The process of determining systematically how to forward message4s toward a destination node
Unicast
Single node sends to all nodes
Broadcast
Single node sends to all nodes
Multicast
Single node wants to sends to a subset of nodes
Multiplexing
Mulitple users share a network with one physical link
De-Multiplexing
When multiple users share a network with one physical link
Synchronous Time Division Multiplexing
Round Robin style, Each flow gets a specific quota