Telecom Flashcards
TCP/IP Layers
Network Access (OSI: Physical & Data Link)
Internet (OSI: Network)
Host-to-Host Transport (OSI: Transport)
Application (OSI: Session, Presentation, App)
Protocol
Protocol: Standard set of rules that determine how systems will communicate across networks
IP
IP (Internet Protocol): A connectionless protocol that supports network addressing and packet forwarding and routing.
TCP
TCP (Transport Control Protocol): A reliable and connection-oriented protocol, that ensures that packets are delivered to the destination computer.
UDP
UDP (User Datagram Protocol): Is a best-effort and connectionless oriented protocol. Does not have packet sequencing, flow and congestion control and the destination does not acknowledge every packet it receives.
TCP Handshake
TCP Handshake:
- Host sends a SYN packet
- Receiver answers with a SYN/ACK packet
- Host sends an ACK packet
Ethernet
Ethernet: Devices share the same media and use broadcast and collision domains.
(This is also known as a contention technology)
• Uses CSMA/CD, CSMA/CA
• Usually implemented in star or bus topology.
CSMA/CD
Carrier Sense Multiple Access with Collision Detection (CSMA/CD- 802.3), LAN and WAN
CSMA/CA
Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA- 802.11), Wi-Fi
FDDI
FDDI—Fiber Distributed Data Interface: A high speed token-passing media access topology.
• Provides fault tolerance by providing a second counter-rotating fiber ring.
• Enables several tokens to be present on the ring at the same time.
Coaxial Cable
Coaxial Cable: Is more resistant to EMI electromagnetic interference;
provides a higher bandwidth and longer cable lengths compared to twisted pair.
Can transmit using a baseband or broadband method
Twisted pair
Twisted pair: Is cheaper and easier to work with than coaxial cable.
• STP Shielded twisted pair
• UTP Unshielded twisted pair. (More susceptible to interference)
Fiber-optic cabling
Fiber-optic cabling: • Has high transmission speeds that can travel over longer distances • Is not affected by attenuation and EMI • Very hard to tap into. • Very expensive and hard to work with. • Multimode & Singlemode fiber
Multimode fiber
Multimode fiber carrier uses multiple modes (paths) of light, resulting in light dispersion. Used for shorter distances.
Single-mode fiber
Single-mode fiber uses a single strand of fiber, and the light uses one mode (path) down the center of the fiber. Used for long-haul, high-speed networking
Noise
Noise – Signal interference that can be caused by motors, electrical devices or florescent lightning.
Attenuation
Attenuation – The loss of signal strength as it travels down a length of wire
Crosstalk
Crosstalk - When electrical signals of one wire spill over to another wire.
Transmission types
- Asynchronous communication
- Synchronous communication
- Baseband
- Broadband
- Unicast method
- Multicast method
- Broadcast method
Asynchronous communication
Asynchronous communication: Two devices are not synchronized in any way. The sender can send data at anytime and the receiving end must always be ready. Uses start and stop bits.
Synchronous communication
Synchronous communication: Takes place between two devices that are synchronized, usually via a clocking mechanism. Transfers data as a stream of bits.
Baseband
Baseband: Uses the full cable for its transmission
Broadband
Broadband: Divides the cable into channels so that data can be transmitted on more than one channel at a time
Unicast
Unicast method: A packet needs to go to one particular system