ITEC51 QUIZ 1(?) Flashcards
They constitute the link layer, the internetwork layer, and the transport layer respectively.
Layers
Corresponds strongly to the idea of a programming interface or library, with the understanding that a given later commmunicates directly only with the two layers immediately above and below it.
Layers
An Application hand off a chunk of data to the TCP library, which in turn makes calls to the IP library, which in turn calls the Lan layer for actual delivery.
Layers
An application does not interact directly with the IP and LAN layers at all
Layers
This LAN physical/logical gives us the internet five-layer model
Layers
Any one network connection has a data rate : the rate at which bits are transmitted.
Data Rate
The speed at which data is transferred within the computer or between a peripheral device and the computer, measured in bytes per second.
Data Rate
Is the amount of data moved successfully from one place to another in a given time period, adn typically measured in bits per second (bps), as in megabits per second (Mbps) ir gigabtis per second (Gbps).
Throughput
Refers to the theoretical rate of speed that data on your network can travel, which is probably a speed you won’t see very often.
Bandwidth
are modest-sized buffers of data, transmitted as a unit through some shared set of links
Packets
is collection of data that can be used by computers which need to communicate with each other, usually as part of a network.
Packets
Datagram packet switching networks like the internet, fix these drawbacks by cutting data into small chunks called Packets .
Packets
contains instructions about the data carried by the packet.
Header
the actual data is referred to as the payload. Therefore, the payload is the only data received by the destination system.
Payload
sometimes called the footer , typically contains a couple of bits that tell the receiving device that it has reached the end of the packet. It may also have some type of error checking.
Trailer