Exam Knowledge Flashcards
UDP stands for what?
User Datagram Protocol
TCP stands for what?
Transmission Control Protocol
What are the basic network interconnect blocks?
Hubs, Routers & Switches
What are the layers of the OSI reference model?
Application, Presentation, Session, Transport, Network, Data Link, Physical
Describe Connection Oriented protocols.
They require setup, are held open while in use, then cleared down. They have very good QoS. Virtual Circuits (SVC and PVC) exist to enable connection oriented protocols over connectionless networks.
What is a datagram?
A datagram is a basic transfer unit associated with a packet-switched network in which the delivery, arrival time, and order of arrival are not guaranteed by the network service.
Describe Connectionless Protocols.
Full addressing on every datagram/packet/frame. No concept of connection or delivery. Uses switches and routers. Similiar to the postal service.
What is the role of the Protocol?
Handles “What If” conditions. Provides end-to-end integrity.
Compare TCP vs UDP.
TCP is connection based, UDP is not. TCP re-orders packets into their correct order, UDP has no inherent order. UDP is faster as it has no error-checking. TCP is more reliable, as UDP makes no guarantee packets sent will reach the destination at all. UDP is used in time-critical situations such as VoIP or streaming video. TCP is used in HTTP.
What is contained in a packet header?
Source port, destination port, check sum
In the design of a network, there is a need to have adequately high … to ensure delay is acceptable.
Bandwidth.
What is attenuation?
A type of transmission impairment where the signal looses strength due to resistance in the transmission medium.
What type of connector is used for Fibre Optic connections?
BNC.
What is a subnet?
Used to mask portions of the IP address so that TCP/IP can tell the difference between network ID and the host ID.
What cables are largely resistant to electromagnetic interference?
Fibre Optic.
An example of a circuit switched network is?
The telephone network.
What is a three-way handshake?
Used by TCP to establish a connection.
What is the 802.5 standard?
Token Ring
What is the 802.3 standard?
Ethernet
What is the 802.11 standard?
Wireless (Wi-Fi)
What is the 802.16 standard?
WiMAX / Broadband wireless
What happens in a broadcast transmission?
All nodes on LAN receive the information. Multicast is selected group, Unicast is one.
CSMA/CD stands for what?
Carrier sense multiple access with collision detection.
What is CSMA/CD and how does it work?
CSMA/CD is a method of checking if the frame can be sent across the network successfully, and halting the transmission if a collision is detected. First the transmission medium is checked for other transmissions. If it is idle, it begins transmitting. If a collision occurs, the data station will wait a certain amount of time before trying to retransmit.
What are some services that operate on OSI layer 2.
Services operating on the Data Link Layer include Encapsulation of network layer data packets into frames, MAC addressing and QoS control.
Internet Protocol (IP) services use which level of the OSI model?
Layer 3 - Network.