1101: Chap 2 - Networking Flashcards
Z1101-Chap2-5: Which of the following network connectivity devices operates at Layer 2 of the OSI model?
Hub
Switch
Cable
Router
Switch
What Layer of the OSI Model do Hubs operate at?
Layer 1: Physical
Layers of the OS Model
1: Physical
2: Datalink
3: Network
4: Transport
5: Session
6: Presentation
7: Application
What Layer of the OSI Model do Routers operate at?
Layer 3: Network
1101-Chap2-8: Which Wi-Fi standard is the fastest, operating in both the 2.4 and 5 Ghz frequencies?
802.11a
802.11ac
802.11ax
802.11n
802.11ax
1101-Chap2-9: Bob has a device that operates at 5 Ghz. He is unable to connect his device to a LAN that he hasn’t accessed before, although he has verified that he has the correct password. What type of network might pose this problem?
802.11g
802.11n
802.11ac
802.11ax
802.11g
SMB
Server Message Block: used to provide shared acces to file and printers on a network;
port 445
1101-Chap2-11: What port does Telnet use?
21
22
23
25
23
Port 21
FTP
Port 22
SSH
Port 23
Telnet
Port 25
SMTP
1101-Chap2-14: Which TCP/IP internet layer protocol is responsible or delivering error messages if communication between two computers fails?
ICMP
IP
TCP
UDP
ICMP
ICMP
Internet Control Message Protocol (ICMP) is used for reporting errors and performing network diagnostics. In the error reporting process, ICMP sends messages from the receiver to the sender when data does not come though as it should.
Multicast
IPv6 address that identifies multiple hosts, thus all will receive the packet sent
from Wikipedia: In computer networking, multicast is group communication where data transmission is addressed to a group of destination computers simultaneously. Multicast can be one-to-many or many-to-many distribution. Multicast should not be confused with physical layer point-to-multipoint communication.
Anycast
IPv6 address that has been assigned to multiple nodes, a packet will be delivered to one of them
from Wikipedia: Anycast is a network addressing and routing methodology in which a single IP address is shared by devices (generally servers) in multiple locations. Routers direct packets addressed to this destination to the location nearest the sender, using their normal decision-making algorithms, typically the lowest number of BGP network hops. Anycast routing is widely used by content delivery networks such as web and name servers, to bring their content closer to end users.
Unicast
IPv6 address that identifies a single node on a network
What is the RDP Port
3389
1101-Chap2-20: What network connectivity device does not forward broadcast messages, thereby creating multiple broadcast domains?
Hub
Switch
Bridge
Router
Router
Routers break up broadcast domains. Broadcast traffic from one port of a router will not get passed to other ports, which greatly reduces network traffic. Bridges, hubs and swithces will all forward broadcast packets
1101-Chap2-23: Your company just expanded and is leasing additional space in an adajcent office building. You need to extend the network to the new building. Fortunately, there is a conduit between the two. You estimate that the cable you need to run will be about 300 meters long. What type of cable should you use?
CAT-5e
CAT-7
CAT-8
MMF
MMF
MMF
Multi-mode optical fiber is a type of optical fiber; it can span distances of 300m
1101-Chap2-24: You want to ensure that client computers can download email from external email servers regardless of the protocol their email client uses. Which ports do you open on the firewall to enable this? (Choose two)
23
25
110
143
110 - POP3
143 - IMAP
IMAP port
143
POP3 Port
110
1101-Chap2-25: You are installing network cabling in a highly secure facility. The cables need to be immune to electronic eavesdropping. What type of cable should you use?
Fiber-optic
UTP
STP
Coaxial
Fiber-optic
1101-Chap2-26: Which networking device is capable of reading IP addresses and forwarding packets based on the destination IP address?
Hub
Switch
NIC
Router
Router
Routers operate at Layer 3, so they make their decisions on what to do with traffic based on logical addresses, such as IP address. Switches use media access control (MAC) addresses and are on Layer 2. Hubs and NICs operate at Layer 1
APIPA
Automatic Private IP Addressing, a computer self assigns a APIPA address when it cannot find a DHCP server. These addresses live in the range: 169.254.0.0/16
1101-Chap2-32: Which of the following IPv6 addresses is automatically assigned by the host when it boots and is only usable on the broadcast domain that it exists in?
2000::/3
FC00::/7
FE80::/10
FF00::/8
FE80::/10
This is called a Link-Local address and is similar to a 169.254.x.x APIPA address
1101-Chap2-33: You need to configure a wireless router for an office network. The office manager wants new devices to automatically join the network and announce their presence to the other networked devices. Which service should you enable to allow this?
DHCP
NAT
QoS
UPnP
UPnP
SNMP
Simple Network Management Protocol;
port 161/162 (traps)
LDAP port
389