Net. 1: Ch 4 Network Access (TCPIP Layer) Flashcards
(33 cards)
node
Layer 2 notation for a network device connected to a common media.
2 Basic Services of Data Link Layer
- Accept Layer 3 data packets and packs them into frames.
2. Controls media access control and performs error detection.
2 Sublayers of Data Link Layer
- Logical Link Control
2. Media Access Control
Logical Link Control
LLC: defines the software processes that provide services to the network protocols- identifies which network layer protocol is being used in the frame.
Media Access Control
MAC: defines the media access processes performed by the hardware - provides data link layer addressing and delimiting of data.
Actions of Router Along Path
- Accepts frame from a medium.
- De-encapsulates the frame.
- Re-encapsulates the packet into a new frame.
- Forwards new frame appropriate to the medium of that segment of the physical network.
3 Parts of a Frame
- Header
- Data
- Trailer
Header
Part of a frame that contains control information , addressing, ahead of the PDU
Data
contains IP header, transport layer header, and application data.
Trailer
contains control information for error detection; after PDU
Parts of Header
- Start Flag: marks start of frame : used by MAC sublayer.
- Addressing: used by MAC sublayer to identify source and destination nodes.
- Type: used by LLC to identify the layer 3 protocol.
- Control: id’s flow control/other control services.
Parts of Trailer
- Error Detection: CRC check for errors
2. Stop Flag: marks end of frame.
Definers of Open L2 standards
- Institute of Electrical and Electronics Engineers.
- xx
- International Telecommunications Union (ITU)
ADSL, ISDN - International Organization for Standardization
(ISO) High Level Data Link Control - American National Standards Institute (ANSI)
Fiber Distributed Data Interface
WAN Physical Topologies
- Point to Point
- Hub and Spoke: WAN star.
- Mesh
virtual circuit
logical connection between two network devices within a network
half-duplex
communication mode where you can send or receive at the same time.
full-duplex
communication mode where you can send and receive at the same time.
Physical Lan Topologies
- Bus
- Star
- Ring
- Extended Star/Hybrid
2 MAC Methods for Shared Media
- Contention Based Access
2. Controlled Based Access
Contention Based Access
All nodes compete for medium use but have plan if collisions occur.
Controlled Based Access
Each node has how time to use the medium.
Carrier Sense Multiple Access
CSMA: Method used in contention based networks to detect if another node is transmitting data.
CSMA/CD
Carrier Sense Multiple Access/Collision Detection
Data is sent when medium is free, if collisions are detected all nodes stop Tx and resend later.
CSMA/CA
Carrier Sense Multiple Access/Collision Avoidance
Checks for signal on medium; if free sends an intent to Tx signal over network; waits for confirmation to send then sends data.