In: Computer Science
Question 48
What is the minimum size of an Ethernet frame?
Group of answer choices
64 bytes
1,024 bytes
256 bytes
1,500 bytes
Question 49
Data is organized into frames for transmission at which OSI level?
Group of answer choices
Application
Network
Data Link
Transport
Question 50
Which of the following devices does not limit network broadcast traffic and does not increase performance?
Group of answer choices
Router
NIC
Hub
Switch
Question 51
Which of the OSI layers does IP operate?
Group of answer choices
Session
Transport
Physical
Data Link
Network
Presentation
Application
Question 52
You have an interface on a router with the IP address of 192.168.192.10/29. What is the broadcast address the hosts will use on this LAN?
Group of answer choices
192.168.192.15
192.168.192.127
192.168.192.31
192.168.192.255
192.168.192.63
Question 53
What is the distance limitation of 100BaseT?
Group of answer choices
100 meters
250 meters
185 meters
500 meters
Question 54
Which layer of the TCP/IP model is mapped to the bottom two layers of the OSI model?
Group of answer choices
Internet
Link
Application
Transport
Question 55
A MAC address is composed of which two parts?
Group of answer choices
the network address and the node address
the computer name and the node address
the organizationally unique identifier and the unique device ID of the NIC
the IP address and the NICs serial number
Question 56
Which layer of the TCP/IP model is mapped to the top three layers of the OSI model?
Group of answer choices
Internet
Link
Application
Transport
Question 57
Which of the following can operate at both layers 2 and 3 of the OSI model?
Group of answer choices
Bridge
Switch
Repeater
Hub
Question 58
Which of the following is not identified in a cabling specification such as 10BaseT?
Group of answer choices
the signal type
the maximum length
the speed
the maximum number of routers
Question 59
Which of the following OSI layers is responsible for establishing connections between two devices?
Group of answer choices
Session
Transport
Network
Application
Question 60
Which setting configures a network interface to both send and receive data, but not at the same time?
Group of answer choices
Simplex
Full duplex
Half duplex
Time-division duplexing
Question 61
A network device that is used to connect multiple devices without segmenting a network is a:
Group of answer choices
router
bridge
hub
switch
Question 62
If your network subnet mask is /16, what is the maximum number of host IDs available for this network?
Group of answer choices
62
254
65,534
16,277,214
Question 63
What is the binary equivalent of the decimal value 97?
Group of answer choices
00110001
01100001
01001110
01101010
Question 64
Which network card setting configures the interface to send and receive data at the same time?
Group of answer choices
Simplex
Full duplex
Half duplex
Time-division duplexing
Question 65
Which of the following network components would be used to create VLANs?
Group of answer choices
Routers
Gateways
Switches
Bridges
Question 66
A host is rebooted and you view the IP address that it was assigned. The address is 169.123.13.34. Which of the following happened?
Group of answer choices
The host received an APIPA address
The host received a public address
The host receive a multicast address
The host received a private address
Question 67
What is the maximum number of IP addresses that can be assigned to hosts on a local subnet that uses the 255.255.255.224 subnet mask?
Group of answer choices
14
30
15
31
16
62
Question 68
What information do bridges use to determine whether to forward traffic?
Group of answer choices
MAC addresses
IP addresses
traffic conditions at the time
nothing because bridges forward all traffic
Solution
Answers
Question 48
64 bytes
Question 49
Data Link
Question 50
Hub
Question 51
Network
Question 52
192.168.192.15
Question 53
100 meters
Question 54
Link
Question 55
the organizationally unique identifier and the unique device ID of
the NIC
Question 56
Application
Question 57
Switch
Question 58
the maximum number of routers
Question 59
Transport
Question 60
Half duplex
Question 61
hub
Question 62
65,534
Question 63
00110001
Question 64
Full duplex
Question 65
Switches
Question 66
The host received a public address
Question 67
30
Question 68
MAC addresses
---
Explanation
52)A /29 that s 255.255.255.248 has a block size of eight in the
4thoctet. This means the subnets are 0,8,16,24and so 10 is in the 8
subnet. The next subnet is 16,
Therefore 15 is the broadcast address.
--
62)
We need to use the formula
2hostid-2
216-2
65536-2
65534
---
67)
A /27 that is 255.255.255.224 is three bits on and five bits off.
This provides eight subnets, each with thirty hosts. The number of
host bits would never change.
Therefore 30 is the correct answer
---
all the best