SECTION 3 : OSI MODEL Flashcards
What is the acronym of OSI
Open system Interconnections Model.
Difference between OSI Model and TCP/IP model ?
The TCP/IP model is closer to reality while the OSI model is mostly theoretical and could be applied to every networks.
What is the order of the 7 layers ?
From bottom to top :
Physical
Data link
Network
Transport
Session
Presentation
Application
(please do not throw sausage pizza away)
How do we call data when it comes to layers ?
7 - 6 - 5 : Data
4 : Segments
3 : packets
2 : frames
1 : bits
(Do Some People Fear Birthday)
Sum up briefly the physical layer
Where transmission of bits across the notwork occurs and includes physical and electrical network characteristics
What is transition modulation ?
- One way to electrically or optically represent a binary 1 or 0 is to use the transition between a voltage level (for example, going from a state of no voltage to a state of voltage, or vice versa, on a copper cable) or the transition of having light or no light on a fiber optic cable to represent a binary 1.
- Similarly, a binary 0 is represented by having no transition in a voltage level or light level from one time period to the next. This approach of representing binary digits is called state transition modulation.
Explain bits representation in fiber
Light on = 1
Light off = 0
What are the two main wiring standards operating at layer 1 ?
TIA/EIA-568A and TIA/EIA-568B
How is communication synchronized ?
It is a layer 1 issue. Asynchronously and synchronously.
What does synchronous communication mean ?
Uses à reference clock to coordinate transmissions between receivers and senders.
How can the bandwidth of the cable be utilized ?
There are two ways :
Broadband
Baseband
What are thé différence between broadband and baseband ?
Broadband : divides bandwidth into separate Channel (TV cable -200 channels).
Baseband : use all available frequencies on a medium to transmit data all of the time. Ex: telephone. Baseband uses a référence clock. That’s why we can’t have two phonecalls. A wire home ethernet Network is the same they use all the frequency of a cable.
How can we get more out of a limited Network?
Different mechanisms :
TDM - time division multiplexing | each session takes a turn, using Time slots, to Share the medium between all users.
STDM - StatTDM | dynamically allocate the time based on an as-needed basis. More efficient.
FDM - Frequency division miltiplexing | divides the medium into channels based on frequencies and each session is teansmitted over a different Channel. Similar to broadband !!
Multiplexing is getting more out of a limited network. It allows multiple people to use a baseband connections at the sametime
What are the devices that operate at layer 1 ?
Cables (ethernet, fiber and so on)
Wireless things (Bluetooth, NFC, WIFI)
Infrastructure devices (hub, WAP, Mediaconverter)
Layer 1 devices only repeat bits.
Define the basic principle of layer 2 ?
This layer packages up the bits into frames and transmits those frames on the network.
Layer 2 devices view networks logically.
What is a MAC adress ?
Physical adressing system of a device which operates on a logical topology. It uses a 48 bit physical adressing to any network interface card (NIC). The first half bits will identify the producer. Thé other is a unique value.
What is logical link control (LLC)?
- Provides connection services and allows acknowledgment of receipt of messages.
- The most basic form of flow control.
- It also provides basic error control functions (data frame not received, corrupted data frames and so on). Since we are talking about 1 and 0, it will add up and the last bit must be even or odd to determine if it was good or not.
Operates at layer 2
How is communication synchronized across layer 2 ?
Isochronous : network devices use a common reference clock and create time slots for transmission (cf. Multiplexing).
Synchronous : network devices agree on clocking method to indicate beginning and end of frames and can use control characters.
Asynchronous : they reference their own internal clocks and uses start and stop bits.
What are the devices of layer 2 ?
Switches that can learn ports and devices. NIC and bridges too.
Basic principle of layer 3?
Forwards traffic with logical adresses. (Routing).
What does switching mean ?
It means routing (layer3).
How should data be forwarded or routed at layer 3?
- packet switching
- circuit switching
- message switching
What is packet switching ?
Thé most commonly used.
Data is divides into packets and then forwarded. Packets will be switched from place to place. Every time it can get another route.
What is circuit switching ?
Dedicated communication link is established between two devices.
A phone call creates a temporary connection that all data uses.
For thé entire phone call, it uses the same paru.
What is message switching ?
Data is divided into messages which may be stored and then forwarded.
Similar to packet switching but it can be stored.
It operates at layer 3.
What is route discovery and selection ?
Manually configured as a static route or dynamically through a routing protocol.
Routers will maintain a routing table. Using RIP, OSPF or EIGRP. Routing protocols help us décide how data will flow.