datatable server paging

When using server paging for a datatable, the first request sent to the server for datatable records does not add any parameters, such as page size and page number. How does the server know how many records to send and from what record (skip/take in EF/Linq syntax)?

Anyone?

if page size is not standard for the application then you can pass page size in query params and check on data retrieving.