Week 3: 1 Flashcards

1
Q

What computer communication patterns do the principle of locality of reference help predict:

A
  • Spatial locality of reference:
    computers likely to communicate with other computers that are
    located nearby
  • Temporal locality of reference:
    computers are likely to communicate with the same computers
    repeatedly

Thus - LANs are effective because of spatial locality of
reference, and temporal locality of reference may give insight into which computers should be on a LAN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is ethernet?

A
  • Single coaxial cable
  • Widely used LAN technology
  • Invented at Xerox PARC in 1970s
  • One Ethernet cable is sometimes called a segment which is sypically limited to a maxium of 500 meters in length
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is CSMA?

A
  • No central control managing when computers transmit
  • Ethernet employs Carrier Sense Multiple Access to coordinate transmission among multiple attached computers

Multiple access:
* multiple computers are attached and any can be
transmitter

Carrier sense:
computer wanting to transmit tests for carrier before
transmitting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does CD - Collision Detection do?

A
  • Two computers may transmit simultaneously
  • Signals from two computers will interfere with each other. Overlapping frames is called a collision

  • Ethernet interfaces have hardware to detect transmission and monitor the outgoing signal
  • A garbled signal is interpreted as a collision and if a collision is detected, a computer stops transmitting
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

List the steps of a collision recovery:

A
  • Ethernet uses CSMA/CD to coordinate transmissions.
  • Computer that detects a collision sends special signal to force all other interfaces to detect collision.
  • Computer then waits for ether to be idle before transmitting. But if both computers wait same length of time, frames will collide
    again.
  • Standard specifies maximum delay, and both computers choose random delay less than maximum
  • After waiting, computers use carrier sense to avoid subsequent collision
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How does exponential backoff work?

A

Ethernet uses Binary Exponential Backoff algorithm where computers double the delay with each subsequent collision.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is ethernet 10Base5 - Thicknet?

A
  • Uses thick coaxial cable
  • Also called thicknet
  • Operatess at 10 Mbps
  • Uses digital signal
  • 500 meters is the maximum segment length
  • Up to 5 segments connected with repeaters
  • uses AUI cables, transceivers and terminators
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is 10Base2 - Thinnet?

A
  • Uses thin coaxial cable
  • Also called thinnet
  • Operates at 10 Mbps
  • Uses digital signal
  • 185 meters is the maximum segment length
  • Uses BNC connectos and terminators
  • 100Base2 is similar but operates at 100Mbps
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is ethernet 10BaseT?

A
  • Also called Twisted Pair Ethernet
  • Replaces the AUI cable with UTP
  • Replaces thick coax with a hub
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Many LAN technologies that use ring topology use token passing for synchronized access to the ring. What is a token?

A

It is a bit pattern that differs from normal frames.

Token ring hardware ensures that exactly one token exists in the ring and if it is lost it is regenerated.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How does a token ring operates?

A

A token circulates around the ring endlessly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

CPU can’t process data at network speeds. What do computers use instead?

A

A card in the backplane Network Interface Card (NIC)

  • Connector at back of computer then accepts cable to physical network
  • NIC is built for one kind of physical network
  • Some NICs can be used with different, similar hardware
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does LAN hardware do?

A
  • ADDs hardware addresses, error detection codes, etc. to outgoing frames
  • May use DMA to copy frame data directly from/into main memory
  • Obeys access rules when transmitting
  • Checks for errors on incoming frames
  • Checks destination address on incoming frames
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How are MAC addresses are assigned?

A
  • They are usually a numeric value
  • The size is selected by a specific network topology
  • Hardware addreses must be unique on a LAN
  • Static Addressing (hardware manufacturer assigns unique physical address)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly