Ethernet (w2-3) Flashcards
what are the 7 OSI layers
(from top) Application, Presentation, Session, Transport, Network, Link, Physical
does an osi layer provide a service for the layer above or below?
layer above.
why is layering important?
for flexibility to modify one layer without affecting the others
What does the physical layer transfer?
bits across a physical link (ethernet)
Link Layer provides which feature? (and example of a link layer)
Addressing, for example, MAC addresses (eg Ethernet, Wi-Fi or 4g)
Network Layer provides which service?
Routing services, transfers packets across multiple links
explain the Transport Layer (and example)
transfers segments end to end from a process in one machine to a process in another (UDP or TCP)
Explain the Session Layer?
It allows information of different streams, perhaps originating from different sources, to be properly combined or synchronized.
explain Presentation Layer
Byte order, encoding of numbers, character codes and structures
Application layer incorporates which two layers?
Session and Presentation
Explain encapsulation in OSI
application data is encapsulated insude of packets with headers
CSMA/CD
Used in half duplex. Carrier Sense (don’t speak over top of broadcast) Multiple Access Collision Detection (if detected, back off then begin transmitting at random times)
Half vs Full Duplex, vs Simplex
Simplex: station can only either transmit or receive
Half duplex: Station can transmit and receive, but not at the same time
Full Duplex: Station can transmit and receive at the same time.
Catagory 5 cable vs Coaxial Cables
Coax is heavy and expensive. Also only half duplex where catagory 5 is full duplex
Difference between hub and switch
hub broadcasts information to all ports, switch learns which nodes transmit through which port, and sends out data only to the learned ports