Chapter 7 Flashcards
Shared medium is good for LAN. What are 2 reasons we do not use it for long distances.
- Communication between machines will take more time
2. High bandwidth communication link between far places is very expensive.
What network type is used for far off places
point-to-point network
What is locality of reference principle
It has 2 parts
- Computer likely to talk with the computer which is around it. This concept is also known spatial locality of reference
- Computer communicates repeatedly with the same computer they did communicate once. This concept also known as temporal locality of reference.
What are 3 most popular LAN topologies
- Star
- Ring
- Bus
What is star topology
It is called star because all computers are connected to a center point.
What is hub
Center point of a network. It transfers packets from sender to receiver.
What is difference between logical and physical star
Logical star means it is not necessary that all computers physically located in the form of star around hub.
What is ring topology
All computers connected to each other in a ring manner. One computer is connected to second and second connected to 3rd and so forth.
Does ring topology also have physical and logical concept
Yes
What is bus topology
There is a single cable and all computers are connected to it. When we send information on that cable, all computer connected to that shared cable receives the information.
Etherent use which topology
Bus topology
What is segment in ethernet
One chunk of ethernet is called segment. Its maximum length is 500 meters. and computers on that segment must be separated by 3 meters distance.
What is manchester encoding
It is used in Ethernet. The bit transmission in 2 levels. 1 and 0
What is central mechanism for ethernet
CSMA/CD (Carrier sense multiple access with collision detection). It works like each computer first sense before sending signal on network either there any carrier/electrical signal on line. If it is then that computer hold for some time and try again after some period.