A repeater works at which of the following layers in the OSI model?
2023
A repeater works at which of the following layers in the OSI model?
- A.
Physical Layer
- B.
Data Link Layer
- C.
Network Layer
- D.
Transport Layer
- E.
Application Layer
Attempted by 74 students.
Show answer & explanation
Correct answer: A
Concept
The OSI model organises network communication into seven layers, each responsible for a distinct function. Layer 1, the Physical Layer, deals only with the raw transmission medium — it carries bits as electrical, optical, or radio signals across a wire or fibre, with no awareness of frames, addresses, or routes.
Application
A repeater is a purely signal-level device. As a signal travels along a cable it attenuates (weakens) and picks up noise. A repeater receives the incoming weak signal, regenerates and amplifies it to its original strength, and retransmits it onward, extending the usable distance of the segment.
Because it acts on the raw signal itself and does not read or interpret any frame, address, or packet header, a repeater operates entirely at the Physical Layer (Layer 1).
Contrast with other layers
Data Link Layer — works with MAC addresses and frames (switches, bridges); a repeater never inspects a frame or address.
Network Layer — handles logical IP addressing and routing of packets (routers); a repeater performs no routing.
Transport Layer — manages end-to-end delivery, ports, and segmentation (TCP/UDP); a repeater has no role here.
Application Layer — provides services directly to user applications (HTTP, FTP); far removed from raw signal regeneration.
Cross-check (device to layer)
A device's layer is fixed by what it reads. A repeater reads no addressing at all, which places it at the Physical Layer:
Device | Reads / acts on | OSI layer |
|---|---|---|
Repeater / Hub | Raw signal only (no addressing) | Physical Layer (1) |
Switch / Bridge | MAC address (frames) | Data Link Layer (2) |
Router | IP address (packets) | Network Layer (3) |