Answer:
MAC Addresses (Destination and Source MAC address) 
Explanation:
A switch has 3 primary functions:
- Forward frames
 - Learn addresses
 - Avoid loops 
 
An Ethernet frame has the header, data and trailer and there are two specific fields in the header that helps the switch to know where to send data in future transmissions.
- destination MAC address
 - source MAC address 
 
every Ethernet frame has this and when the frame hits a switch or any device, any device can look at it ( an Ethernet frame ) and know where it is suppose to go and where it came from.
Every switch has a MAC address table where it stores MAC addresses of different computers on the network.
Example:
When a PC1 sends a frame to PC2 through a switch, the switch looks at the header of the Ethernet frame for the source mac address and adds the source MAC address to its MAC address table and also the port that it came through.
simply put: 
A switch looks at the source MAC address to see if it knows it already, if it does. Great! no need to add it again to it's address table. 
If it doesn't, it adds it's source address and the port that the frame came from.
This basically how the switch populates its MAC address table.
 
        
                    
             
        
        
        
Cleaning up a system helps clear up the space on the drives. It may also clear up processor usage, ram usage if you uninstall programs that automatically started when the system booted. You may also delete some unwanted programs in the process.
        
             
        
        
        
66,73 73-66=7
13,21 21-13=8
10,20 20-10=10
the missing no. is 9 so
52+9=61.
the pattern is
66,73,13,21,52,61,10,20
        
             
        
        
        
It appears on Document window tab
        
             
        
        
        
Answer:
Primary storage. Primary storage (also known as main memory, internal memory, or prime memory), often referred to simply as memory, is the only one directly accessible to the CPU.