Chapter 1: Network Models Flashcards

1
Q
Where does a hub send data? 
A. Only to the receiving system
B. Only to the sending system
C. To all the systems connected to the hub
D. Only to the server
A

C. Data comes into a hub through one wire and is then sent out through all the other wires. A hub sends data to all the systems connected to it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
What uniquely identifies every NIC? 
A. IP address
B. Media access control address
C. ISO number
D. Packet ID number
A

B. The unique identifier on a network interface card is called the media access control (MAC) address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
What Windows utility do you use to find the MAC address for a system?
A. ipconfig /all
B. ipcfg /all
C. ping
D. mac
A

A. All versions of Windows use ipconfig /all from the command line to determine the MAC address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
A MAC address is known as a(n)\_\_\_\_\_\_\_\_\_ address.
A. IP
B. logical
C. physical
D. OEM
A

C. The MAC address is the physical address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
A NIC sends data in discrete chunks called \_\_\_\_\_\_\_.
A. segments
B. sections
C. frames
D. layers
A

C. Data is sent in discrete chunks called frames. Networks use frames to keep any one NIC from hogging the wire.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
Which MAC address begins a frame?
A. Receiving system
B. Sending system
C. Network
D. Router
A

A .The frame begins with the MAC address of the receiving NIC, followed by the MAC address of the sending NIC, followed, in turn, by type of encapsulated data, the data, and FCS.

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

A frame ends with a special bit called the frame check sequence (FCS). What does the FCS do?
A. Cycles data across the network
B. Verifies that the MAC addresses are correct
C. Verifies that the data arrived correctly
D. Verifies that the IP address is correct

A

C. The data is followed by a special bit of checking information called the frame check sequence, which the receiving NIC uses to verify that the data arrived Correctly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
Which of the following is an example of a MAC address? 
A. 0-255
B. 00-50-56-A3-04-0C
C. SBY3MY
D. 192.168.4.13
A

B. A MAC address is a 48-bit value, and no two NICs ever share the same MAC address – ever. 00-50-56-A3-04-0C is a MAC address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
Which layer of the TCP/IP model controls the segmentation and reassembly of data?
A. Application layer
B. Presentation layer
C. Session layer
D. Transport layer
A

D. The Transport layer controls the segmentation and reassembly of data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
Which layer of the OSI seven-layer model keeps track of a system's connections to send the right response to the right computer?
A. Application layer
B. Presentation layer
C. Session layer
D. Transport layer
A

C. The Session layer keeps track of a system’s connections to ensure that it sends the right response to the right computer.

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

Name the layers and their numbers of the OSI seven-layer model.

A
Layer 7: Application
Layer 6: Presentation
Layer 5: Session
Layer 4: Transport
Layer 3: Network
Layer 2: Data Link
Layer 1: Physical
How well did you know this?
1
Not at all
2
3
4
5
Perfectly