Day 1 Questions Flashcards
Name each layer of the OSI model, from Layer 7 to Layer 1.
All = Application People = Presentation Seems = Session To = Transport Need = Network Data = Data Link Protection = Physical
The role of the Session Layer is to _______, _______, and _______ sessions or dialogues between devices
Set up, manage, and terminate.
What are the three methods used to control data flow at Layer 4?
Flow control, windowing, and acknowledgements.
The Transport Layer includes several protocols, and the most widely known are _______ and _______.
TCP and UDP.
Why is UDP used at all if TCP/IP offers guaranteed delivery?
TCP uses a lot of bandwidth on the network and there is a lot of traffic sent back and forth to set up the connection, even before the data is sent. This all takes up valuable time and network resources. UDP packets are a lot smaller than TCP packets and they are very useful if a really reliable connection is not that necessary. Protocols that use UDP include DNS and TFTP.
What is data referred to at each OSI layer?
Bits (Layer 1), Frames (Layer 2), Packets (Layer 3), Segments (Layer 4) and Data (Layers 5-7).
In order to interface with the upper and lower levels, the Data Link Layer is further subdivided into which two Sublayers?
LLC and MAC.
What are the five TCP/IP layers from the top down?
Application, Transport, Network, Data Link, and Network.
How does the TCP/IP model map to the OSI model?
1 = OSI (physical) -> TCP/IP (Network Interface) 2 = OSI (Data Link) -> TCP/IP (Network Interface) 3 = OSI (Network) -> TCP/IP (Internetwork) 4 = OSI (physical) -> TCP/IP (Network Interface) 5 = OSI (Session) -> TCP/IP (Application) 6 = OSI (Presentation) -> TCP/IP (Application) 7 = OSI (Application) -> TCP/IP (Application)
Layer 2 addresses are also referred to as _______ addresses
MAC
Using a switch will allow you to divide your network into smaller, more manageable sections known as _______ _______.
Collision domains
The current standard Ethernet cable still uses eight wires twisted into pairs to prevent _______ _______ and _______.
Electromagnetic interference (EMI) and crosstalk.
_______ is when a signal from one Ethernet wire spills over into a neighbouring cable.
Crosstalk.
Which command would set the FastEthernet router interface speed to 10Mbps?
conf t
int f0/0
speed 10
On a crossover cable, the wire on pin 1 on one end needs to connect to pin _______ on the other end and pin 2 needs to connect to pin _______.
3 and 6