CH1: Networking Fundamentals Flashcards
Which of the statements below accurately describe basic network concepts? (Select two.)
A. A computing network is a group of computing resources that permit digital data exchange between routers.
B. A LAN is a group of computing devices in the same place, all interconnected via a router.
C. A WAN is a group of computer resources that can communicate over large geographical distances.
D. A protocol is a set of rules that computer devices follow to establish and maintain communications.
C, D
Match the OSI reference model layer to an appropriate description: physical, network, application, transport, and data link.
A. Involves routers that send packets
B. End users interact with this layer
C. Involves protocols like TCP and UDP
D. Involves switches that send frames
A. network
B. Application
C. Transport
D. Data Link
T/F: The layer 2 protocol data unit (PDU) includes the headers for layers 3 through 7.
True
Which of the statements below accurately describe physical media? (Select two.)
A. Copper cabling variants include shielded twisted pair (STP) and unshielded twisted pair (UTP).
B. Multimode (MM) fiber optic cable can typically handle longer distance transmissions at a lower cost than single mode (SM) fiber.
C. You typically use direct-attached copper (DAC) cables to directly connect two servers or other end systems to each other.
D. Wi-Fi devices transmit data by modifying aspects of radio waves, such as amplitude, phase, or frequency.
E. Multicast traffic is used to transmit data from one host to all other hosts on a
LAN.
A, D
Match the TCP/IP stack layer (network interface, application, transport, and internet) to the appropriate description.
A. Maps to three specific layers of the OSI model
B. You might have an Ethernet or wireless NIC at this layer
C. Deals with IP addresses
D. Passes data to the application layer
A. Application layer
B. Network Access layer
C. Network layer
D. Transport layer
Your colleague is new to networking and asks you about network devices. Which statements below would help your colleague understand this topic?
(Select two.)
A. You use switches to connect many end systems together, at layer 3 of the OSI
model.
B. Routers are often used in WAN environments, and forward packets based on IP address information.
C. Multilayer switches perform functions of a firewall and a router.
D. Stateful firewalls have more intelligence than stateless firewalls, perhaps including application awareness features.
B, D
Do wired and wireless client both connect to the LAN using Ethernet?
No. Only the wired clients do.
On an Ethernet cross-over cable which pins are not straight through? i.e. what are the pinouts?
1-2 connect to 3-6 at the other end of the cable.
Which devices require cross-over cables to connect directly out of these devices? router, switch, hub, WAP, and PC
PC-router, switch-switch and Hub-switch.
Ethernet FCS field. How long is it, where is it located, and what is it used for?
The length is 4 bytes, located in the trailer, used for error detection - not correction, only detection.
802.11 standards define what?
WLANs
802.3 standards define what?
Ethernet.
What is auto-mdix?
modern technology that changes logic in devices to allow straight through cables to be used for all devices.
How many bytes is a MAC address?
6
What are the fields with the number of bytes of each, in order, of an ethernet frame?
Preamble(7),SFD(1), Dest(6), Source(6), Type(2), Data and Padding(46-1500), FCS(4)
What is an OUI? and how many bytes is it?
Organizationally Unique Identifier, 3 bytes or 6 hex digits
What is the Ethernet broadcast address?
FFFF.FFFF.FFFF
What does the Type field do in an ethernet header?
The two byte type defines the L3 protocol that is encapsulated within the frame. (IEEE refers to this as EtherType)
What port(s) are used by:
File Transfer Protocol (FTP)
Port 20/21
What port(s) are used by:
Secure Shell (SSH)
Port 22
What port(s) are used by:
Secure File Transfer Protocol (SFTP)
Port 22
What port(s) are used by:
Telnet
Port 23
What port(s) are used by:
Simple Mail Transfer Protocol (SMTP)
Port 25
What port(s) are used by:
Domain Name System (DNS)
Port 53