Chapter 4/5/6 Test Flashcards
Tasks carried out by the physical layer of the OSI model.
Converts frames to bits and sends signals across media
Name the components of a typical home router:
- wireless antenna
- Ethernet switch
- ️internet connection port
Process that data undergoes from a source node to a destination node. (Lots of info)
- User data is segmented by the transport layer, placed into packets by the network layer, then further encapsulated as frames by the data link layer.
- the physical layer encodes the frames and creates the electrical/optical/radio wave signals that represent the bits in each frame.
- signals sent across the media, one-by-one.
- destination mode physical layer retrieves these signals from the media, restores them to their bit representations, and passes them up to the data link layer as a frame
List the three types of media and explain how each type sends data.
- Electrical signals in copper cable.
- Representative light pulse signals in fiber optic cables.
- Microwave (wireless) signals.
What types of organizations define physical layer standards. (Idk so I’m just listing some of the organizations that define standards)
- ISO (international organization for Standardization)
- TIA (telecommunications Industry Association)
- EIA (electronic industries association)
List and explain the 3 functional areas that physical layer standards address.
- Physical components:
electronic hardware devices, media, and other connectors that transmit signals (bits). - Encoding:
Converting a stream of bits into a pre-defined “code.”
-Manchester encoding
-non-return to zero (NRZ) encoding - Signaling:
the method of representing the bits
-asynchronous
-synchronous
Be able to differentiate between Manchester and NRZ encoding.
Manchester chooses 1 or 0 by the direction of the signal (up/down: higher/lower), while NRZ chooses 1 or 0 based upon if the signal is at a specific voltage (1) or at no voltage(0).
Check chapter 4 notes, there are drawings showing how each works.
Which form of encoding is used in slower forms of Ethernet?
Non return to zero (NRZ).
Define synchronous and asynchronous signaling:
- Synchronous: data signals are sent along with a clock signal which occurs at evenly spaced time durations referred to as the bit time.
- asynchronous: data signals are sent without a clock signal. The time spacing between data characters is not standardized, therefore frames require start and stop indicator flags.
Differentiate between bandwidth, throughput, and goodput:
-bandwidth: is the capacity of a medium to carry data.
(Important: Determined by the properties of the media and technologies chosen for signaling. )
-throughput: measure of the transfer of bits across the media over a given period of time.
(Important: factors that influence throughput can be, the amount of traffic, type of traffic, and latency created by # of devices encountered between source and destination)
-goodput: measure of the useable data transferred over a given period of time
Explain 3 items defined by physical layer standards:
- type of copper cabling.
- bandwidth of the communication
- type of connectors used
- maximum distance of the media.
Why are the cable pairs in UTP twisted? Why do they each have different numbers of twists?
The twisting protects against signal interference from other wires.
Further enhances the cancelation effect of paired circuit wires.
How can you reduce the susceptibility of copper cables to electric noise?
By using cable shields underneath the wire jacket. (STP cables)
Crosstalk:
Disturbance caused by the electric of magnetic fields of a a signal on one wire to the signal of an adjacent wire.
Differentiate between the 3 main types of copper cable used in networking;
what is the most common type of copper media used today?
- Unshielded Twisted Pair (UTP) [most common]
- Shielded Twisted Pair (STP)
- Coaxial
What type of connector is used with UTP cabling?
RJ-45 connectors.
What types of devices are connected via a crossover/straight through cable?
- straight-through is used to connect unlike devices.
- Crossover is used to connect like devices.
Like: switch-switch Router-PC Router-server Hub-switch
Unlike: Router-switch PC-switch Server-switch Hub-router
What type of connection is rollover cable used to make?
Used to connect a router or switch to a console port.
Straight-through and crossover cable color order from left to right. Fuck this shit,
Look at picture on phone.
True/False: connecting devices with the wrong type of cable (straight through/ cross over) will damage them.
False, but connectivity and communication between the devices will not take place.
Why are different versions of UTP placed into categories:
Because each cable has a different ability to carry higher bandwidth rates. And they’re categorized based upon that.
Advantages / disadvantages of fiber:
Adv:
- fastest media
- can carry signals the farthest
Dis-adv:
- little flexibility
- expensive
Advantages / disadvantages of wireless:
Adv:
- no cabling
- mobility
- simple to set up
Dis-adv:
- coverage area
- interference
- security
What types of network devices are needed to create a wireless LAN:
- Wireless access point (AP).
- Wireless NIC adapters.
All Wi-Fi standards begin with what #?
802.11
Services carried out by layer 2 (Data Link):
- Accepts layer 3 packets and packages them into data units called frames.
- controls media access control and performs error detection.
Why is layer 2 (data link) divided into sublayers
It allows for one type of frame, defined by the upper layer, to access different types of media defined by the lower layer.
Media access control:
Technique used for getting the frame on and off the media