AExE/Chapter 5/Read MCQs
πŸ“– Back to Study Notes
5

Chapter 5 Β· MCQ Read Mode

Concept of Computer Network and Network Security System

ACTE05Β·69 Total MCQs
Question 1 of 69Introduction to computer networks and physical layer

How many layers does the OSI reference model have?

A4
B5
C6
D7
Answer is hidden
Question 2 of 69Introduction to computer networks and physical layer

The TCP/IP model combines the OSI Session, Presentation, and Application layers into a single:

ATransport layer
BInternet layer
CApplication layer
DNetwork interface layer
Answer is hidden
Question 3 of 69Introduction to computer networks and physical layer

Which networking device operates at the physical layer and simply broadcasts data to all ports?

ARouter
BSwitch
CHub
DBridge
Answer is hidden
Question 4 of 69Introduction to computer networks and physical layer

A switch forwards frames based on the:

AIP address
BMAC address
CPort number
DDomain name
Answer is hidden
Question 5 of 69Introduction to computer networks and physical layer

A router forwards packets between different networks based on the:

AMAC address
BIP address
CPort number
DPhysical cable type
Answer is hidden
Question 6 of 69Introduction to computer networks and physical layer

Which transmission medium offers the highest bandwidth and immunity to electromagnetic interference?

ATwisted pair cable
BCoaxial cable
CFiber optic cable
DRadio waves
Answer is hidden
Question 7 of 69Introduction to computer networks and physical layer

Infrared transmission is best suited for:

ALong-distance backbone links
BShort-range, line-of-sight communication (e.g., remote controls)
CUnderwater communication
DSatellite links
Answer is hidden
Question 8 of 69Introduction to computer networks and physical layer

A protocol that becomes a standard purely through widespread common use (without formal approval) is called a:

ADe jure standard
BDe facto standard
CISO standard
DLegal standard
Answer is hidden
Question 9 of 69Introduction to computer networks and physical layer

Which layer is present in the OSI model but merged into the Application layer in the TCP/IP model?

APhysical layer
BNetwork layer
CPresentation layer
DData link layer
Answer is hidden
Question 10 of 69Introduction to computer networks and physical layer

A bridge operates at which layer of the OSI model?

APhysical layer
BData link layer
CNetwork layer
DTransport layer
Answer is hidden
Question 11 of 69Data link layer

Which error detection technique uses polynomial division and is considered the most powerful?

AParity check
BChecksum
CCRC (Cyclic Redundancy Check)
DHamming code
Answer is hidden
Question 12 of 69Data link layer

Which technique can both detect AND correct single-bit errors?

AParity check
BCRC
CChecksum
DHamming code
Answer is hidden
Question 13 of 69Data link layer

In stop-and-wait flow control, the sender:

ASends multiple frames continuously
BSends one frame and waits for an acknowledgement before sending the next
CNever waits for acknowledgement
DUses token passing
Answer is hidden
Question 14 of 69Data link layer

CSMA/CD is primarily used in:

AWireless LANs (802.11)
BTraditional wired Ethernet (802.3)
CToken Ring networks
DSatellite links
Answer is hidden
Question 15 of 69Data link layer

Wireless LANs use CSMA/CA instead of CSMA/CD mainly because:

AWireless is always faster
BCollisions cannot be reliably detected on a wireless medium
CCA uses no carrier sensing
D802.11 does not need multiple access control
Answer is hidden
Question 16 of 69Data link layer

ARP is used to resolve a(n):

ADomain name to IP address
BIP address to MAC address
CMAC address to domain name
DPort number to socket
Answer is hidden
Question 17 of 69Data link layer

IEEE 802.5 defines which LAN technology?

AEthernet
BToken Bus
CToken Ring
DWireless LAN
Answer is hidden
Question 18 of 69Data link layer

In channelization access methods, TDMA divides the shared channel by:

AFrequency
BTime
CCode
DDistance
Answer is hidden
Question 19 of 69Data link layer

PPP (Point-to-Point Protocol) is mainly used to:

ABroadcast to all LAN stations
BProvide a direct link between two nodes, e.g. for WAN connections
CReplace Ethernet in LANs
DResolve IP to MAC addresses
Answer is hidden
Question 20 of 69Data link layer

A MAC address is:

AA 32-bit software address
BA 48-bit hardware address
CA domain name
DA port number
Answer is hidden
Question 21 of 69Network layer

Which IP address class is reserved specifically for multicast addresses?

AClass A
BClass B
CClass C
DClass D
Answer is hidden
Question 22 of 69Network layer

Subnetting is used to:

ACombine multiple networks into one
BDivide a large network into smaller sub-networks
CConvert IP addresses to MAC addresses
DEncrypt network traffic
Answer is hidden
Question 23 of 69Network layer

RIP (Routing Information Protocol) is an example of:

ALink state routing
BDistance vector routing
CPath vector routing
DStatic routing only
Answer is hidden
Question 24 of 69Network layer

