Midterm Flashcards
T/F - UDP Protocol implements RDT.
False - unreliable, connectionless transport layer service
T/F - A Network is a system for connecting multiple computers using a single transmission technology.
True
Which delay is occurs during transit time between nodes?
Propagation Delay
What is the internet?
A computer network that interconnects computing devices.
What devices reside in the network core?
Routers, Packet Switches
What devices reside in the network edge?
PCs, Printers, Smart Phones, Servers, etc.
What is a Time-Division Multiplexing (TDM) link?
A link of a circuit-switched network that divides up connections based on time (e.g. 0.1ms alotted to connection #1 of 10).
What is a Frequency-Division Multiplexing (FDM) link?
Used in circuit-switched networks, it divides up the connections of a link across the frequency (hz) spectrum.
What is a silent period in a circuit-switched network?
If a connected user is not using their allotted bandwidth.
T/F - the internet is a network of networks.
True.
Is the internet core packet-switched or circuit-switched?
Packet-switched
What is a store-and-forward network?
A packet switch must receive the full packet before transmitting out.
Signal Attenuation effects _____ more than _____.
Unguided Media / Guided Media
At the transport layer, what is the payload?
Application data
Which layer is responsible for finding the destination IP address?
Application Layer
What are the 7 layers of OSI layering model?
Layer 7 = Application Layer
Layer 6 = Presentation Layer
Layer 5 = Session Layer
Layer 4 = Transport Layer
Layer 3 = Network Layer
Layer 2 = Link Layer
Layer 1 = Physical Layer
What is packet spoofing?
Using someone else’s IP address to send info into the internet.
What is multiplexing?
Merging multiple communications streams into the same media.
A paired ip address and port number is called a _____.
Socket
What are some application-layer protocols?
Telnet, FTP, POP3, DNS, SSH
Protocol ________ allows multiple protocols to work together.
Interoperability
Which endian has smallest byte first?
Little Endian… 6F4A is written as 4A6F
Which endian representation is used for network comms?
Big Endian.
A pair of sockets is called a __________.
Connection