Chapter 9 Flashcards
What is frame type identification
To differentiate different type of content in frame, a special area is allocated. This is called frame type identification.
What is hardware addressing/physical addressing/mac addressing
We use hardware addressing to specify our destination. It means when a machine send a message, all other receives it. But all other machines should not spent time to identify is this message for them or not by using their CPU. Hardware address is always unique to its LAN.
Does each station on network is assigned a numeric hardware/physical address.
Yes
What is source address
Sender address
What is LAN interface and packet filtering
Its a separate hardware from machine. When a frame receives to machine then LAN interface of that machine checks inside the frame and checks the destination address on incoming frame. If the physical address of that machine and destination address does not match then LAN interface discard that frame otherwise let it go to machine. This saves the processing time of CPU.
What are address fields
Frame has 2 addresses. One is source address and one is destination address. These both are called address fields.
What are the 3 techniques to assign unique hardware address to NIC (network interface card)
- Static addressing
- Configurable addressing
- Dynamic addressing
What is static addressing
Hardware manufacturer assigns permanent physical address to each network interface card.
What is configurable addressing
Address can be set by end user either by manual (jumpers, switches) or electronically (software)
What is dynamic addressing
Interface automatically assign physical address each time it is powered up.
Which addressing scheme is most frequently used
Configurable addressing
What is broadcasting
A sender something and all receivers on LAN receives a copy.
What is broadcast address
The problem is broadcast concept is against LAN communication where NIC do packet filtering whereas broadcasting says every machine should receives a copy. To handle this each NIC has a separate area for broadcast called broadcast address.
What is multi casting
The problem of receiving unintended messages again rises in broadcasting that what will happen, say, if 100 computers receives broadcast message and only 10 need it and 90 does not need it. NIC will allow to go and process broadcast message through broadcast address and CPU has to decide it. This is the same problem as we faced in LAN communication and used packet filtering. It solution is multi casting. In multi casting specific set of computer selects either they want to receives broadcast message or not.