1.2 Understanding the OSI Model Flashcards
With windowing, the client adjusts ________________ amount of data sent in each segment as the number of retransmissions occur, and adjust to a ________________ amount of data sent in each segment as the number of retransmissions are eliminated.
lower
higher
_______________ allows us to take a big chunk of data and cut it up into smaller packets and send them all out in different directions. It allows the recipient to put the packet back together, and since it is sequenced can be put back together in order.
Packet reordering
You should think of a _________________ as a conversation that must be kept separate from others to prevent intermingling of the data.
session
In Packet Switching the data may take different paths from the client to the host during a session, in ______________ the data takes the same path from the client to the host during that session.
Circuit Switching
_________________ includes transfer of data across the network, reestablisment of a disconnected session, and acknoledgment of data received.
Maintaining a Session
What does OSI stand for?
Open Systems Interconnection Reference Model
The OSI serves as the ______________ model for a network.
reference
_________________ is used in Layer 6 to scramble the data in transit to keep it secure from prying eyes, and provide confidentiality of data.
Encryption
Most networks use ______________ switching because we have other methods to check if it is being sent to the other in, if not it will try other paths until the data gets there.
Packet
Layer 2 devices vew networks ______________.
logically
Layer 4 is for segments almost exclusively, but if your using UDP you are using a ________________.
datagram
Switches, the physical devices, are layer ______________ devices.
2
At the _________________ layer of the OSI model we are dealing with the IP addresses, any routing decisions being made here.
Layer 3 - Network
_________________ is where applications send out announcements to other devices on the network to state the services they offer. This can also be done by Active Directory if using it.
Service Advertisement
H.323 and H.264 are both used to Setup, maintain and tear-down _________________connections such as Skype or Facetime.
video
Another ICMP used is called _______________ which traces a route that a packet takes through the network and tell you every router along the way it goes through.
traceroute
________________ is the data type in the transport layer.
Segment
In layers 5, 6, and 7 data is called ______________.
data
ASCII, EBCDIC, and UNICODE all tell us how to get _________________ out of 1’s and 0’s.
text
There aren’t really Layer 5 _________________, mostly just protocols.
devices
_________________ involves checking of user credentials and assigning numbers to sessions to help identify them, which allows to negotiate service needed for that session and determine who begins sending data.
Setting up a Session
The SYN/SYN-ACK/ACK messaging of TCP is called the ________________.
Three-way handshake
The big question being answered at layer 3 is how data should be ______________ or ______________.
forwarded or routed
H.323 and H.264 both operate over the _________________ protocol.
RTP (Real-Time Protocol)
What are the 7 layers of the OSI model?
- Application
- Presentation
- Session
- Transport
- Network
- Data Link
- Physical
________________ allows the clients to adjust the amount of data sent in each segment and continually adjusts to send more or less data per segment transmitted.
WIndowing
_________________ is basically text, and 8 bit code that tells you what letter the code represents.
ASCII
The _________________ layer of the OSI model involves the signaling, cabling, connectors. (Cable, NIC, Hub)
Layer 1 - Physical
The Internet Protocol comes in two versions ______________ and ______________.
IPv4 and IPv6
Hubs, WAPs and Media Converters work at layer ______________ of the OSI model.
Physical Layer (Layer 1) (Dumb Devices)
NIC’s, Bridges, Swiches, and Mac Addresses are all Layer ______________ devices.
Layer 2 (Data Link)
At the _________________ layer of the OSI model handles a lot of the communication that will be encrypted and decrypted.
Layer 6 - Presentation
Our networks today work under the ______________ model.
TCP/IP