Chap 1 - Network Fundamentals - Part 1 Flashcards
1-1: At which of the following layers of the OSI model do the protocols on a typical LAN use MAC addresses to identify computers on the network?
Physical
Data link
Network
Transport
Data link
1-2: Which of the following organizations developed the OSI model?
International Telecommunication Union (ITU-T)
Comite Consultatif International Trelgraphique et Telephonique (CCITT)
American National Standards Institute (ANSI)
Institute of Electrical and Electronics Engineers (IEEE)
International Organization for Standadizations (ISO)
International Organization for Standadizations (ISO)
1-3: Which layer of the OSI model is responsible for the logical addressing of end systems and routing of datagrams on a network?
Physical
Data link
Network
Transport
Session
Presentation
Application
Network
1-4: On a TCP/IP network, which layers of the OSI model contain protocols that are responsible for encapsulating the data generated by an application, creating the payload for a packet that will be transmitted over a network? (Choose all that apply)
Physical
Data link
Network
Transport
Session
Presentation
Application
Data link
Network
Transport
1-5: Which layer of the OSI model is responsible for translating and formatting information?
Physical
Data link
Network
Transport
Session
Presentation
Application
Presentation
note: only the presentation layer does this
1-6: Which of the following devices typically operates at the network layer of the OSI model?
Proxy Server
Hub
Network Interface Adapter
Router
Router
1-7: Which layer of the OSI model provies an entrance point to the protocol stack for applications?
Physical
Data link
Network
Transport
Session
Presentation
Application
Application
1-8: Which layer of the OSI model is responsible for dialogue control between two communicating end systems?
Physical
Data link
Network
Transport
Session
Presentation
Application
Session
1-9: Some switches can pefrom functions associated with two layers of the OSI model. Which two of the following layers are often associated with network switching? (choose two)
Physical
Data link
Network
Transport
Data link
Network
1-10: At which later of the OSI model are there TCP/IP protocols that can provide either connectionless or connection-orientated services to applications?
Physical
Data link
Network
Transport
Session
Presentation
Application
Transport
1-11: Which of the following layers of the OSI model typically have dedicated physical hardware devices associated with them? (Choose all that apply)
Physical
Data link
Network
Transport
Session
Presentation
Application
Physical
* hubs
* cables
* network interface adapters
Data link
* bridges
* switches
Network
* routers
1-12: At which layer of the OSI model is there a protocol that adds both a header and a footer to the information that is passed down from an upper layer, thus creating a frame?
Physical
Data link
Network
Transport
Session
Presentation
Application
Data link
1-13: Identify the layer of the OSI model that controls the addressing, transmission, and reception of Ethernet frames, and also identify the media access control method that Ethernet uses.
Physical layer; Carrier Sense Multiple Access with Collision Detection (CSMA/CD)
Physical layer; Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA)
Data link layer; CSMA/CD
Data link layer; CSMA/CA
Data link layer; CSMA/CD
What media access control method does Ethernet use?
Carrier Sense Multiple Access with Collision Detection (CSMA/CD)
CSMA/CD stands for Carrier-Sense Multiple Access with Collision Detection. It is an obsolete access method that was used in wired LAN (Local Area Network) technologies, particularly Ethernet systems. This method allowed frames of data to flow through the network to their intended destination addresses. In a CSMA/CD network, hosts would first listen to the network to determine if any data was currently being transmitted. If the network was clear, the hosts would proceed to send out their data. However, if a collision occurred—meaning that two hosts attempted to send data at the same time—both hosts would then wait for a randomly determined time period before attempting to retransmit their data. The development and adoption of full-duplex Ethernet, which allows for simultaneous bidirectional data transmission, rendered CSMA/CD obsolete
Ethernet uses the Carrier-Sense Multiple Access with Collision Detection (CSMA/CD) method for media access control. This system allows devices on a network to share the same cable and determines which machine should send data at any given time. Before sending a data frame, each node on the network checks the cable to see if another machine is already using it. If the cable is in use, the node waits a few milliseconds and checks again. If no traffic is detected, the node sends out its frame. This method ensures that all machines have equal access to the wire on a first-come, first-served basis. CSMA/CD was mapped to the IEEE 802.3 standard for Ethernet networks, although it is disabled in modern full-duplex networks
1-14: At which layer of the OSI model do you find the protocol reponsible for the delivery of data to its ultimate destination?
Data link
Network
Session
Application
Network
1-15: Which of the following is not a protocol operating at the network layer of the OSI model?
IP
ICMP
IGMP
IMAP
IMAP
IMAP (Internet Message Access Protocol) is the protocol among the options provided that does not operate at the network layer of the OSI model. IMAP is used for email retrieval and operates at the application layer. The other protocols mentioned, IP (Internet Protocol), ICMP (Internet Control Message Protocol), and IGMP (Internet Group Management Protocol), all operate at the network layer.
IGMP
Internet Group Management Protocol
- protocol in IP networking that enables the management of multicast group memberships
- Longer: is a protocol used by routers to communicate with hosts to determine group membership for multicasting purposes. It helps identify which computers wish to receive a multicast. Once a multicast has begun, IGMP is responsible for maintaining the multicast and also for terminating it upon completion
1-16: Ed is a software developer who has been given the task of creating an application that requires guaranteed delivery of information between end systems. At which layer of the OSI model does the protocol that provides guaranteed delivery run, and what type of protocol must Ed use?
Data link layer; connectionless
Network layer; connection-orientated
Transport layer; connection-orientated
Application layer; connectionless
Transport layer; connection-orientated
1-17: Which of the following devices operates only at the physical layer of the OSI model?
Hub
Bridge
Switch
Router
Hub
1-19: Which layers of the OSI model do not have protocols in the TCP/IP suite which exclusively dedicated to them? (choose all that apply)
Physical
Data link
Network
Transport
Session
Presentation
Application
Session
Presentation
1-20: The protocols at which layer of the OSI model use port numbers to identify the applications that are the source and the desitnation of the data in the packets?
Application
Presentation
Transport
Network
Transport
1-22: At which of the OSI model layers do switches and bridges perform their basic functions?
Physical
Data link
Network
Transport
Data link
1-23: On a TCP/IP Network flow control is a function implemented in protocols operating at which layer of the OSI model?
Presentation
Sessions
Transport
Network
Transport
1-25: Which of the OSI model layers is responsible for syntax translation and compression or encryption?
Data link
Network
Session
Presentation
Application
Presentation