Test 1 Study Guide Flashcards
Define CSMA.
CSMA, or Carrier Sense Multiple Access, is a Data Link Layer protocol that forces a sender to listen to its medium to ensure that it is not in use before sending any messages.
Define CSMA/CD.
CSMA/CD, or Carrier Sense Multiple Access/Collision Detection, is a variant of CSMA that
What is an access method?
An access method is the method a network uses to control how network nodes access the network to communicate.
What is a network node?
A network node is any point on a network where a device is connected, where a signal is redistributed, or an endpoint.
What access method is used by all Ethernet networks, regardless of speed or frame type?
All Ethernet networks use CSMA/CD as their access method.
What are the five layers of the five-layer OSI model?
The five layers of the five-layer OSI model are as follows: Layer 7: Application Layer Layer 4: Transport Layer Layer 3: Network/IP Layer Layer 2: Data Link Layer Layer 1: Physical Layer
What is a network model?
A network model is a method of representing and abstracting network components and their relationships in a networked system.
What is a network?
A network is a communication system that allows for information sharing between multiple hosts.
What is an internet?
An internet is a network of multiple smaller networks. That is, a wide-area network (WAN) made up of multiple local-area networks (LANs).
What is a LAN?
A LAN, or local-area network, is a computer network that interconnects hosts in a limited area (like a home, building, or campus).
What are some of the main characteristics of a LAN?
Besides a limited area, some of the main characteristics of a LAN are:
- High speed of communication (10Mbps - 10Gbps)
- Very low error rate (the bit error rate is lower than on WAN).
- Generally do not require the assistance of an ISP to build.
What is metro ethernet?
Metro ethernet is a computer network that covers a metropolitan area and is based on the ethernet standard. It is also used by businesses to connect branch offices to the internet.
What is the difference between LAN and Ethernet?
LAN is a term for local area network, while Ethernet is the prevailing layer-2 technology for connecting LANs.
How do LANs and IP subnets relate to one another?
A LAN can have multiple IP subnets.
What is the difference between a LAN and a VLAN?
A LAN is built physically, with subnets created using hardware. a VLAN can create a virtually unlimited number of subnets without any physical changes.
How do LANs and VPNs relate?
LANs can be extended by VPNs, which push out the physical boundary of the LAN.
In networking, what’s the difference between End to End (e2e) and Point to Point (p2p)?
End to end communication is delivering content from one application to another, point-to-point can be used to describe each “leap” through the network (from host to hub, hub to switch, etc). An end-to-end path consists of several point-to-point links.
How do end-to-end and point-to-point concepts relate to those of the network layer model?
End-to-end communications are a layer-3 concept, as it looks at the entire course to determine what the next hop is, point-to-point is a layer-2 concept, guided by layer 3 (e2e), which focuses on building the link to make the hop.
What are the two sub-layers within the data link layer?
Within the data link layer, there are the media access control (MAC) layer and the logical link control (LLC) layer. The MAC handles details specific to the technology being used (Ethernet, wireless LAN, token ring, etc), and LLC presents a uniform interface for the network layer to use.