Lecture 2 Flashcards
What is a network?
Any thing reticulated or decussated, at equal distances, with interstices between the intersections.
What is the G(V,E) notation?
A graph is made up of vertices & edges. Vertices are all the dots and edges are which dots connect to which.
What does a router do?
Handle packets from different networks.
Routes traffic between two different networks.
What are the three different communication modes?
Simplex - One way only
Half Duplex - Two ways, one at a time
Duplex - Two ways both at the same time.
What is the difference between symmetric and asymmetric communication?
Symmetric: Send and receive using the same communication media.
Asymmetric: Send and receive using different communication medias.
Name the four different communication methods. Unicast…
Unicast: 1-to-1
Broadcast: 1-to-all
Multicast: 1-to-many
Anycast: 1-to-any
Name three different types of area networks.
Local Area Network (LAN): Devices often within the same building.
Metropolitan Area Network (MAN): Devices often within the same city.
Wide Area Network (WAN): Networks extending over large / multiple geographical regions.
BAN, PAN, Internet and Interplanetary Internet
I say CSMA, you say? (Two things)
CSMA/CD: Carrier Sense Multiple Access / Collision Detection. Send, if a collission is detected wait random time and then send again.
CSMA/CA: Carrier Sense Multiple Access / Collision Avoidance.
What is the truncated binary exponential backoff?
After a collision is detected by, each station waits for a random time between [0, 1] slot before attempting to retransmit again.
Each collision is expands this window to increase the chances of a collision.
What is the maximum amount of tries in the binary exponential backoff?
10.
What is a VLAN?
A Virtual LAN (VLAN) is a group of devices on one or more LANs that are configured to communicate as if they were attached to the same wire.
Physically they may be on the same device, but logically they are different and cannot talk to each other.
What is ARP used for?
Converting IP Addresses to MAC Addresses, allows for Layer 2 communication.
Which type of hardware is controlled by IEEE802.11?
Wireless Adapters.
What is the bus topology?
Multiple nodes are connected via a main shared-half duplex link.
What are the pros of bus topology?
Simple connection and extension of computers and other devices.
Cheap as chips.