Pergunta de entrevista da empresa Meta

Explain the entire process that happens when you boot up your PC w..t. TCP/IP

Respostas da entrevista

Sigiloso

26 de fev. de 2021

There's quite an extended back and forth in actual interviews for questions like this, so there's no real replacement for actual practice. The Prepfully Facebook Network Engineer experts have actually worked in this role, so they're able to do a propermock, which really puts you through the paces and lets you assess your readiness level. prepfully.com/practice-interviews

1

Sigiloso

17 de set. de 2024

Network Initialization (TCP/IP) Phase 1: Physical Layer Network Interface Card (NIC) Initialization: The operating system initializes the NIC, setting configuration parameters. Link Detection: The NIC detects the network link status (e.g., Ethernet cable connected). Phase 2: Data Link Layer MAC Address Assignment: The NIC assigns a Media Access Control (MAC) address. ARP (Address Resolution Protocol) Table Creation: The operating system creates an ARP table to map IP addresses to MAC addresses. Phase 3: Network Layer IP Address Assignment: The operating system assigns an IP address to the NIC (static or dynamic via DHCP). Subnet Mask Configuration: The operating system configures the subnet mask. Default Gateway Configuration: The operating system configures the default gateway IP address. Phase 4: Transport Layer TCP (Transmission Control Protocol) Initialization: The operating system initializes TCP, setting configuration parameters. UDP (User Datagram Protocol) Initialization: The operating system initializes UDP. Phase 5: Application Layer DHCP Client Initialization: The operating system initializes the DHCP client to obtain network settings. DNS (Domain Name System) Resolver Initialization: The operating system initializes the DNS resolver.

1