lecture 2 Flashcards
3 kinds of data flow
- simplex
- half duplex
- full duplex
describe a simplex data flow
- one way flow
- A sends to B
describe a half duplex data flow
- two way flow
- one at a time
- A sends to B
- B sends to A
e. g fibre optics
describe a full duplex data flow
- A and B can send to each other simultaneously
what is a subnet
everything between the hosts
e.g the routers,
what is a host or end-system
- a computer that a user logs into to do work
- attached to network, not part of network (usually)
3 ways to classify networks
- transmission technology
- size
- topology
3 kinds of transmission technology
- broadcast
- multicast
- unicast (p2p)
describe broadcast transmission
- one to all
- in bus topology everybody receives it but ignore it and only destined receiver will respond
- a 0 bit is broadcast
describe multicast transmission
- communication with specified groups
- a 1 bit is multicast
- uses a GID (group ID)
describe unicast transmission
(p2p, end to end, host to host)
(3)
- links between nodes
- from source to destination: visit one or more nodes
- uses protocols to optimize routing (find best path)
large networks tend to use what kind of transmission technology and why?
- UNICAST (P2P)
e.g internet, sending an email
why? - decrease collisions and traffic
- increase efficiency
where do routing algorithms play an important role (broadcasting, multicasting, P2P)?
UNICAST (P2P)
4 types of network structures
- LAN (10m to 1Km)
- MAN (10km, city)
- WAN (100km - countries, continents, planets)
- Wireless
why do we need to classify network structures, what changes?
- protocols used