Chapter 1 Flashcards
What does OSI Stand for?
Open Systems Interconnection
What does TCP/IP stand for?
Transmission Control Protocol/Internet protocol
What is the first layer in the OSI?
Phyiscal
What is the second layer in the OSI?
Data Link
What is the third layer in the OSI?
Network - Packets get created and addressed so they can go from one network to another.
What is the fourth layer in the OSI?
Transport - The segmentation/reassembly software, also initializes requests for packets that weren’t received in good order.
What is the fifth layer in the OSI?
Session - Handles all the sessions for a system. This layer initiates sessions, accept incoming sessions, and opens and closes existing session.
What is the sixth layer in the OSI?
Presentation - Translates data from lower layers into a format usable by the Application layer and vice versa.
What is the seventh layer in the OSI?
Application - The code built into all operating systems that enables network-aware applications. All operating systems have API (Application Programming Interface) that programmers can use to make their programs network aware.
Where does a hub send data?
Data comes into a hub through on e wire and is then sent out through all the other wires. A Hub sends data to all the systems connected to it.
What uniquely identifies every NIC?
The unique identifier on a network interface card is called Media Access Control (MAC) Address
What Windows utility do you use to find the MAC address for a system?
ipconfig /all
A MAC address is known as a(n)_______ address?
The MAC Address is a Physical Address
A NIC sends data in discrete chunks called_____?
Data sent in discrete chunks called Frames. Networks use Frames to keep any one NIC from hogging the wire.
Which MAC Address begins a frame?
The frame begins with the MAC address of the Receiving systems. Followed by the MAC address of the sending NIC, followed, in turn, by the type of encapsulated data, the data, and FCS.
A frame ends with a special bit called the frame check sequence (FCS). What does the FCS do?
The data is followed by a special bit of checking information called the frame check sequence, which the receiving NIC uses to Verifies that the data arrived correctly.
Is this a valid MAC Address? (True or False) 01:50:56:A3:04:0C
True. A MAC Address has 48-bit Value, and no two NICs ever share the same MAC-Address.
Which layer of the TCP/IP Model controls the segmentation and reassebly of data?
The Transport Layer controls the segmentation and reassembly of data.
Which layer of the OSI seven layer model keeps track of a systems connections to send the right response to the right computer?
The Session layer keeps track of a system’s connections to ensure that it sends the right response the right computer.
What are the four layers of TCP/IP Model?
- Application.
- Transport.
- Internet.
- Link/Network interface
What does UTP stand for?
Unshielded Twisted Pair
Anything that moves data from one system to another, such as copper cabling, fiber optics, even radio waves, is part of the____?
Layer 1 - Physical Layer
What indicates what’s encapsulated in the frame?
Type Field
The one-to-one addressing scheme is called?
Unicast Addressing
Anything that deals with a MAC address is part of the OSI ____?
Layer 2 - Data Link
What layer of the OSI model has sublayers?
Layer 2 - Data Link
An IP address is known as a ____?
Logical Address
A Packet is the PDU for which layer of the OSI model?
Layer 3 - Network
What uses the IP address to forward data and not the MAC address?
Router
TCP/IP - Any part of the network that deals with complete frames is in the ____ layer.
Link
TCP/IP - Any device or protocol that deals with pure IP packets – getting an IP packet to its destination sits in the ____ layer.
Internet
TCP/IP - What combines features of the OSI Transport and Session layers with a dash of application layer?
Transport
What protocol is used for sending e-mail messages, require that the email client and server verify that they have a good connection before a message is sent.
IMAP
Is TCP Connectionless? (True Or False)
False - TCP is Connection-Oriented.
Is UDP connection-oriented? (True Or False)
False - UDP (User datagram protocol) is connectionless.
TCP/IP - Every application, especially connection-oriented applications, must know how to initiate, control, and disconnect from a remote server. What layer is this?
Application