OSPF determines the shortest path using:

AThe Bellman-Ford algorithm
BDijkstra's algorithm
CFlooding only
DRandom selection
Answer is hidden
Question 25 of 69Network layer

BGP (Border Gateway Protocol) is classified as a:

ADistance vector protocol
BLink state protocol
CPath vector protocol
DFlooding protocol
Answer is hidden
Question 26 of 69Network layer

Which protocol is used to resolve a MAC address into a corresponding IP address?

AARP
BRARP
CICMP
DDNS
Answer is hidden
Question 27 of 69Network layer

The 'ping' utility relies on which protocol?

AARP
BTCP
CICMP
DUDP
Answer is hidden
Question 28 of 69Network layer

How many bits does an IPv6 address use?

A32 bits
B48 bits
C64 bits
D128 bits
Answer is hidden
Question 29 of 69Network layer

Which mechanism allows IPv4 and IPv6 networks to coexist by encapsulating IPv6 packets inside IPv4 packets?

ADual stack
BTunneling
CSubnetting
DFlooding
Answer is hidden
Question 30 of 69Network layer

Delivering a packet to a single specific destination is called:

AMulticast routing
BBroadcast routing
CUnicast routing
DAnycast routing
Answer is hidden
Question 31 of 69Transport layer

A socket is uniquely identified by the combination of:

ATwo port numbers
BIP address and port number
CMAC address and port number
DTwo IP addresses
Answer is hidden
Question 32 of 69Transport layer

Which transport protocol is connection-oriented and provides reliable delivery?

AUDP
BTCP
CIP
DICMP
Answer is hidden
Question 33 of 69Transport layer

UDP is generally preferred over TCP for applications like live streaming because:

AUDP guarantees delivery
BUDP has lower overhead and is faster, tolerating some loss
CUDP requires a three-way handshake
DUDP has built-in congestion control
Answer is hidden
Question 34 of 69Transport layer

TCP connection establishment uses:

AA two-way handshake
BA three-way handshake (SYN, SYN-ACK, ACK)
CA four-way handshake
DNo handshake at all
Answer is hidden
Question 35 of 69Transport layer

TCP connection release typically uses:

AA three-way handshake
BA four-way handshake (FIN, ACK, FIN, ACK)
CNo termination process
DA single RST packet only
Answer is hidden
Question 36 of 69Transport layer

Flow control at the transport layer commonly uses which mechanism?

AToken passing
BSliding window
CCSMA/CD
DFlooding
Answer is hidden
Question 37 of 69Transport layer

Combining data from multiple applications into one transmission stream using port numbers is called:

ADemultiplexing
BMultiplexing
CSubnetting
DTunneling
Answer is hidden
Question 38 of 69Transport layer

Which congestion control mechanism increases the sending rate exponentially at the start of a connection?

ACongestion avoidance
BSlow start
CAIMD only
DLeaky bucket
Answer is hidden
Question 39 of 69Transport layer

AIMD stands for:

AAdditive Increase Multiplicative Decrease
BAutomatic Increase Manual Decrease
CActive Idle Multiplexed Data
DAdaptive Interleaved Multicast Delivery
Answer is hidden
Question 40 of 69Transport layer

Which algorithm is commonly used to shape/smooth bursty traffic to a steady, controlled rate?

ALeaky bucket
BDijkstra's algorithm
CCSMA/CA
DARP
Answer is hidden
Question 41 of 69Application layer

HTTPS differs from HTTP mainly by adding:

AFaster page loading only
BSSL/TLS encryption for secure communication
CA different port for images
DSupport for FTP transfers
Answer is hidden
Question 42 of 69Application layer

FTP uses how many connections to transfer a file?

AOne combined connection
BTwo separate connections (control and data)
CThree connections
DNo connection, it is connectionless
Answer is hidden
Question 43 of 69Application layer

Which protocol is used to send email from a client to a mail server (or between mail servers)?

APOP3
BIMAP
CSMTP
DSNMP
Answer is hidden
Question 44 of 69Application layer

DNS primarily functions to:

AEncrypt network traffic
BTranslate domain names into IP addresses
CTransfer files between hosts
DRoute packets between networks
Answer is hidden
Question 45 of 69Application layer

A P2P (peer-to-peer) application is characterized by:

AA single central server handling all requests
BNo dedicated central server; peers communicate directly
COnly client-to-server communication
DRequiring DNS to function
Answer is hidden
Question 46 of 69Application layer

Which tool is used to capture and analyze network packets in detail?

AMRTG
BSNMP
CWireshark
DPuTTY
Answer is hidden
Question 47 of 69Application layer

SNMP is primarily used for:

AFile transfer
BMonitoring and managing network devices
CSending email
DDomain name resolution
Answer is hidden
Question 48 of 69Application layer

WinSCP is best described as a:

AWeb browser
BGUI client for secure file transfer over SSH
CPacket analysis tool
DDNS server
Answer is hidden
Question 49 of 69Application layer

