Chapter 2 - Ethernet Networking and Data Encapsulation Flashcards

1
Q

Define Ethernet

A

A contention based, media access method that allows host to share the same links and bandwidth

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

Define Collision Domain

A

Every device on the segment must process a frame that is sent out. When there is a collision devices must retransmit. Each port on a switch is considered to be a separate collision domain.

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

Define Broadcast Domain

A

A group of devices that hear all broadcasts sent on the network. Can also refer to a logical segment where devices communicate via a data link

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

What is CSMA/CD

A

Carrier Sense Multiple Access helps devices share bandwidth while preventing devices from transmitting simultaneously. First it checks the wire and continues to monitor. A jam signal is sent out if another precense is detected.

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

What is Half Duplex

A

Using CSMA/CD a signal is trasmitted using a one wire pair running in both directions

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

What is Full Duplex

A

Uses a four wire pair running in both directions simultaneously. Collisions do not happen.

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

Outline the formula for a MAC address

A
First 24 bits = Organization Unique Identifier
Last 24 bits = Vendor Assigned
Bit # 47 = Individual/Group Bit
- 0 = MAC Address
- 1 = Multicast address
Bit # 46 = Global/local bit or Universal/Local bit
- 0 is globally administered by IEEE
- 1 is locally governed and administered
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Convert 10000000 to Decimal

A

128

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

Convert 11000000 to decimal

A

192

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

Convert 11100000 to decimal

A

224

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

Convert 11110000 to decimal

A

240

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

Convert 11111000 to decimal

A

248

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

Convert 11111100 to decimal

A

252

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

Convert 11111110 to decimal

A

254

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

Convert 11111111 to decimal

A

255

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

What is the name for a single hex character

A

nibble

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

What is the name for two character hex

A

byte

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

Convert 0x6A to Decimal

A

6 = 0110 & A = 1010
= 01101010
= 128 + 64 + 8 + 4

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

What is ‘A’ in binary

A

1010

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

What is ‘B’ in binary

21
Q

What is ‘C’ in binary

22
Q

What is ‘D’ in binary

23
Q

What is 9 in binary

24
Q

What is an ethernet frame use for

A

To encapsulate packets passed down from the network layer from some kind of media access

25
Outline the Structure of a frame
Preamble | SFD | Destination | Source |Type | Data & Pad | FCS
26
What is a preamble
Alternating 0 & 1 provides a 5 MHz clock lock on to the data stream
27
What is a start frame delimeter
Preabmle is 7 octets and the SFD is 1 octet. This allows devices to come into the middle of the preamble and still be able to sync up to the beginning.
28
Outline 10BaseTX
802.3 Uses CAT3 up to 100m Devices must connect to a hub or switch Physical Star or Logical bus topology
29
Outline 100BaseTX
802.3U CAT5 up to 100m Two pair wiring Physical Star or Logical bus topology
30
Outline 100Base-FX
802.3U Fiber Cabling - 62.5/125 micron MMF 412 m max Uses ST/SC Connectors
31
Outline 1000Base-CX
802.3z Copper Twisted Pair 25m max Uses special 9 pin connector
32
Outline 1000Base-T
``` 802.3ab CAT5E or higher Uses four pairs (all pairs) 100m max 1 Gbps ```
33
Outline 100Base-SX
802.3z 1 Gbps ethernet over MMF using short wave 62.5 @ 220m & 50 Micron @ 550m
34
Outline 1000Base-LX
``` 802.3z Single mode fiber 9 micron core 1300nm laser 3 km to 20 km ```
35
Outline 1000Base-ZX
This is a cisco standard | Single mode fiber over 70 km
36
Outline 10GBase-T
802.3an CAT 6 or higher 100m max
37
What makes the pin out different on a roll over cable
The ends mirror each other 1-8 2-7 ...
38
What makes the pin out different on a crossover cable
``` T568A on one side and T568B on the other 1 - 3 2 - 6 3 - 1 4 - 7 5 - 8 6 - 2 7 - 4 8 - 5 ```
39
What is a fiber cable made up of and what are the layers to a fiber cable.
Glass or plastic core. The smaller the core the farther the distance Cladding wraps around the core to reflect the light Buffer protects the glass Sheathing wraps the entire thing
40
What protocol data unit is used at the network layer
Packets and Datagrams
41
What protocol data unit is used at the transport layer
Segment
42
What protocol data unit is used at the data link layer
frames
43
What protocol data unit is used at the physical layer
bits
44
What are the steps to processing data from the transmitter
1. User info converted to data for transmission on network 2. Data converted is segmented and reliable connection is established 3. Segments converted to packets/datagrams and logical addressing placed in header 4. Packts/datagrams converted to frames and hardware address used to identify hosts 5. Frames -> bits, digital encoding/clocking scheme used
45
What is a socket
a virtual circuit that is the source/destination port plus the source/destination IP address
46
What are the three layers in the Cisco Hierarchical Model
Core Layer Distribution Layer Access Layer
47
Explain the Core layer in the Cisco Hierarchical Model
- Top - Responsible for transporting large amounts of traffic reliably & quickly - Switch Traffic as fast as possible - Every User loses access when failure - No access lists, no vlans, no packet filtering - Avoid expanding - Upgrades before expansion - Design for reliability - Design for speed Select routing protocols with low convergence times
48
Explain the Distribution layer in the Cisco Hierarchical Model
Workgroup layer provide filtering, routing, and WAN access Implement policies here Redistributing between routing protocols routing between VLAN Defines multicast & broadcast domains
49
Explain the access layer in the Cisco Hierarchical Model
``` Desktop layer Continues use of access creates separate collision domains device connectivity resiliance and security services advance technology capabilities ```