Podcast
Questions and Answers
In which layer of the OSI model does a Switch operate?
In which layer of the OSI model does a Switch operate?
- Physical layer
- Data link layer (correct)
- Transport layer
- Network layer
Which OSI model layer does a Router function within?
Which OSI model layer does a Router function within?
- Network layer (correct)
- Physical layer
- Transport layer
- Data link layer
What is the purpose of the Ping command?
What is the purpose of the Ping command?
- To test if a device on the network is reachable (correct)
- To test a bug in an application
- To test printer quality
- To test a hard disk fault
Which command is used to manage the IP address assigned to a machine?
Which command is used to manage the IP address assigned to a machine?
What is known as a data unit on the physical layer?
What is known as a data unit on the physical layer?
Which OSI layer functions similarly to the Internet layer of the TCP/IP model?
Which OSI layer functions similarly to the Internet layer of the TCP/IP model?
How many pairs of cables does UTP have?
How many pairs of cables does UTP have?
What is the main purpose of twisting the wires in a twisted pair cable?
What is the main purpose of twisting the wires in a twisted pair cable?
Which of the following services uses TCP?
Which of the following services uses TCP?
Which layer is responsible for process to process delivery in the OSI model?
Which layer is responsible for process to process delivery in the OSI model?
Which protocols does the transport layer use for communication over the Internet?
Which protocols does the transport layer use for communication over the Internet?
In the FTP protocol, a client contacts a server using which transport protocol?
In the FTP protocol, a client contacts a server using which transport protocol?
Which of the following statements is true for TCP?
Which of the following statements is true for TCP?
An endpoint of an inter-process communication flow across a computer network is known as what?
An endpoint of an inter-process communication flow across a computer network is known as what?
Socket-style API for Windows is known as what?
Socket-style API for Windows is known as what?
What is the main advantage of using UDP?
What is the main advantage of using UDP?
What components are included in the checksum computation for an IP v4 header?
What components are included in the checksum computation for an IP v4 header?
Which binary format corresponds to the IP address 192.168.1.1?
Which binary format corresponds to the IP address 192.168.1.1?
What is the correct identification of the parts of an IP v4 address?
What is the correct identification of the parts of an IP v4 address?
Which IP v4 address is considered a special address?
Which IP v4 address is considered a special address?
Which address is recognized as the loopback address for a computer?
Which address is recognized as the loopback address for a computer?
What queuing model is typically used for packet scheduling inside a router?
What queuing model is typically used for packet scheduling inside a router?
What does a Time-To-Live (TTL) value of 100 in an IP v4 header signify?
What does a Time-To-Live (TTL) value of 100 in an IP v4 header signify?
What is the size of an IP v4 header?
What is the size of an IP v4 header?
What does Address Resolution Protocol (ARP) primarily do?
What does Address Resolution Protocol (ARP) primarily do?
In Slotted ALOHA, when can collisions occur?
In Slotted ALOHA, when can collisions occur?
How does the maximum efficiency of Slotted ALOHA compare to ALOHA?
How does the maximum efficiency of Slotted ALOHA compare to ALOHA?
Which algorithm is used by a network node running CSMA/CA to delay transmission and avoid collision?
Which algorithm is used by a network node running CSMA/CA to delay transmission and avoid collision?
In FDMA, what is the method to handle an assigned frequency band with no data for transmission?
In FDMA, what is the method to handle an assigned frequency band with no data for transmission?
How are time slots allocated in TDMA?
How are time slots allocated in TDMA?
What does CSMA/CD stand for, and what is its primary purpose?
What does CSMA/CD stand for, and what is its primary purpose?
What is a defining feature of the ALOHA protocol that increases the chance of collision?
What is a defining feature of the ALOHA protocol that increases the chance of collision?
What is the total number of bits in a MAC address?
What is the total number of bits in a MAC address?
Which option represents a valid physical address?
Which option represents a valid physical address?
What is the role of a MAC address?
What is the role of a MAC address?
Determine the transmitted bit sequence using byte stuffing with FLAG = 01111110 and ESC = 00001111 from the original data 00001111 00110011 01111110.
Determine the transmitted bit sequence using byte stuffing with FLAG = 01111110 and ESC = 00001111 from the original data 00001111 00110011 01111110.
From the original data 10000011 00001111 01111110, what is the resulting bit sequence using byte stuffing?
From the original data 10000011 00001111 01111110, what is the resulting bit sequence using byte stuffing?
Given the received bit sequence 10111110 0000111 00001111 0000111 01111110 00110011, what is the original data after applying byte stuffing?
Given the received bit sequence 10111110 0000111 00001111 0000111 01111110 00110011, what is the original data after applying byte stuffing?
What issue does the Bellman-Ford routing algorithm potentially encounter?
What issue does the Bellman-Ford routing algorithm potentially encounter?
How do network nodes determine their distance vector in the Bellman-Ford routing protocol?
How do network nodes determine their distance vector in the Bellman-Ford routing protocol?
Which set of protocols is primarily used for intra-AS routing?
Which set of protocols is primarily used for intra-AS routing?
What is the correct protocol to use for error reporting in a computer network?
What is the correct protocol to use for error reporting in a computer network?
Which routing protocol is suitable for inter-AS routing?
Which routing protocol is suitable for inter-AS routing?
In a scenario where the link cost changes from 4 to 60, how many iterations are needed for the Bellman-Ford protocol to stabilize?
In a scenario where the link cost changes from 4 to 60, how many iterations are needed for the Bellman-Ford protocol to stabilize?
Which of the following is a true statement about a managed device in a network management framework?
Which of the following is a true statement about a managed device in a network management framework?
Which phenomenon can lead to routing oscillation in computer networks?
Which phenomenon can lead to routing oscillation in computer networks?
Flashcards
Switch OSI Layer
Switch OSI Layer
A switch operates in the Data Link layer (Layer 2) of the OSI model.
Router OSI Layer
Router OSI Layer
A router operates in the Network layer (Layer 3) of the OSI model.
Ping Command
Ping Command
A command used to test network connectivity, verifying a device is reachable.
IPconfig command
IPconfig command
Signup and view all the flashcards
Physical Layer Data Unit
Physical Layer Data Unit
Signup and view all the flashcards
OSI Network Layer Equivalent
OSI Network Layer Equivalent
Signup and view all the flashcards
UTP Cable Pairs
UTP Cable Pairs
Signup and view all the flashcards
Twisted Pair Cable Purpose
Twisted Pair Cable Purpose
Signup and view all the flashcards
MAC address length
MAC address length
Signup and view all the flashcards
Physical Address
Physical Address
Signup and view all the flashcards
Unique Network Interface Identifier
Unique Network Interface Identifier
Signup and view all the flashcards
Flag byte framing
Flag byte framing
Signup and view all the flashcards
Byte stuffing
Byte stuffing
Signup and view all the flashcards
Escape byte
Escape byte
Signup and view all the flashcards
Data framing using flags
Data framing using flags
Signup and view all the flashcards
Original data recovery
Original data recovery
Signup and view all the flashcards
ARP Function
ARP Function
Signup and view all the flashcards
Slotted ALOHA Collisions
Slotted ALOHA Collisions
Signup and view all the flashcards
Slotted ALOHA vs. ALOHA
Slotted ALOHA vs. ALOHA
Signup and view all the flashcards
CSMA/CA Delay Algorithm
CSMA/CA Delay Algorithm
Signup and view all the flashcards
FDMA Unused Frequency
FDMA Unused Frequency
Signup and view all the flashcards
TDMA Time Slot Assignment
TDMA Time Slot Assignment
Signup and view all the flashcards
IP v4 Checksum
IP v4 Checksum
Signup and view all the flashcards
IP Address to Binary
IP Address to Binary
Signup and view all the flashcards
IP Address Format
IP Address Format
Signup and view all the flashcards
Special IP Address
Special IP Address
Signup and view all the flashcards
Loopback Address
Loopback Address
Signup and view all the flashcards
Router Queuing Model
Router Queuing Model
Signup and view all the flashcards
IP v4 TTL
IP v4 TTL
Signup and view all the flashcards
IP v4 Header Size
IP v4 Header Size
Signup and view all the flashcards
Bellman-Ford Routing
Bellman-Ford Routing
Signup and view all the flashcards
Distance Vector
Distance Vector
Signup and view all the flashcards
Count to Infinity Problem
Count to Infinity Problem
Signup and view all the flashcards
Intra-AS Routing
Intra-AS Routing
Signup and view all the flashcards
Inter-AS Routing
Inter-AS Routing
Signup and view all the flashcards
RIP (Routing Information Protocol)
RIP (Routing Information Protocol)
Signup and view all the flashcards
OSPF (Open Shortest Path First)
OSPF (Open Shortest Path First)
Signup and view all the flashcards
BGP (Border Gateway Protocol)
BGP (Border Gateway Protocol)
Signup and view all the flashcards
TCP Service
TCP Service
Signup and view all the flashcards
Transport Layer's Role
Transport Layer's Role
Signup and view all the flashcards
Transport Layer Protocols
Transport Layer Protocols
Signup and view all the flashcards
FTP's Transport Protocol
FTP's Transport Protocol
Signup and view all the flashcards
TCP Characteristics
TCP Characteristics
Signup and view all the flashcards
Socket
Socket
Signup and view all the flashcards
Windows Socket API
Windows Socket API
Signup and view all the flashcards
UDP Advantage
UDP Advantage
Signup and view all the flashcards
Study Notes
Exam Information
- Exam title: Computer Network
- Exam date: 2021-2022
- Institution: University of Information Technology and Communication (Viet-Han)
Computer Network Concepts
- Computer network is a collection of hardware components and computers interconnected by communication channels for sharing resources and information.
- ARPANET is considered the first computer network.
OSI Model Layers
- The OSI model has 7 layers.
- Host-to-host layers are Transport, Session, Presentation, and Application layers.
TCP/IP Model Layers
- The TCP/IP model has 4 layers.
Network Types
- A computer network operating within a building or campus is a LAN.
- A computer network operating spanning states, countries, or the whole world is a WAN.
Data Unit Arrangement
- Data, Segment, Packet, Frame, Bit is the correct arrangement of data units in the OSI model from top-down.
Network Classification
- Networks are classified by scale (PAN, LAN, MAN, WAN) and by function (peer-to-peer, client-server).
OSI Model Data Layer
- The data link layer provides error detection and correction.
Data Link Layer Functions
- Defines the electrical characteristics of signals passed between the computer and communication devices.
- Provides error detection and correction.
OSI Model Physical Layer
- The physical layer is responsible for the electrical characteristics of signals.
OSI Model Network Layer
- The network layer determines how packets are routed from source to destination.
TCP/IP Model Internet Layer
- Operating as the same function as the Internet layer.
Data Unit Types
- Bit, Frame, Packet, Segment
- Bit is the data unit in the physical layer.
- Frame is the data unit in the data link layer.
Network Cable Types
- UTP cable is commonly used in Ethernet networks.
- Twisted pair cable is used to reduce cross-talk interference.
- Fiber optic cable is a cable that is not affected by electromagnetic interference.
Network Protocols
- ARP (Address Resolution Protocol) translates IP addresses to MAC addresses.
- DHCP (Dynamic Host Configuration Protocol) automatically assigns IP addresses to computers in a network.
- SMTP (Simple Mail Transfer Protocol) is used for transferring mail.
- TCP, UDP in transport layer
Network Devices and Protocols
- Hub operates at the physical layer.
- Switch operates at the data link layer.
- Router operates at the network layer.
- Repeater increases signal strength.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.