Cisco Packet Tracer is mainly used to:

ASend emails
BSimulate and test network topologies and configurations
CEncrypt web traffic
DResolve domain names
Answer is hidden
Question 50 of 69Application layer

A mail client retrieving/downloading messages from a mail server typically uses:

ASMTP
BPOP3 or IMAP
CFTP
DHTTP only
Answer is hidden
Question 51 of 69Network security

The CIA triad in computer security stands for:

AConfidentiality, Integrity, Availability
BCertification, Identity, Authorization
CCryptography, Integrity, Access
DConfidentiality, Identity, Availability
Answer is hidden
Question 52 of 69Network security

Eavesdropping on network traffic without altering it is an example of a:

AActive attack
BPassive attack
CDenial of Service attack
DReplay attack
Answer is hidden
Question 53 of 69Network security

A Denial of Service (DoS) attack is classified as a(n):

APassive attack
BActive attack
CSymmetric attack
DDigital signature attack
Answer is hidden
Question 54 of 69Network security

In symmetric-key cryptography:

ADifferent keys are used for encryption and decryption
BThe same key is used for both encryption and decryption
CNo key is needed
DOnly the public key is used
Answer is hidden
Question 55 of 69Network security

RSA's security is based on the difficulty of:

AReversing a hash function
BFactoring the product of two large prime numbers
CGuessing a symmetric key
DBreaking a checksum
Answer is hidden
Question 56 of 69Network security

A digital signature is created by encrypting a message digest with the sender's:

APublic key
BPrivate key
CSymmetric key
DSession key only
Answer is hidden
Question 57 of 69Network security

PGP is primarily used to secure:

AWeb browsing traffic (HTTPS)
BEmail communication
CWireless LAN traffic
DDNS lookups
Answer is hidden
Question 58 of 69Network security

SSL/TLS is the underlying security mechanism for which widely used protocol?

AFTP
BHTTPS
CSMTP only
DARP
Answer is hidden
Question 59 of 69Network security

IPsec's tunnel mode differs from transport mode in that tunnel mode:

AEncrypts only the payload
BEncrypts the entire original IP packet
CProvides no encryption at all
DIs used only for email
Answer is hidden
Question 60 of 69Network security

WEP is considered weak mainly because:

AIt uses no encryption at all
BIt has well-known cryptographic vulnerabilities, later replaced by WPA/WPA2
CIt only works on wired networks
DIt cannot be used with routers
Answer is hidden
Question 61 of 69Theory of Computation

What condition indicates a circular queue is FULL (size = N, front and rear start at 0)?

ARear = Front
BRear = N βˆ’ 1
CRear = (Front + 1) MOD N
DFront = 0
Answer is hidden
Question 62 of 69Theory of Computation

Class P problems are solvable in polynomial time by which machine?

ANon-deterministic Turing Machine
BProbabilistic Turing Machine
CDeterministic Turing Machine
DOracle Turing Machine
Answer is hidden
Question 63 of 69Theory of Computation

The thesis that states any algorithm computable by a person can be computed by a Turing Machine is:

AGΓΆdel's Incompleteness Theorem
BChurch-Turing Thesis
CRice's Theorem
DHalting Problem
Answer is hidden
Question 64 of 69Theory of Computation

A Finite Automaton (FA) recognises languages described by which grammar type?

ARegular Grammar (Type 3)
BContext-Free Grammar (Type 2)
CContext-Sensitive Grammar (Type 1)
DUnrestricted Grammar (Type 0)
Answer is hidden
Question 65 of 69Theory of Computation

The key characteristic of a Universal Turing Machine (UTM) is:

AIt runs on quantum hardware
BIt solves the halting problem
CIt can simulate any other Turing Machine
DIt operates in parallel
Answer is hidden
Question 66 of 69Theory of Computation

A language is Turing-recognisable (recursively enumerable) if:

AA TM enumerator lists all strings in the language
BA finite automaton accepts it
CA PDA accepts it
DIt is decidable by a TM
Answer is hidden
Question 67 of 69Theory of Computation

A Pushdown Automaton (PDA) that has at most one possible move for any input symbol and stack symbol is called:

ANon-deterministic PDA
BDeterministic PDA (DPDA)
CTwo-stack PDA
DTuring Machine
Answer is hidden
Question 68 of 69Theory of Computation

The cardinality of the power set of a set with 4 elements, |P(1,2,3,4)|, is:

A4
B8
C16
D24
Answer is hidden
Question 69 of 69Theory of Computation

What grammar notation uses meta-symbols to formally define the syntax of programming languages?

ABNF (Backus-Naur Form)
BRegular Expression
CFinite Automaton
DTruth Table
Answer is hidden
← PREVIOUS CHAPTERCh 4: Computer Organization and Embedded SystemNEXT CHAPTER β†’Ch 6: Electromagnetic Waves and Propagation