Day Of Exam Flashcards
TCP/IP
Transmission Control Protocol. Internet Protocol.
Four layers of TCP/IP
Link Layer (host / network interface layer), Internet Layer, Transport Layer, Application Layer.
Describe Link Layer:
Corresponds to OSI physical and data link layers.
Internet Layer, describe:
Defines IP. Two main functions: 1)host addressing & identification. 2) Packet Routing, forwarding packet to next router.
Transport Layer describe:
Same as OSI model. Creates distinct network connection. error control. application addressing (port numbers). Two end to end message transmission protocols: TCP & UDP
Application Layer describe:
Contains higher level protocols like FTP, DNS, SMTP
TCP?
Transmission Control Protocol (reliable connection oriented protocol).
UDP?
User Datagram Protocol (unreliable connectionless protocol).
MAC?
Medium Access Control. A component of the Link Layer.
What does MAC do?
This protocol deals with issues like addressing, assigning multiplex channels to different users, avoiding collisions. Resolves contention.
Channel Allocation Problem?
The problem of allocating a single broadcast channel amongst many users.
Channel Allocation Problem solutions?
Static: FDM, TDM. Dynamic: (Collision)Pure Aloha, Persistent CSMA, non-persistent CSMA, CSMA/CD. (non-collission) bit map protocl, binary countdown, adaptive tree walk.
When are collision based protocols good?
when network load is low.
When are collision free protocols good?
when network load is high
Pure Aloha:
Nodes send regardless of other nodes. Collision detected, wait then send again.