4. The Current Ethernet Specifications Flashcards

1
Q

On a Ethernet switched network, what adress does one host computer use to communicate with another?

A. IP adress
B. MAC adress
C. Street adress
HUB adress

A

B.

On a Ethernet network, the MAC adress (hardware adress) is used for one host to communicate with another.

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

Which of the following can run full-duplex and achieve 200 Mbps with Cat 5e cable?

A. 100BaseF
B. 100BaseTX
C. 1000BaseF
D. 1000BaseT

A

B.

100BaseTX uses Cat 5e and can run 200 Mbps when using full-duplex.

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

How many devices in a collision domain have to listen when a single host talks?

A. Two
B. Three
C. One
D. All

A

D.

When one device sends a packet out on a network segment, all other devices on the same Physical network segment must wait and let it be transmitted.

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

If you are using a cable medium called 10Base2, what does this mean?

A. That you are running Ethernet over HDMI

B. That you are running Ethernet over Fiber

C. That you are running Ethernet over thicknet

D. That you are bundling multiple connections

E. That you are really old and using thinnet COAX for your LAN medium.

A

E.

10Base2 was one of the very first Ethernet network physical mediums and is a thinnet coax.

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

What network acces control method helps devices share the bandwith evenly without having 2 devices transmit at the same time on the network medium? (Choose 2.)

A. TCP/IP
B. CSMA/CD
C. HTTPS
D. TFTP
E. CSMA/CA

A

B, E.

Option B carrier sense multiple acces with collision detection (CSMA/CD) helps packets that are transmitted simultaneously from different hosts share bandwith evenly. You might think that CSMA/CD would be the only correct answer, but always think in terms of what is the best answer out all of the options, B and E (CSMA/CA) are both correct. The exam will never have cut-and-dry answers.

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

What is the maximum distance of 10GBaseSR?

A. 100 meters (328 feet)
B. 302 meters (990 feet)
C. 305 meters (1,000 feet)
D. 1,593 km (990 miles)

A

B.

A 10GBaseSR cable can have a maximum distance of 990 feet (302 meters).

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

How many wire pairs are used with half-duplex?

A. Two
B. One
C. Four
D. None of the above

A

B.

With half-duplex, you are only using only one wire pair at a time, with digital signal either transmitting or receiving.

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

How many wire pairs are used with 100BaseTX full-duplex?

A. Two
B. One
C. Four
D. A or C

A

A.

Full-duplex Ethernet uses 2 pairs of wires at the same time.

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

What is the maximum distance of 10GBaseLR?

A. 1 mile
B. 3 miles
C. 6 miles
D. 25 miles

A

C.

A 10GBaseLR implementation can go a distance up to 6 miles.

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

What is the effective total throughput increase with a full-duplex connection?

A. None
B. Twice as much
C. Four times as much
D. Ten times as much

A

B.

Double up! You can get 20 Mbps with a 10 Mbps Ethernet running full-duplex or 200 Mbps for Fast Ethernet.

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

What devices can you not use full-duplex communication with?

A. Host
B. Hub
C. Switch
D. Router

A

B.

Full-duplex communication cannot be used with a hub because a hub is a half-duplex single communications device. A host, switch and router have the ability to process traffic (frames), whereas a hub is a multiport repeater.

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

What is de decimal equivalent of this binary number : 11000000.10101000.00110000.11110000?

A. 192.168.48.192
B. 192.168.48.240
C. 192.168.64.224
D. 192.168.32.248

A

B.

11000000 is 192.
10101000 is 168.
00110000 is 48.
11110000 is 240.

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

Which IEEE standard is used for Ethernet over power lines?

A. 802.3p
B. 1901
C. 802.16
D. 1918

A

B.

In Februari 2011, the IEEE finally published a standard for Broadband over Power Line (BPL) called IEEE 1901; this is also referred to as Power Line Communication (PLC) or even Power Line Digital Subscriber Line (PDSL).

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

How is the decimal value 10 represent in binary?

A. 1000
B. 1001
C. 1010
D. 1011

A

C.

Nibble values are 8 + 4 + 2 + 1, giving us a maximum value of 15. If we have a decimal value of 10, that means the 8 bit and the 2 bit are turned on.

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

What is the decimal number for the binary number 11101000?

A. 128
B. 194
C. 224
D. 232

A

D.

The 128, 64, 32, and 8 bits are on, so just add the values 128 + 64 +32 + 8 = 232.

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

What is the decimal number 10 in hexadecimal?

A. 9
B. A
C. C
D. B

A

B.

The first 10 hexadecimal digits (0-9) are the same values as the decimal values. We allready know the binary value for the number 10 is 1010— in hex, the number 10 needs to be displayed as a single character. To display double-digit numbers as a single character, we substitute letters. In our example, 10 is A.

17
Q

How many bits is a MAC adress?

A. 16
B. 32
C. 48
D. 64

A

C.

A MAC, or hardware, adress is a 48-bit (6-byte) adress written in hexadecimal format.

18
Q

What is the maximum distance of 1000BaseT?

A. 100 meters (328 feet)
B. 128 meters (420 feet)
C. 1,000 meters (3280 feet)
D. 1,024 meters (3360 feet)

A

A.

100BaseT and 1000BaseT both have a maximum distance of 100 meters, or 328 feet.

19
Q

What is the purpose of the frame check sequemce (FCS) in an Ethernet frame?

A. Error correction
B. Error detection
C. Error recovery
D. Creating errors

A

B.

The FCS can detect frames in the sequence by calculating the cyclic redundancy check (CRC), which verifies that all the bits in the frame are uncharged.

20
Q

What does Base mean in 100BaseTX?

A. Broadband
B. 100 Mbps
C. Baseband
D. Twisted-pair at 100 Mbps

A

C.

The 100 means 100 Mbps. The Bases means baseband technology – a signaling method for communications on the network.